dashboard/dashboard
Aravinth Manivannan f2f2fadae4
ci/woodpecker/push/woodpecker Pipeline was successful Details
feat: use whitenoise for static file in development too for uniform Behavior
> it opens up the possibility for differences in behaviour between development and production environments. For this reason it’s a good idea to use WhiteNoise in development as well.

source: http://whitenoise.evans.io/en/stable/django.html#using-whitenoise-in-development
2022-07-07 13:59:06 +05:30
..
__init__.py init django 2022-04-27 17:09:07 +05:30
asgi.py init django 2022-04-27 17:09:07 +05:30
local_settings.ci.py fix: s/EMAIL_SENDER_ADDRESS/DEFAULT_FROM_EMAIL/ 2022-07-04 12:42:02 -04:00
local_settings.example.py fix: s/EMAIL_SENDER_ADDRESS/DEFAULT_FROM_EMAIL/ 2022-07-04 12:42:02 -04:00
settings.py feat: use whitenoise for static file in development too for uniform Behavior 2022-07-07 13:59:06 +05:30
urls.py feat: init gitpython and infrastructure app 2022-06-24 20:33:32 +05:30
wsgi.py init django 2022-04-27 17:09:07 +05:30