issues Search Results · repo:ask/chishop language:Python
Filter by
16 results
(87 ms)16 results
inask/chishop (press backspace or delete to remove)I ve encountered an issue where I run the distutils upload command from Python 3.3. The command succeeds and with the
same output as on Python 2.7 including the all important line:
Server response (200): ...
jaraco
- 1
- Opened on Jul 10, 2013
- #23
README must be README.md or README.markdown for correct displaying in github main page (https://github.com/ask/chishop)
piumosso
- Opened on Nov 12, 2011
- #19
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
1. response = ...
nicferrier
- 1
- Opened on Feb 21, 2011
- #14
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.
tcirip
- Opened on Nov 4, 2010
- #12
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 authenticated ...
benliles
- Opened on Mar 23, 2010
- #11
Line 218 in djangopypi/views.py only catches Project.DoesNotExist, it needs to catch Release.DoesNotExist as well.
carljm
- 1
- Opened on Dec 13, 2009
- #10
Serve static pages.
if settings.LOCAL_DEVELOPMENT: urlpatterns += patterns( django.views , url(r %s(?P path .*)$ % settings.MEDIA_URL[1:],
static.serve , { document_root : settings.MEDIA_ROOT}))
By default ...
hltbra
- 1
- Opened on Dec 10, 2009
- #9
There s a MEDIA_PREFIX setting in settings.py whose purpose is unclear, and which seems to be unused in the codebase.
carljm
- 2
- Opened on Dec 10, 2009
- #8
Took me a bit to figure out why the database settings I changed in chishop/settings.py weren t taking effect. I had to
look in bin/django and bin/django.wsgi to notice that they were both using chishop/development.py ...
carljm
- 3
- Opened on Dec 10, 2009
- #7

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.