CommandError: Please create a superuser to continue
Hi,
I followed along the documentation, and when i tried to do db migrations, it throws error "CommandError: Please create a superuser to continue". I am using django 1.5.7 and postgresql. I do have a superuser created when i run syncdb. Any idea?
Running migrations for askbot:
- Migrating forwards to 0179_sanitize_user_info_html.
askbot:0133_apply_global_group_to_posts_and_users Error in migration: askbot:0133_apply_global_group_to_posts_and_users CommandError: Please create a superuser to continue
Comments