mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
.. | ||
registrar | ||
.bandit | ||
.flake8 | ||
.python-version | ||
docker-compose.yml | ||
docker_entrypoint.py | ||
Dockerfile | ||
manage.py | ||
Pipfile | ||
Pipfile.lock | ||
pyproject.toml | ||
README.md | ||
runtime.txt |
Registrar
========================
Development
If you're new to Django, see Getting Started with Django for an introduction to the framework.
Local Setup
-
Install Docker https://docs.docker.com/get-docker/
-
Initialize the application:
cd src docker-compose build
-
Run the server:
docker-compose up
Update Dependencies
- Check the Pipfile for pinned dependencies and manually adjust the version numbers
- Run
cd src
,docker-compose up
, anddocker-compose exec app pipenv update
to perform the upgrade and generate a new Pipfile.lock