Revision history [back]
syncdb can't create admin in Django >= 1.5
Hello, I installed askbot as a part of my project, and it works pretty well but I recently noticed a problem in the admin creation phase when running (python mnage.py syncdb) I get this error : NameError: "global name 'User' is not defined"
I tried Django 1.5, 1.5.4 and I still have same problem I had no problems with django 1.4
Any ideas what is the problem?
syncdb can't create admin in Django >= 1.5
Hello, I installed askbot as a part of my project, and it works pretty well but I recently noticed a problem in the admin creation phase when running (python mnage.py syncdb) I get this error : NameError: "global name 'User' is not defined"
I tried Django 1.5, 1.5.4 and I still have same problem I had no problems with django 1.4
Any ideas what is the problem?
syncdb can't create admin in Django >= 1.5admin
Hello, I installed askbot as a part of my project, and it works pretty well but I recently noticed a problem in the admin creation phase when running (python mnage.py syncdb)
I get this error :
: NameError: "global name 'User' is not defined"
I tried Django 1.5, 1.5.4 and I still have same problem I had no problems with django 1.4
defined" Any ideas what is the problem?