summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2020-12-04 12:18:57 -0500
committerluxagraf <sng@luxagraf.net>2020-12-04 12:18:57 -0500
commit7799aac07271e8a5f05fabd47993a9f64b42042e (patch)
tree0f1606277266a51c8ce36083a7ca71eec27e7a2d /config
parentb15ed72cac94a1b7feffd895f57223f296ebdbb2 (diff)
fixed some admin image bugs
Diffstat (limited to 'config')
-rw-r--r--config/base_urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/base_urls.py b/config/base_urls.py
index 687ad88..e3cfa78 100644
--- a/config/base_urls.py
+++ b/config/base_urls.py
@@ -47,7 +47,7 @@ urlpatterns = [
path(r'walks/', include('locations.walk_urls')),
path(r'locations/', include('locations.urls')),
#path(r'expenses/', include('expenses.urls', namespace='expenses')),
- #path(r'photos/', include('photos.urls')),
+ path(r'photos/', include('media.urls')),
path(r'guide/', include('posts.urls.guide_urls', namespace='guide')),
path(r'essay/', include('posts.urls.essay_urls')),
re_path(r'^essay/$', RedirectView.as_view(url='/essays/')),