summaryrefslogtreecommitdiff
path: root/fossee_anime
diff options
context:
space:
mode:
Diffstat (limited to 'fossee_anime')
-rw-r--r--fossee_anime/settings.py2
-rw-r--r--fossee_anime/urls.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/fossee_anime/settings.py b/fossee_anime/settings.py
index b620525..8b5f93a 100644
--- a/fossee_anime/settings.py
+++ b/fossee_anime/settings.py
@@ -165,4 +165,4 @@ ADMIN_EMAIL = 'your admin email'
FILE_UPLOAD_PERMISSIONS = 0o644
SESSION_EXPIRE_AT_BROWSER_CLOSE = True
SESSION_SAVE_EVERY_REQUEST = True
-SESSION_COOKIE_AGE = 36000 \ No newline at end of file
+SESSION_COOKIE_AGE = 36000
diff --git a/fossee_anime/urls.py b/fossee_anime/urls.py
index 9fb65d5..0db0fe5 100644
--- a/fossee_anime/urls.py
+++ b/fossee_anime/urls.py
@@ -23,7 +23,7 @@ from django.conf.urls.static import static
urlpatterns = [
url(r'^admin/', admin.site.urls),
url(r'^', include('fossee_manim.urls')),
- url(r'^', include('fossee_manim.urls_password_reset'))
+ url(r'^', include('fossee_manim.urls_password_reset')),
]
urlpatterns += static(settings.MEDIA_URL,
- document_root=settings.MEDIA_ROOT) \ No newline at end of file
+ document_root=settings.MEDIA_ROOT)