hovel / imagestore

Django gallery solution.
BSD 3-Clause "New" or "Revised" License
164 stars 72 forks source link

integrate in django cms #1

Closed nlaurance closed 12 years ago

nlaurance commented 12 years ago

I did what's written here

http://imagestore.readthedocs.org/en/latest/djangocms.html

then

python manage.py syncdb

Not synced (use migrations):

python manage.py migrate

Running migrations for imagestore_cms:

.... any suggestion ?

zeus commented 12 years ago

Do you use custom alubm/image classes?

nlaurance commented 12 years ago

no,no vanilla install

I got it, I had to install INSTALLED_APPS = ( ....

image galleries

'imagestore',
'sorl.thumbnail',
'tagging',
'imagestore.imagestore_cms',

and then

python manage.py syncdb python manage.py migrate

this did it.