On Fri, Dec 12, 2008 at 6:24 PM, Malcolm Tredinnick <[email protected]> wrote: > which isn't as far out of bounds as it looks. You get there from the 1.0 > release notes, to the porting document, which then links to that page. > But, for people coming directly to Django 1.0, we've missed something. > I'll fix that when I get a chance.
The default root URLConf created by 'django-admin.py startproject' also includes a pattern for this; you still need to have the admindocs app in INSTALLED_APPS for the default templates to be picked up, but it's a start. If you've got other stuff to hack on, I can put together some docs and commit them over the weekend. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

