mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-08-02 09:13:16 +08:00
Update deployment
This commit is contained in:
parent
2770ac035d
commit
aa9d67fdba
5 changed files with 59 additions and 40 deletions
|
@ -1,6 +1,6 @@
|
|||
## DRF-Template
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
This is a Django template that I personally use for my projects. This covers the following
|
||||
|
@ -27,7 +27,7 @@ When using `docker-compose.dev.yml`, the entire project directory is mounted ont
|
|||
|
||||
### Deployment
|
||||
|
||||
A sample `docker-compose.demo.yml` is provided which I use in hosting the demo. DEBUG should be set to False when deploying as to not expose the URLs fro Celery Flower and the Django Silk Profiler. The local Inbucket container is not present so make sure to specify an external SMTP server to process emails properly.
|
||||
A sample `docker-compose.yml` is provided which I use in hosting the demo. DEBUG should be set to False when deploying as to not expose the URLs fro Celery Flower and the Django Silk Profiler. The local Inbucket container is not present so make sure to specify an external SMTP server to process emails properly.
|
||||
|
||||
### URLs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue