fix: huge refactor

This commit is contained in:
2026-03-17 14:03:51 +01:00
parent be87ab4fa1
commit 71b02610d1
50 changed files with 2763 additions and 3516 deletions
-2
View File
@@ -210,5 +210,3 @@ SIMPLE_JWT = {
'SLIDING_TOKEN_OBTAIN_SERIALIZER': 'rest_framework_simplejwt.serializers.TokenObtainSlidingSerializer',
'SLIDING_TOKEN_REFRESH_SERIALIZER': 'rest_framework_simplejwt.serializers.TokenRefreshSlidingSerializer',
}
TAILWIND_APP_NAME = 'theme'
+1
View File
@@ -6,6 +6,7 @@ from django.urls import include, path
urlpatterns = [
path('', include('web.urls', namespace='web')),
path('users/', include('users.urls', namespace='users')),
path('admin/', admin.site.urls),
path('watchman/', include('watchman.urls')),
path('auth/', include('users.urls', namespace='users')),