Updated to run in Django 1.4 and added a Makefile#22
Open
culebron wants to merge 155 commits intoask:masterfrom
culebron:master
Open
Updated to run in Django 1.4 and added a Makefile#22culebron wants to merge 155 commits intoask:masterfrom culebron:master
culebron wants to merge 155 commits intoask:masterfrom
culebron:master
Conversation
…File is broken on some systems
download_url can be an FTP URL (for instance, python-memcached does this) and since Django doesn't validate FTP URLs on the URLField in models, it's a 400.
…ely match those on pypi.python.org
…ed docs there as well. Separating the djangopypi module from the django site chishop code more to make a better distinction between the two
…aked some fields in the models to save db space, worked on cleaning up the root view and request parsing
…tandard django views
…ic release metadata, added templates for releases (empty), added DOAP view of a release
…ews, removed nice attribute access on releases because it caused a recursion
…action, added PackageInfoField
…orking towards a public management view for packages
…pdate.update_object view
…ure of metadata versions)
…due to a bug in distutils sending 1.0 when it should be 1.1
…or the various metadata versions
… within the class-based views.
…ons easier with the inline checking.
Fix NameError
|
how can I clone this? |
Author
|
On Wed, 16 Jan 2013 00:17:45 +0700, joaoricardo000
Oi, Usa eggproxy se é possivel, se não precisa paginas HTML.Using Opera's mail client: http://www.opera.com/mail/ |
jrottenberg
referenced
this pull request
in jrottenberg/djangopypi2
Apr 23, 2013
One or two gotchas to have a proper setup for apache+mod_wsgi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
this project can now run in Django 1.4, and also I've added a makefile, so that you can just do
and buildout will run bootstrap --distribute, assemble bin/django and do syncdb by itself. (Readme not updated yet.)