/django-startup

Primary LanguagePythonMIT LicenseMIT

Easy Django

Requirements

Running Django

docker-compose up --build

Executing manage.py comands

docker-compose exec web python manage.py --help

Obtaining a shell

docker-compose exec web python manage.py shell

Inspecting the database

Go to http://localhost:8080, use the user and password listed in the docker-compose.yml