-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(backend): Python Django, REST and DB (#4)
* feature: necessary entities, Postgre connected to project CRUD for a project in progress * feature: .gitignore fix: secret_key moved from settiggs.py to .env * fix: i forgot to stage the remainig changes * feature: serializers for all models, views API for models fix: Objective field names * fix: report_creater`s field in Report model * fix: objective_color field in Objective_serializer, added __pycache__ from migrations to .gitignore, removed garbage from admin.py, report_creator field in Report model * refactor(.env): put secret key placeholder * feat(ci, backend): change structs for django app, add venv, add pipe * ci(python): put version for py3.11 --------- Co-authored-by: Marat Zimnurov <[email protected]>
- Loading branch information
1 parent
d78557d
commit 66f57d0
Showing
133 changed files
with
565 additions
and
27,304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,3 +83,4 @@ node_modules | |
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
__pycache__ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
109 changes: 0 additions & 109 deletions
109
application/TrafficLight/Controllers/ProjectController.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.