| | 5 | One of the most powerful parts of Django is the automatic admin interface. It |
|---|
| | 6 | reads metadata in your model to provide a powerful and production-ready |
|---|
| | 7 | interface that content producers can immediately use to start adding content to |
|---|
| | 8 | the site. In this document, we discuss how to activate, use and customize |
|---|
| | 9 | Django'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." |
|---|