Django Common Errors and Resolutions
Please make to modify settings.py file:
DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': str(os.path.join(BASE_DIR, "db.sqlite3")) }
DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3',
'NAME': str(os.path.join(BASE_DIR, "db.sqlite3"))
}
Note: only a member of this blog may post a comment.
Please make to modify settings.py file: DATABASES = { 'default' : { 'ENGINE' : 'django.db.backends.sqlite3...
No comments:
Post a Comment
Note: only a member of this blog may post a comment.