summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2015-12-13 08:36:51 -0500
committerluxagraf <sng@luxagraf.net>2015-12-13 08:36:51 -0500
commit2bc926fe3537363f6f5e6883d927120b8ada41da (patch)
tree3d0905719be8b571bbea357fa26ceb5e86b5b8fb /config
parent12100874dc8e713d1d4400bee285ba381f6f449c (diff)
added resizing function to photo uploads and changed wording on comments
template
Diffstat (limited to 'config')
-rw-r--r--config/base_urls.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/base_urls.py b/config/base_urls.py
index b5751f0..26a2081 100644
--- a/config/base_urls.py
+++ b/config/base_urls.py
@@ -50,10 +50,6 @@ urlpatterns += [
include('notes.urls', namespace='notes')
),
url(
- r'^photo/',
- include('photos.detail_urls', namespace='photos')
- ),
- url(
r'^birds/',
include('birds.urls', namespace='birds')
),