I moved my code repository from code.google.com/p/django-package/ to websushi.org/trac/
Please also feel free to test django-package.diff with your Django trunk checkout:
wget http://websushi.org/bzr/django-package/django-package.diffcp django-package.diff /path/to/django_srccd /path/to/django_srcpatch -p0 < django-package.diff
django-admin.py startapp now behaves differently, asking for metadata when creating a new setuptools affine Django application. Editing is done by running django-admin.py editapp in the application directory. The old way of creating “apps” is still valid via django-admin.py startapp --noskeleton.
I also started working on the Django application repository application itself, wondering what Ross is doing at djangoapps.org?

Leave a Reply