π I will try to finish soon π¨πΌβπ»
This is a template structure for developing django-based applications
python manage.py renameproject project youprojectname
python manage.py generate_secret_key
python manage.py generate_secret_key -s
.
βββ deployments
βββ dokcer/
β βββ local/
β β βββ django/
β β β βββ Dockefile
β β βββ nginx/
β β βββ Dockerfile
β βββ production/
β βββ django/
β β βββ Dockefile
β βββ nginx/
β βββ Dockefile
βββ docs
βββ locale
βββ project/
β βββ apps/
β β βββ core/
β β β βββ management/
β β β β βββ commands/
β β β β βββ __init__.py
β β β β βββ renameproject.py
β β β βββ __init__.py
β β β βββ migrations/
β β β β βββ __init__.py
β β β βββ admin.py
β β β βββ apps.py
β β β βββ models.py
β β β βββ tests.py
β β β βββ views.py
β β βββ __init__.py
β βββ media
β βββ settings/
β β βββ __init__.py
β β βββ base.py
β β βββ development.py
β β βββ production.py
β βββ static
β βββ templates
β βββ __init__.py
β βββ asgi.py
β βββ urls.py
β βββ wsgi.py
βββ requirements/
β βββ base.txt
β βββ development.txt
β βββ production.txt
βββ scripts
βββ .dockerignore
βββ .env.example
βββ .gitignore
βββ docker-compose.yml
βββ manage.py
βββ README.md