fix: huge refactor
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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')),
|
||||
|
||||
Reference in New Issue
Block a user