manage.get.gov/src
2022-08-26 13:25:22 -05:00
..
registrar Fix linter errors 2022-08-26 13:25:22 -05:00
.bandit Setup initial CI gating on tests and add linting tests (#85) 2022-08-26 12:36:02 -04:00
.flake8 Setup initial CI gating on tests and add linting tests (#85) 2022-08-26 12:36:02 -04:00
.python-version Setup initial CI gating on tests and add linting tests (#85) 2022-08-26 12:36:02 -04:00
docker-compose.yml Edit Docker files 2022-08-17 13:26:05 -05:00
docker_entrypoint.py Edit Docker files 2022-08-17 13:26:05 -05:00
Dockerfile Add Dockerfile 2022-08-10 10:57:50 -05:00
manage.py Setup initial CI gating on tests and add linting tests (#85) 2022-08-26 12:36:02 -04:00
Pipfile Update Django settings 2022-08-26 12:46:36 -05:00
Pipfile.lock Update Django settings 2022-08-26 12:46:36 -05:00
pyproject.toml Setup initial CI gating on tests and add linting tests (#85) 2022-08-26 12:36:02 -04:00
README.md Add Django 2022-08-17 13:31:06 -05:00
runtime.txt Prepare CD pipeline and sandbox 2022-08-17 13:28:17 -05:00

Registrar

========================

Development

If you're new to Django, see Getting Started with Django for an introduction to the framework.

Local Setup

Update Dependencies

  1. Check the Pipfile for pinned dependencies and manually adjust the version numbers
  2. Run cd src, docker-compose up, and docker-compose exec app pipenv update to perform the upgrade and generate a new Pipfile.lock