Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:.
- | db.sqlite3
- | manage.py
- | settings.py
- |
- |
- +---home
- | | admin.py
- | | apps.py
- | | models.py
- | | tests.py
- | | urls.py
- | | views.py
- | | __init__.py
- | |
- | +---migrations
- | | | __init__.py
- | | |
- | | \---__pycache__
- | | __init__.cpython-36.pyc
- | | __init__.cpython-37.pyc
- | |
- | +---templates
- | | \---home
- | | base.html
- | | index.html
- | |
- | \---__pycache__
- | admin.cpython-36.pyc
- | admin.cpython-37.pyc
- | apps.cpython-36.pyc
- | apps.cpython-37.pyc
- | models.cpython-36.pyc
- | models.cpython-37.pyc
- | urls.cpython-36.pyc
- | urls.cpython-37.pyc
- | views.cpython-36.pyc
- | views.cpython-37.pyc
- | __init__.cpython-36.pyc
- | __init__.cpython-37.pyc
- |
- \---static
- +---CSS
- | format.css
- | style.css
- |
- \---JS
- main.js
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement