FelippeJC
Results
1
comments of
FelippeJC
Hi @RishuvDutta! You can remove the settings folder from the tutorial folder and change this `os.environ.setdefault("DJANGO_SETTINGS_MODULE", "tutorial.settings.dev")` to this `os.environ.setdefault("DJANGO_SETTINGS_MODULE", "tutorial.settings")` in the wsgi.py file. It might be possible to...