You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After following the setup procedure in the wiki / readme, I am getting an ImproperlyConfigured error with the following message: You haven’t set the DATABASE_ENGINE setting yet.
When a new django project is created, sessions, auth, and sites are present by default in the installed apps. These need to be commented. After that its working fine.