| 12 | | Philosophy |
|---|
| 13 | | ========== |
|---|
| 14 | | |
|---|
| 15 | | Generating admin sites for your staff or clients to add, change and delete |
|---|
| 16 | | content is tedious work that doesn't require much creativity. For that reason, |
|---|
| 17 | | Django entirely automates creation of admin interfaces for models. |
|---|
| 18 | | |
|---|
| 19 | | Django was written in a newsroom environment, with a very clear separation |
|---|
| 20 | | between "content publishers" and the "public" site. Site managers use the |
|---|
| 21 | | system to add news stories, events, sports scores, etc., and that content is |
|---|
| 22 | | displayed on the public site. Django solves the problem of creating a unified |
|---|
| 23 | | interface for site administrators to edit content. |
|---|
| 24 | | |
|---|
| 25 | | The admin isn't necessarily intended to be used by site visitors; it's for site |
|---|
| 26 | | managers. |
|---|
| | 12 | .. admonition:: Philosophy |
|---|
| | 13 | |
|---|
| | 14 | Generating admin sites for your staff or clients to add, change and delete |
|---|
| | 15 | content is tedious work that doesn't require much creativity. For that reason, |
|---|
| | 16 | Django entirely automates creation of admin interfaces for models. |
|---|
| | 17 | |
|---|
| | 18 | Django was written in a newsroom environment, with a very clear separation |
|---|
| | 19 | between "content publishers" and the "public" site. Site managers use the |
|---|
| | 20 | system to add news stories, events, sports scores, etc., and that content is |
|---|
| | 21 | displayed on the public site. Django solves the problem of creating a unified |
|---|
| | 22 | interface for site administrators to edit content. |
|---|
| | 23 | |
|---|
| | 24 | The admin isn't necessarily intended to be used by site visitors; it's for site |
|---|
| | 25 | managers. |
|---|