We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398cdbb commit 0d59efcCopy full SHA for 0d59efc
2 files changed
backend/pennmobile/settings/base.py
@@ -55,7 +55,7 @@
55
"sublet",
56
"phonenumber_field",
57
"market",
58
- "games"
+ "games",
59
]
60
61
MIDDLEWARE = [
backend/pennmobile/urls.py
@@ -30,6 +30,7 @@
30
path("sublet/", include("sublet.urls")),
31
path("market/", include("market.urls")),
32
path("wrapped/", include("wrapped.urls")),
33
+ path("games/", include("games.urls")),
34
35
36
0 commit comments