diff options
author | 2023-04-16 01:00:32 +0200 | |
---|---|---|
committer | 2023-04-16 01:00:32 +0200 | |
commit | 762763cf00651526b798e70995eaf320d4275e97 (patch) | |
tree | bcfcc55264154f25de8a5c91c4cdc21ecf2c4f2d /pydis_site/apps/staff/urls.py | |
parent | Add README to the resources app (#934) (diff) |
Add a README to the staff app
Plus minor refactorings
Diffstat (limited to 'pydis_site/apps/staff/urls.py')
-rw-r--r-- | pydis_site/apps/staff/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/staff/urls.py b/pydis_site/apps/staff/urls.py index ca8d1a0f..0565592b 100644 --- a/pydis_site/apps/staff/urls.py +++ b/pydis_site/apps/staff/urls.py @@ -1,6 +1,6 @@ from django.urls import path -from .viewsets import LogView +from .views import LogView app_name = 'staff' urlpatterns = [ |