| | 203 | Is Django a content-management-system (CMS)? |
|---|
| | 204 | -------------------------------------------- |
|---|
| | 205 | |
|---|
| | 206 | No, Django is not a CMS, or any sort of "turnkey product" in and of itself. |
|---|
| | 207 | It's a Web framework; it's a programming tool that lets you build Web sites. |
|---|
| | 208 | |
|---|
| | 209 | For example, it doesn't make much sense to compare Django to something like |
|---|
| | 210 | Drupal_, because Django is something you use to *create* things like Drupal. |
|---|
| | 211 | |
|---|
| | 212 | Of course, Django's automatic admin site is fantastic and timesaving -- but |
|---|
| | 213 | the admin site is one module of Django the framework. Furthermore, although |
|---|
| | 214 | Django has special conveniences for building "CMS-y" apps, that doesn't mean |
|---|
| | 215 | it's not just as appropriate for building "non-CMS-y" apps (whatever that |
|---|
| | 216 | means!). |
|---|
| | 217 | |
|---|
| | 218 | .. _Drupal: http://drupal.org/ |
|---|
| | 219 | |
|---|