summaryrefslogtreecommitdiff
path: root/fossee_manim/urls.py
diff options
context:
space:
mode:
authorAlwin18472072019-10-28 11:27:18 +0530
committerAlwin18472072019-10-28 11:27:18 +0530
commitcfdc41deed280bddbcc6c3cf45e30f33ea139e88 (patch)
treeaabe34ca990bf5c06dd184417d0ceecf3f45a914 /fossee_manim/urls.py
parent1151714828cf48b6a496ea7261410a028f306223 (diff)
downloadFOSSEE_animations-cfdc41deed280bddbcc6c3cf45e30f33ea139e88.tar.gz
FOSSEE_animations-cfdc41deed280bddbcc6c3cf45e30f33ea139e88.tar.bz2
FOSSEE_animations-cfdc41deed280bddbcc6c3cf45e30f33ea139e88.zip
pep8 formatting
Diffstat (limited to 'fossee_manim/urls.py')
-rw-r--r--fossee_manim/urls.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/fossee_manim/urls.py b/fossee_manim/urls.py
index dac61e2..a9af19e 100644
--- a/fossee_manim/urls.py
+++ b/fossee_manim/urls.py
@@ -26,17 +26,17 @@ urlpatterns = [
url(r'^faqs/$', views.faqs, name='faqs'),
url(r'^search_category/(?P<cat>.+)$', views.search_category,
name='search_category'),
- url(r'^about/$',views.about, name='about'),
- url(r'^outreach/$',views.outreach, name='outreach'),
- url(r'^library/$',views.library, name='library'),
- url(r'^libraryMath/$',views.libraryMath, name='libraryMath'),
- url(r'^libraryPhys/$',views.libraryPhys, name='libraryPhys'),
- url(r'^libraryCS/$',views.libraryCS, name='libraryCS'),
+ url(r'^about/$', views.about, name='about'),
+ url(r'^outreach/$', views.outreach, name='outreach'),
+ url(r'^library/$', views.library, name='library'),
+ url(r'^libraryMath/$', views.libraryMath, name='libraryMath'),
+ url(r'^libraryPhys/$', views.libraryPhys, name='libraryPhys'),
+ url(r'^libraryCS/$', views.libraryCS, name='libraryCS'),
url(r'^explore/(?P<category>.+)$', views.explore,
name='explore'),
]
urlpatterns += static(
- settings.MEDIA_URL,
- document_root=settings.MEDIA_ROOT
+ settings.MEDIA_URL,
+ document_root=settings.MEDIA_ROOT
)