lesson 47
parents
Showing
.gitignore
0 → 100644
banana/css/styles.css
0 → 100644
core/__init__.py
0 → 100644
core/asgi.py
0 → 100644
core/settings.py
0 → 100644
core/urls.py
0 → 100644
core/wsgi.py
0 → 100644
manage.py
0 → 100755
media/cat.jpeg
0 → 100644
119 KB
reqs.txt
0 → 100644
web/__init__.py
0 → 100644
web/admin.py
0 → 100644
web/apps.py
0 → 100644
web/fixtures/dump.json
0 → 100644
web/fixtures/users_dump.json
0 → 100644
web/forms.py
0 → 100644
web/migrations/__init__.py
0 → 100644
web/models.py
0 → 100644
web/templates/article.html
0 → 100644
web/templates/base.html
0 → 100644
web/templates/delete.html
0 → 100644
web/templates/index.html
0 → 100644
web/templates/update.html
0 → 100644
web/tests.py
0 → 100644
web/views.py
0 → 100644