Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. INSTALLED_APPS = [
  2. 'django.contrib.admin',
  3. 'django.contrib.auth',
  4. 'django.contrib.contenttypes',
  5. 'django.contrib.sessions',
  6. 'django.contrib.messages',
  7. 'django.contrib.staticfiles',
  8. 'first_app']
  9.  
  10. Unhandled exception in thread started by <function check_errors.<locals>.wrapper at 0x7fe13745f6a8>
  11. ...
  12. ImportError: No module named 'first_app'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement