hovel / imagestore

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

Django-CMS integration does not use namespaces #48

Open charlieda opened 9 years ago

charlieda commented 9 years ago

Adding app_name = 'imagestore' to the ImagestoreApp class will allow the urls to resolve correctly, and remove the need to have url(r'^', include('cms.urls', namespace='imagestore')) in the url config

holms commented 8 years ago

@charlieda if I were you, I'd create a pull request