summaryrefslogtreecommitdiff
path: root/app/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'app/TODO')
-rw-r--r--app/TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/TODO b/app/TODO
index e1c6a7a..2ddc873 100644
--- a/app/TODO
+++ b/app/TODO
@@ -44,6 +44,17 @@ Then play with gallery templates and add a template selecter to form.
like this full width design: http://www.photobyrichard.com/photobyrichard/page/2/
+Next step is to create private galleries and password protect them on the server at a common url. Flow will be something like:
+
+galleries = PhotoGallery.object.filter(private=True)
+for gal in galleries:
+ create at url like /photos/private/gallery-list and
+ /photos/private/gallery-name
+
+Then just require a password to get to anything under /photos/private/
+
+Then change the default PhotoGallery manager to filter out anything marked private. Or make sure to write all those queries with .filter(private=False)
+
---
# birds app: