Added production settings and support for secret values from env variables (#118)

* Added Django-environ support and Production settings

* Option to set db settings in both ways

* Added setuptools in req.txt

* Minor bug fix

---------

Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
This commit is contained in:
Ashwanth Balakrishnan
2024-03-19 14:14:43 +05:30
committed by GitHub
parent cfe96a5cae
commit c514599c8a
3 changed files with 91 additions and 16 deletions

View File

@@ -12,6 +12,7 @@ cssselect2
Django>=4.2
django-apscheduler
django-cors-headers
django-environ
django-filter
django-haystack
django-jsonfield