文件名称:django-postgres-dokku:Django 3.1 + Postgres 11 + Dokku配置(可用于生产)
文件大小:18KB
文件格式:ZIP
更新时间:2024-06-04 23:05:34
postgres django webpack django-rest-framework dokku
项目名 Django 3.1.1 + Postgres 11 + Dokku配置(生产就绪) 文献资料 目录树 ├── main (Main application of the project, use it to add main templates, statics and root routes) │ ├── fixtures │ │ ├── dev.json (Useful dev fixtures, by default it creates an `admin` user with password `admin`) │ │ └── initial.json (Initial fixture loaded on each startup of the project) │ ├── migrations │ ├── static (Add here
【文件预览】:
django-postgres-dokku-master
----.dockerignore(51B)
----manage.py(718B)
----Dockerfile(261B)
----scripts()
--------command-dev.sh(114B)
--------wait-for-it.sh(4KB)
----requirements.txt(63B)
----media()
--------.keep(0B)
----project_name()
--------urls.py(1KB)
--------__init__.py(0B)
--------wsgi.py(483B)
--------settings()
----Procfile(157B)
----README.md(5KB)
----Makefile(825B)
----main()
--------apps.py(83B)
--------locale()
--------urls.py(169B)
--------tests.py(60B)
--------migrations()
--------fixtures()
--------admin.py(63B)
--------__init__.py(0B)
--------models.py(57B)
--------views.py(244B)
--------templates()
--------static()
----docker-compose.yml(523B)
----.editorconfig(340B)
----app.json(206B)
----.gitignore(207B)
----static()
--------.keep(0B)