hovel / imagestore

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

documentation updates #4

Closed m000 closed 12 years ago

m000 commented 12 years ago

Hello Pavel, I've added more details about extending imagestore to the documentation, as well as a few minor fixes here and there.

I also updated the templates used by the django-cms plugin.

I was planning to also add some details on the customization of the django-cms plugin so that it displays information added after extending the imagestore models. But this may take some more time.

Best, Manolis

aarcro commented 12 years ago

These need to get pushed to Read the Docs. Also, following the more detailed instructions I still can't get extension to work. Always the error: django.core.exceptions.ImproperlyConfigured: Backend module "django_site.myapp.models" does not define a "MyImage" class. ('module' object has no attribute 'MyImage') But that file very much does have that class with the Meta as documented.

The error happens when IMAGESTORE_IMAGE_MODEL is set. With it not set I can import the new Model fine, and even use utils.load_class to load it. So something strange is happing in the import process I think.