Trying to learn Django, I closed the shell and am getting this problem now when I call python manage.py syncdb, any idea what happened?:
I just created my first django app, initialized variables DATABASE_ENGINE and DATABASE_NAME in settings.py, but now when I run python manage.py syncdb, I g开发者_StackOverflowet the following error Ca
This is probably a setting error somewhere. I have a django app that works fine on my desktop with the developer server and sqlite3.