Commit d816a212 by Bodor Máté

Fix falke8 error

parent 578554be
Pipeline #725 passed with stages
in 1 minute 15 seconds
...@@ -122,4 +122,4 @@ USE_TZ = True ...@@ -122,4 +122,4 @@ USE_TZ = True
# Static files (CSS, JavaScript, Images) # Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/2.1/howto/static-files/ # https://docs.djangoproject.com/en/2.1/howto/static-files/
STATIC_URL = '/static/' STATIC_URL = '/static/'
\ No newline at end of file
...@@ -20,4 +20,4 @@ urlpatterns = [ ...@@ -20,4 +20,4 @@ urlpatterns = [
path('admin/', admin.site.urls), path('admin/', admin.site.urls),
re_path(r'^auth/', include('djoser.urls')), re_path(r'^auth/', include('djoser.urls')),
re_path(r'^auth/', include('djoser.urls.authtoken')) re_path(r'^auth/', include('djoser.urls.authtoken'))
] ]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment