First time here? Check out the FAQ!

6455260's profile - activity

2014-02-11 14:38:25 -0500 received badge Notable Question (source)
2013-12-02 01:06:25 -0500 received badge Popular Question (source)
2013-11-25 13:47:47 -0500 received badge Nice Question (source)
2013-11-09 09:18:25 -0500 received badge Famous Question (source)
2013-11-08 12:54:38 -0500 received badge Student (source)
2013-10-30 16:05:54 -0500 commented question syncdb can't create admin in Django >= 1.5

btw, I tried to edit the previous comment and add new lines , but it seems askbot ignoring me :)

2013-10-30 15:58:18 -0500 commented question syncdb can't create admin in Django >= 1.5

1- I installed askbot 2- I used django (1.5) as askbot-setup doesn't work for higher versions 3- I ran askbot-setup 4- I chose sqlite3, db name = database.db 5- I entered the standalone installation of askbot, and removed the database file (rm database.db) 6- I ran : python manage.py syncdb 7- I chose to add admin 8- I got the error : NameError: global name 'User' is not defined 9- I removed django 1.5 and installed django 1.4 10- I removed the database (rm database.db) 11- I ran : python manage.py syncdb 12 when prompted to add an admin, I chose YES and everything went OK and I was managed to add admin user successfull

2013-10-30 14:09:31 -0500 received badge Editor (source)
2013-10-30 12:44:22 -0500 asked a question 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?