hovel / imagestore

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

Many issues, namespace, registration. #11

Closed ghost closed 8 years ago

ghost commented 12 years ago

Too many issues to list accurately, I dont know where to begin. Please help

Start a new virtualenv, follow install instructions, registration errors on /accounts/login/?next=/gallery/upload/. What is the registration system?

Caught NoReverseMatch while rendering: Reverse for ''django.contrib.auth.views.login'' with arguments '()' and keyword arguments '{}' not found.

Added this and was able to get the test site going (r'^accounts/login/$', 'django.contrib.auth.views.login'), demo site needs auth.

Now uploading there are no thumbnails. I have sorl-thumbnail in installed apps, easy_install sorl-thumbnail. Jic.

Tried to Integrate into django-cms as an app and got namespace errors on upload, add namespace=upload to fix, page resolves but adding the app has upload links broken. just resolves to http://upload. Plugin does work.

Travis-ci is also failing on readthedocs, looks like a config error.

Would be nice if this worked. I can provide more specific information if I know the project is active, but there seems like a lot of missing information .

I used both easy_install and github, not sure if the egg is behind the git. Probably.

Hope we can get this smoothed out. Please help.

Thank you,

Bryan

zeus commented 12 years ago

Yo can try test project. Just deploy it from https://github.com/hovel/imagestore/tree/master/test/testapp. Imagestore iteself does not provide registration. You should install any registration system such as django-registration to start.