manage.get.gov/src
Seamus Johnston 8ec4d40b6a
Rename environments for consistency
- dev is local laptop
- unstable (or sandbox) is latest cut of main (or for experiments)
- staging is stable tagged releases
2022-08-18 14:54:14 -05:00
..
registrar Rename environments for consistency 2022-08-18 14:54:14 -05: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 Add Django 2022-08-17 13:31:06 -05:00
Pipfile Update dependencies 2022-08-17 13:24:39 -05:00
Pipfile.lock Update dependencies 2022-08-17 13:24:39 -05: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