Advertisement
Guest User

Untitled

a guest
Mar 20th, 2020
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. C:.
  2. | db.sqlite3
  3. | manage.py
  4. | settings.py
  5. |
  6. |
  7. +---home
  8. | | admin.py
  9. | | apps.py
  10. | | models.py
  11. | | tests.py
  12. | | urls.py
  13. | | views.py
  14. | | __init__.py
  15. | |
  16. | +---migrations
  17. | | | __init__.py
  18. | | |
  19. | | \---__pycache__
  20. | | __init__.cpython-36.pyc
  21. | | __init__.cpython-37.pyc
  22. | |
  23. | +---templates
  24. | | \---home
  25. | | base.html
  26. | | index.html
  27. | |
  28. | \---__pycache__
  29. | admin.cpython-36.pyc
  30. | admin.cpython-37.pyc
  31. | apps.cpython-36.pyc
  32. | apps.cpython-37.pyc
  33. | models.cpython-36.pyc
  34. | models.cpython-37.pyc
  35. | urls.cpython-36.pyc
  36. | urls.cpython-37.pyc
  37. | views.cpython-36.pyc
  38. | views.cpython-37.pyc
  39. | __init__.cpython-36.pyc
  40. | __init__.cpython-37.pyc
  41. |
  42. \---static
  43. +---CSS
  44. | format.css
  45. | style.css
  46. |
  47. \---JS
  48. main.js
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement