summaryrefslogtreecommitdiff
path: root/app/builder
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-01-03 15:32:35 -0600
committerluxagraf <sng@luxagraf.net>2019-01-03 15:32:35 -0600
commit7a7cd5dd4122c737ccebd2b229f42dd4117aa7c9 (patch)
treef5570219017d9172fc0384c9a258d9bb1c7f780d /app/builder
parent7946407380077ca56bbeccc20405ac0fa43595bb (diff)
finished up builder and design for posting photos
Diffstat (limited to 'app/builder')
-rw-r--r--app/builder/views.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/builder/views.py b/app/builder/views.py
index d1c47c7..c708778 100644
--- a/app/builder/views.py
+++ b/app/builder/views.py
@@ -51,6 +51,9 @@ def do_build(request):
elif section == 'luxphotos':
context = {'message': 'Writing galleries to Disk'}
photo_builder()
+ elif section == 'dailyphotos':
+ context = {'message': 'Writing galleries to Disk'}
+ photo_builder()
elif section == 'figments':
context = {'message': 'Writing figments to Disk'}
figments_builder()