Quantcast
Channel: ConnectionError at : You have not defined a default connection - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Arpita Tripathi for ConnectionError at : You have not defined a...

Try this with sqlite3 database that is already added in django project . change in your setting.py DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': 'logintest.db', 'USER': '',...

View Article



Answer by Pynchia for ConnectionError at : You have not defined a default...

It appears Django doesn't know how to connect to the database. Define a default connection to the DB in settings.py DATABASES = { 'default' : { 'ENGINE' : 'django_mongodb_engine', 'NAME' :...

View Article

ConnectionError at : You have not defined a default connection

I am facing error while running a project : Environment: Request Method: POST Request URL: http://127.0.0.1:8000/ Django Version: 1.8.4 Python Version: 2.7.6 Installed Applications:...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images