This repository has been archived on 2019-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
tofu/issues
Lexi / Zoe b7311f2308
#4: add base template; extend base template in views
2019-11-10 23:37:31 +01:00
..
migrations create projects app; move Project model to projects app; recreate migrations because moving the model caused problems o.o 2019-06-03 00:38:53 +02:00
templates/issues #4: add base template; extend base template in views 2019-11-10 23:37:31 +01:00
__init__.py Initial project and app commit 2019-03-20 22:14:36 +01:00
admin.py create projects app; move Project model to projects app; recreate migrations because moving the model caused problems o.o 2019-06-03 00:38:53 +02:00
apps.py Initial project and app commit 2019-03-20 22:14:36 +01:00
forms.py create 'new issue' form 2019-06-03 00:38:56 +02:00
models.py create projects app; move Project model to projects app; recreate migrations because moving the model caused problems o.o 2019-06-03 00:38:53 +02:00
tests.py Initial project and app commit 2019-03-20 22:14:36 +01:00
urls.py use generic views 2019-06-03 17:57:25 +02:00
views.py #1: add login page; require login for views 2019-11-10 23:05:39 +01:00