Advertisement
Guest User

Untitled

a guest
Dec 5th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. OperationalError at /admin/sites/site/add/
  2. no such table: main.auth_user__old
  3. Request Method: POST
  4. Request URL: http://127.0.0.1:8000/admin/sites/site/add/
  5. Django Version: 2.0.7
  6. Exception Type: OperationalError
  7. Exception Value:
  8. no such table: main.auth_user__old
  9. Exception Location: /Users/swt/Desktop/web/playgrounds/django_dance/venv/lib/python3.7/site-packages/django/db/backends/sqlite3/base.py in execute, line 303
  10. Python Executable: /Users/swt/Desktop/web/playgrounds/django_dance/venv/bin/python
  11. Python Version: 3.7.1
  12. Python Path:
  13. ['/Users/swt/Desktop/web/playgrounds/django_dance/src',
  14. '/usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/lib/python37.zip',
  15. '/usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/lib/python3.7',
  16. '/usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload',
  17. '/Users/swt/Desktop/web/playgrounds/django_dance/venv/lib/python3.7/site-packages',
  18. '/Users/swt/Desktop/web/playgrounds/django_dance/venv/lib/python3.7/site-packages/setuptools-39.1.0-py3.7.egg']
  19. Server time: Wed, 5 Dec 2018 12:45:58 +0000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement