Advertisement
mrnethen

Untitled

Nov 6th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. (kava)nethen@nethen-HP-Pavilion-dv7-Notebook-PC:~/djcode/42-kavyarnya/kavyarnya$ python manage.py shell
  2. Error: Can't find the file 'settings.py'in the directory containing 'manage.py'. It appears you've customized things.
  3. You'll have to run django-admin.py, passing it your settings module.
  4. (If the file settings.py does indeed exist, it's causing an ImportError somehow.)
  5. Traceback (most recent call last):
  6. File "manage.py", line 5, in <module>
  7. import settings # Assumed to be in the same directory.
  8. File "/home/nethen/djcode/42-kavyarnya/kavyarnya/settings.py", line 5, in <module>
  9. from jogging.handlers import DatabaseHandler
  10. ImportError: No module named jogging.handlers
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement