continued work on price model

This commit is contained in:
Tobias Brunner 2025-05-22 16:34:15 +02:00
parent 6f41c8c344
commit a6a15150ea
No known key found for this signature in database
10 changed files with 500 additions and 1 deletions

View file

@ -1,6 +1,6 @@
This is a Django project which uses SQLite as the database.
Follow the Django conventions and best practices, use the Django ORM and define the fields with appropriate types
Use class-based views and follow the Django conventions for naming and structuring views.
Use function-based views and follow the Django conventions for naming and structuring views.
Templates use the Django template language and Bootstrap 5 CSS and JavaScript for styling.
The main Django app is in hub/services, ignore the app hub/broker.
Docker specific code is in the folder docker/.