Advertisement
Guest User

Untitled

a guest
Feb 14th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. site_1
  2. |-- README.md
  3. |-- db.sqlite3
  4. |-- requirements.txt
  5. |-- other_specific_app
  6. | |-- __init__.py
  7. | |-- models.py
  8. | |-- migrations
  9. | |-- templates
  10. | `-- views.py
  11. |-- theme_app_1
  12. | |-- __init__.py
  13. | |-- migrations
  14. | |-- models.py
  15. | |-- static
  16. | |-- templates
  17. | |-- urls.py
  18. | `-- views.py
  19. `--
  20. |-- __init__.py
  21. |-- settings
  22. `-- urls.py
  23.  
  24. reusable_backend_app
  25. |-- README.md
  26. |-- setup.py
  27. `-- reusable_backend_app
  28. |-- __init__.py
  29. |-- migrations
  30. |-- models.py
  31. `-- templates
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement