2👍
Settings isn’t in mymask
, it’s in the base django/mysite
directory. So you should add that to sys.path
, and set your DJANGO_SETTINGS_MODULE
to just settings
.
Source:stackexchange.com
2👍
Settings isn’t in mymask
, it’s in the base django/mysite
directory. So you should add that to sys.path
, and set your DJANGO_SETTINGS_MODULE
to just settings
.