Advertisement
Guest User

Untitled

a guest
Apr 21st, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:/Python27/Lib/site-packages/django/bin/django-admin.py", line 5 , in <module>
  3. management.execute_from_command_line ()
  4. File "C:Python27Libsite-packagesdjangocoremanagement__init__.py", line 399 , in execute_from_command_line
  5. utility.execute ()
  6. File "C:Python27Libsite-packagesdjangocoremanagement__init__.py", line 392 , in execute
  7. self.fetch_command (subcommand). run_from_argv (self.argv)
  8. File "C:Python27Libsite-packagesdjangocoremanagement__init__.py", line 261 , in fetch_command
  9. commands = get_commands ()
  10. File "C:Python27Libsite-packagesdjangocoremanagement__init__.py", line 107 , in get_commands
  11. apps = settings.INSTALLED_APPS
  12. File "C:Python27Libsite-packagesdjangoconf__init__.py", line 54 , in __ getattr__
  13. self._setup (name)
  14. File "C:Python27Libsite-packagesdjangoconf__init__.py", line 49 , in _setup
  15. self._wrapped = Settings (settings_module)
  16. File "C:Python27Libsite-packagesdjangoconf__init__.py", line 132 , in __ init__
  17. % (Self.SETTINGS_MODULE, e)
  18. ImportError: Could not import settings '1 '(Is it on sys.path? Is there an import error in the settings file?): No module named 1
  19.  
  20. migajek-django-tastypie-jqgrid
  21. six
  22. python-dateutil-2.2
  23. django-tastypie-0.11.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement