copilot instructions
This commit is contained in:
parent
3a0cc248a7
commit
6f41c8c344
1 changed files with 10 additions and 0 deletions
10
.github/copilot-instructions.md
vendored
Normal file
10
.github/copilot-instructions.md
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
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.
|
||||
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/.
|
||||
Kubernetes deployment specific files in deployment/.
|
||||
GitLab CI is used as the main CI/CD system.
|
||||
|
||||
Answers should be short and concise, and should not include any unnecessary comments or explanations, but be clear on which file a code block should be placed in.
|
Loading…
Add table
Add a link
Reference in a new issue