Skip to content

Commit

Permalink
• Updating setuptools (58.1.0 -> 69.0.3)
Browse files Browse the repository at this point in the history
  • Updating djangorestframework-simplejwt (5.0.0 -> 5.3.1)

updates #237
  • Loading branch information
JasonLovesDoggo committed Jan 2, 2024
1 parent 422847c commit 9b6bec7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 19 deletions.
8 changes: 8 additions & 0 deletions metropolis/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,14 @@
("content", "Content Creator"),
("doodle", "Doodle Developer"),
)
METROPOLIS_STAFFS = { # todo remove
"Project Manager": {},
"Frontend Developer": {},
"Backend Developer": {},
"App Developer": {},
"Graphic Designer": {},
"Content Creator": {},
}

# Theme Settings

Expand Down
36 changes: 19 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ django-pwa = "*"
django-redis = "5.0.0"
django-select2 = "*"
django-storages = "1.12.2"
djangorestframework = "3.12.4"
djangorestframework-simplejwt = "5.0.0"
djangorestframework = "^3.14.0"
djangorestframework-simplejwt = ">5.0.0"
idna = "3.3"
jwcrypto = "1.5.1"
Markdown = "3.3.4"
Expand Down

0 comments on commit 9b6bec7

Please sign in to comment.