Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. proj
  2. ├── proj
  3. │   ├── admin.py
  4. │   ├── forms.py
  5. │   ├── __init__.py
  6. │   ├── models.py
  7. │   ├── settings.py
  8. │   ├── urls.py
  9. │   ├── views.py
  10. │   └── wsgi.py
  11. ├── static
  12. ├── manage.py
  13. ├── app1
  14. ├── app2
  15. └── app3
  16.  
  17. » python manage.py makemigrations proj
  18. App 'proj' could not be found. Is it in INSTALLED_APPS?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement