-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated to run in Django 1.4 and added a Makefile #22
base: master
Are you sure you want to change the base?
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? |
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/ |
One or two gotchas to have a proper setup for apache+mod_wsgi
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.)