- Notifications
You must be signed in to change notification settings - Fork1
Quickstart Django docker container
License
NotificationsYou must be signed in to change notification settings
Alex-CodeLab/django_docker
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
install:
./install.shfinish:
docker-compose run web ./manage.py migratedocker-compose run web ./manage.py createsuperuserdocker-compose run web ./manage.py startapp myappdocker-compose upBuild assets:
cd asssetsnpm installnpm run devshell:
docker-compose exec web shcheck database:
docker-compose exec db psql --username=hello_django --dbname=hello_django_devcheck volume:
docker volume inspect src_postgres_datahttps://testdriven.io/blog/dockerizing-django-with-postgres-gunicorn-and-nginx/https://medium.com/@fceruti/setting-up-a-django-project-like-a-pro-a847a9867f9d
About
Quickstart Django docker container
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.