Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DatabaseError: relation "badges_badge" does not exist #2

Open
baalasangar opened this issue Nov 2, 2014 · 1 comment
Open

DatabaseError: relation "badges_badge" does not exist #2

baalasangar opened this issue Nov 2, 2014 · 1 comment

Comments

@baalasangar
Copy link

Hi

I was trying to set up on my windows machine when i try "paver createdb" I am getting below error
"DatabaseError: relation "badges_badge" does not exist DatabaseError: relation "badges_badge" does not exist". can any one help me

@stephenrjones
Copy link
Contributor

Hi,

Sounds like the createdb is trying to initialize the gamification.core package before gamfication.badges. I would try this:

python manage.py syncdb
python manage.py migrate gamification.badges

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants