chishop icon indicating copy to clipboard operation
chishop copied to clipboard

Please use https://github.com/benliles/chishop

Results 11 chishop issues
Sort by recently updated
recently updated
newest added

updated to work with djangorecipe 0.99 which no longer supports version and instead must use the versions section instead.

Hi! I took the liberty of making quite a few changes to make chishop run with Django 1.3 and in general be nicer. Hope the changes are pullworthy - I...

The Django Buildout recipe has changed, and now requires a different config format. This change fixes the following error: ``` Getting distribution for 'zc.recipe.egg'. Got zc.recipe.egg 1.3.2. While: Installing. Getting...

Hi, this project can now run in Django 1.4, and also I've added a makefile, so that you can just do ``` $ git clone ... $ make run ```...

README must be README.md or README.markdown for correct displaying in github main page (https://github.com/ask/chishop)

When I try and register with chishop I get a failure: > > > > > Traceback: > > > > > File "/home/nferrier/chishop/parts/django/django/core/handlers/base.py" in get_response > > > >...

I am not sure where {{ base_url }} comes from at all. Anyway I think it should be replaced with {% url djangopypi-pypi %} for home in base.html template.

Django provides a remote user authentication middleware which allows Apache to handle the authentication before it reaches Django. The post handler in chishop doesn't check to see if you are...

I haven't tried it, but it sounds like you need to enable wsgi to pass the authorization header to Chishop. This is done in theapacheconfig with: ``` WSGIPassAuthorization On ```...