migrations
|
Add __str__ to models
|
2022-05-19 16:14:23 +02:00 |
templates/main
|
Add base template
|
2022-05-19 21:57:27 +02:00 |
__init__.py
|
Base django project
|
2022-05-19 16:09:28 +02:00 |
admin.py
|
Homepage, transaction page and invoice
|
2022-05-19 18:51:53 +02:00 |
apps.py
|
Base django project
|
2022-05-19 16:09:28 +02:00 |
models.py
|
Add invoice management
|
2022-05-19 21:21:55 +02:00 |
tests.py
|
Base django project
|
2022-05-19 16:09:28 +02:00 |
urls.py
|
Use list view
|
2022-05-19 21:47:02 +02:00 |
views.py
|
Use list view
|
2022-05-19 21:47:02 +02:00 |