Monday 24 June 2019

Getting Server Error (500) on starting the server in local

Set DEBUG = True in settings.py file

Note: Make sure to set its value to False in production.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.

TypeError: argument of type 'WindowsPath' is not iterable

 Please make to modify settings.py file: DATABASES = { 'default' : { 'ENGINE' : 'django.db.backends.sqlite3&...