django-cats/cats
Jan Dittberner 6b3fce5684 Add basic template and design system
- implement base template and home page template
- add a rudimentary cats.css
- add CAcert logo and favicon resources
- use template in home page view
2024-09-20 13:06:43 +02:00
..
migrations Cleanup data model 2024-09-20 10:57:25 +02:00
static Add basic template and design system 2024-09-20 13:06:43 +02:00
templates Add basic template and design system 2024-09-20 13:06:43 +02:00
__init__.py Add generated cats app 2024-09-18 18:20:59 +02:00
admin.py Add generated cats app 2024-09-18 18:20:59 +02:00
apps.py Add generated cats app 2024-09-18 18:20:59 +02:00
authentication.py Implement client certificate authentication 2024-09-20 12:42:44 +02:00
models.py Cleanup data model 2024-09-20 10:57:25 +02:00
tests.py Add generated cats app 2024-09-18 18:20:59 +02:00
urls.py Implement client certificate authentication 2024-09-20 12:42:44 +02:00
views.py Add basic template and design system 2024-09-20 13:06:43 +02:00