Remove debugging code
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 18 Apr 2018 20:13:17 +0000 (16:13 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 18 Apr 2018 20:13:17 +0000 (16:13 -0400)
django/archives/urls.py

index f7e500e6efc076b2b42b5a466dd2c0a286cadb05..cc80874403365f81fdb25c9c5d6ad23cb9778790 100644 (file)
@@ -73,7 +73,3 @@ if not settings.PUBLIC_ARCHIVES:
                url(r'^accounts/logout/?$', archives.auth.logout),
                url(r'^auth_receive/$', archives.auth.auth_receive),
        ]
-
-from django.conf.urls.static import static
-urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
-urlpatterns += static('/media/', document_root=settings.MEDIA_ROOT)