← Update: Call for ideas

django-robots →

New code and repository for it

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:

  1. wget http://websushi.org/bzr/django-package/django-package.diff
    
  2. cp django-package.diff /path/to/django_src
    
  3. cd /path/to/django_src
    
  4. patch -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?

Google Summer of Code Aug. 15, 2007, 9:57 p.m. comments (0)

comments