Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. └───django_website
  2. │ admin.py
  3. │ apps.py
  4. │ models.py
  5. │ settings.py
  6. │ urls.py
  7. │ wsgi.py
  8. │ __init__.py
  9. ├───.idea
  10. │ .name
  11. │ cdownloader.iml
  12. │ misc.xml
  13. │ modules.xml
  14. │ vcs.xml
  15. │ workspace.xml
  16. ├───models
  17. ├───static
  18. │ ...
  19. |
  20. ├───templates
  21. │ footer.html
  22. │ home.html
  23. │ login.html
  24. │ navbar.html
  25. └───views
  26. pages.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement