Django

Code

Changeset 6326

Show
Ignore:
Timestamp:
09/15/07 15:05:25 (1 year ago)
Author:
adrian
Message:

newforms-admin: Added intro to docs/admin.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/newforms-admin/docs/admin.txt

    r6306 r6326  
    33===================== 
    44 
     5One of the most powerful parts of Django is the automatic admin interface. It 
     6reads metadata in your model to provide a powerful and production-ready 
     7interface that content producers can immediately use to start adding content to 
     8the site. In this document, we discuss how to activate, use and customize 
     9Django's admin interface. 
     10 
     11.. admonition:: Note 
     12 
     13    The admin site has been refactored significantly since Django 0.96. This 
     14    document describes the newest version of the admin site, which allows for 
     15    much richer customization. If you've kept up with Django development, you 
     16    may have heard this described as "newforms-admin."