mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-17 04:09:25 +08:00
Merge branch 'master' of https://github.com/lemeow125/DRF_Template
This commit is contained in:
commit
32ea4694f8
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
## DRF-Template
|
||||
|
||||
![Build Status](https://woodpecker.06222001.xyz/api/badges/1/status.svg)
|
||||
![Demo Page Status](https://kuma.keannu5.duckdns.org/api/badge/119/status)
|
||||
![Demo Page Status](https://stats.keannu5.duckdns.org/api/badge/119/status)
|
||||
|
||||
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 to host 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 as well so make sure to specify an external SMTP server to process emails properly.
|
||||
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.
|
||||
|
||||
### URLs
|
||||
|
||||
|
|
Loading…
Reference in a new issue