Skip to content

Commit

Permalink
Add comment for admin user
Browse files Browse the repository at this point in the history
  • Loading branch information
riadelimemmedov committed Feb 2, 2024
1 parent 0c2b16b commit 308768c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
if not settings.APP_NAME or settings.APP_NAME not in [app.value for app in AppName]:
raise Exception(_("Please set app correct name same as abstract.constants.AppName"))


# For only admin
urls_admin = [
path("jet/", include("jet.urls", "jet")),
path("jet/dashboard/", include("jet.dashboard.urls", "jet-dashboard")),
Expand Down

0 comments on commit 308768c

Please sign in to comment.