Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "manage.py", line 5, in <module>
  3. from GoalCharge import app
  4. File "/var/www/goalcharge.chigstuff.com/GoalCharge/__init__.py", line 3, in <module>
  5. from . import views
  6. File "/var/www/goalcharge.chigstuff.com/GoalCharge/views.py", line 2, in <module>
  7. from GoalCharge.models import *
  8. File "/var/www/goalcharge.chigstuff.com/GoalCharge/models.py", line 3, in <module>
  9. from GoalCharge import db
  10. ImportError: cannot import name db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement