[Grok-dev] What's the best practise to store images / files in blob storage

lzdych lukas.zdych at gmail.com
Mon Feb 27 15:53:27 UTC 2012


Finally I sort it out with a great help on IRC from trollfot and goschtl (thx
a lot guys!).

In my almost vanila environment created by grokproject (grok 1.4) I just had
to:

1. pin these versions (IMPORTANT):
megrok.chameleon = 0.5.2
Chameleon = 1.2.13

2. add the following deps into setup.py (install_requires):
'zeam.form.base',
zeam.form.ztk
dolmen.blob
dolmen.widget.file
dolmen.widget.image

3. rewrite my form from grokcore.formlib based into zeam.form.ztk based
as you can see in the following example:




--
View this message in context: http://python.6.n6.nabble.com/What-s-the-best-practise-to-store-images-files-in-blob-storage-tp4514057p4515246.html
Sent from the Grok mailing list archive at Nabble.com.


More information about the Grok-dev mailing list