Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
install select 2
Browse files Browse the repository at this point in the history
  • Loading branch information
monodo committed Sep 7, 2023
1 parent d5ce616 commit 47f4b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions geocity/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
"jazzmin",
"jsoneditor",
"django_jsonform",
'django_select2',
# django contrib apps
"django.contrib.admin",
"django.contrib.auth",
Expand Down
1 change: 1 addition & 0 deletions geocity/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
path("oauth/", include("oauth2_provider.urls", namespace="oauth2_provider")),
path("admin/", admin.site.urls),
path("accounts/social/", include("allauth.socialaccount.urls")),
path("select2/", include("django_select2.urls")),
]

if settings.ENABLE_2FA:
Expand Down

0 comments on commit 47f4b70

Please sign in to comment.