migrations
|
Started django project + first HTML render
|
2023-09-26 09:15:28 +02:00 |
static
|
add admin template and buttons
|
2023-10-05 12:14:33 +02:00 |
templates
|
add login
|
2023-10-09 10:49:56 +02:00 |
__init__.py
|
Started django project + first HTML render
|
2023-09-26 09:15:28 +02:00 |
admin.py
|
Started django project + first HTML render
|
2023-09-26 09:15:28 +02:00 |
apps.py
|
Started django project + first HTML render
|
2023-09-26 09:15:28 +02:00 |
forms.py
|
first iteration over templates
|
2023-10-02 17:49:33 +02:00 |
models.py
|
Started django project + first HTML render
|
2023-09-26 09:15:28 +02:00 |
tests.py
|
Started django project + first HTML render
|
2023-09-26 09:15:28 +02:00 |
urls.py
|
add admin template and buttons
|
2023-10-05 12:14:33 +02:00 |
views.py
|
add login
|
2023-10-09 10:49:56 +02:00 |