django-syncdb
django manage.py syncdb not working?
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?:[详细]
2022-12-28 08:23 分类:问答Can't get python.manage.py syncdb to work
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[详细]
2022-12-28 05:50 分类:问答manage.py syncbd not syncing django.contrib apps
This is probably a setting error somewhere. I have a django app that works fine on my desktop with the developer server and sqlite3.[详细]
2022-12-22 17:19 分类:问答