Skip to content

Commit

Permalink
Bring back Django package just for future use in case
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Apr 19, 2024
1 parent b38f7b1 commit 8ad85ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Pipfile.lock

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

1 change: 1 addition & 0 deletions game/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,6 @@
]
),
),
url(r"^js-reverse/$", urls_js, name="js-reverse"),
url(r"^js-i18n/$", JavaScriptCatalog.as_view(packages=["game"]), name="rapid-router/javascript-catalog"),
]
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
install_requires=[
"django==3.2.25",
"django-csp==3.7",
"django-js-reverse==0.9.1",
"django-pipeline==2.0.8",
"djangorestframework==3.13.1",
"more-itertools==8.7.0",
Expand Down

0 comments on commit 8ad85ce

Please sign in to comment.