forked from hackforla/peopledepot
-
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.
docs: add check points: add model guide
fix: add filenames for the code snippets docs: fix CONTRIBUTING-related issues Fix: create card for new issue automation A recent project board name change broke the automation. This commit updates it to the new project name. Issue hackforla#63 Create Practice Area Model (hackforla#156) * Issue 63 Create Practice Area Model issue 43: Create Program Area model (hackforla#161) * feat: add model: program_area | feat: register admin: program_area | feat: add endpoints: program_area Update README.md (hackforla#171) added skill model fixed bug in serializer.py Feature technology table (hackforla#175) * feat: add model: technology * feat: register admin: technology * feat: add endpoints: technology * Lint warnings and code clean up. Removed unnecessary migration files. Corrected admin name. * "Lint and code cleanup. Removing previous technology migration. Admin.py name update." * Modified migrations for technology table. Removed requirements for python version in pre-commit fix: lint script not fixing code formatting swapped black and flake8 in lint.sh file feat: add language model and api endpoints feature branch rebase with squashed commits for language model Update issue templates Add Permission-type tables Squash all previous minor commits Update existing Django model by deleting URL fileds removed language table models and tests Updated CONTRIBUTING.md file Create pull_request_template.md Add pr template from website team to this repo Rename recurring_event to event Set up django-linear-migrations script: update superuser script to take no input script: update scripts to take extra commandline args config: show missing lines in coverage report tests: add test for ProgramArea model tests: program_area list docs: move convenience scripts descriptions to a file docs: update scripts descriptions for script fixes squashed 28 commits rebase origin main to update local main branch
- Loading branch information
Showing
11 changed files
with
51 additions
and
30 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 |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
|
||
temp/ | ||
.DS_Store | ||
temp | ||
|
||
### django ### | ||
*.sqlite3 | ||
|
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
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 |
---|---|---|
|
@@ -295,4 +295,4 @@ class Meta: | |
"uuid", | ||
"created_at", | ||
"updated_at", | ||
) | ||
) |
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 |
---|---|---|
@@ -1 +1 @@ | ||
0021_sdg | ||
0021_sdg |
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
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
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