-
Notifications
You must be signed in to change notification settings - Fork 0
Home
gorlins edited this page Sep 13, 2010
·
2 revisions
Welcome to the djzen wiki!
Requires zenapi
Install like a normal Django plugin.
Then:
python manage.py syncdb
python manage.py zenSyncUsers user1 user2 user3…
This will add a Zenfolio username into your djzen database and automatically download info from all their groups and photos, inserted into a proper Django relational database.
It is desigined to handle more than one user in principle, the current limitation being that it chooses the first user to display at the root url.
Templates are only very loosely defined as an example of usage.