Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. C:\Users\alpex\Desktop\ssga>python manage.py runserver
  2. Traceback (most recent call last):
  3. File "manage.py", line 11, in <module>
  4. execute_manager(settings)
  5. File "C:\Python27\lib\site-packages\django\core\management\__init__.py", line
  6. 438, in execute_manager
  7. utility.execute()
  8. File "C:\Python27\lib\site-packages\django\core\management\__init__.py", line
  9. 379, in execute
  10. self.fetch_command(subcommand).run_from_argv(self.argv)
  11. File "C:\Python27\lib\site-packages\django\core\management\__init__.py", line
  12. 252, in fetch_command
  13. app_name = get_commands()[subcommand]
  14. File "C:\Users\alpex\Desktop\ssga\deseb\__init__.py", line 96, in inner
  15. add_aka_support()
  16. File "C:\Users\alpex\Desktop\ssga\deseb\__init__.py", line 29, in add_aka_supp
  17. ort
  18. import django.db.models
  19. File "C:\Python27\lib\site-packages\django\db\__init__.py", line 77, in <modul
  20. e>
  21. connection = connections[DEFAULT_DB_ALIAS]
  22. File "C:\Python27\lib\site-packages\django\db\utils.py", line 92, in __getitem
  23. __
  24. backend = load_backend(db['ENGINE'])
  25. File "C:\Python27\lib\site-packages\django\db\utils.py", line 50, in load_back
  26. end
  27. raise ImproperlyConfigured(error_msg)
  28. django.core.exceptions.ImproperlyConfigured: 'django.db.backends.sqlite3' isn't
  29. an available database backend.
  30. Try using django.db.backends.XXX, where XXX is one of:
  31. 'dummy', 'mysql', 'oracle', 'postgresql', 'postgresql_psycopg2', 'sqlite3'
  32. Error was: cannot import name utils
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement