Skip to content

ImproperlyConfiguredError

ragi edited this page Sep 13, 2010 · 1 revision

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.

Clone this wiki locally