Django

Code

Changeset 3105

Show
Ignore:
Timestamp:
06/07/06 20:52:59 (2 years ago)
Author:
adrian
Message:

Added 'Is Django a content-management-system?' to the faq

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/faq.txt

    r3085 r3105  
    201201.. _unofficial Django screencast: http://www.throwingbeans.org/django_screencasts.html 
    202202 
     203Is Django a content-management-system (CMS)? 
     204-------------------------------------------- 
     205 
     206No, Django is not a CMS, or any sort of "turnkey product" in and of itself. 
     207It's a Web framework; it's a programming tool that lets you build Web sites. 
     208 
     209For example, it doesn't make much sense to compare Django to something like 
     210Drupal_, because Django is something you use to *create* things like Drupal. 
     211 
     212Of course, Django's automatic admin site is fantastic and timesaving -- but 
     213the admin site is one module of Django the framework. Furthermore, although 
     214Django has special conveniences for building "CMS-y" apps, that doesn't mean 
     215it's not just as appropriate for building "non-CMS-y" apps (whatever that 
     216means!). 
     217 
     218.. _Drupal: http://drupal.org/ 
     219 
    203220When will you release Django 1.0? 
    204221--------------------------------- 
     
    223240 
    224241The Django docs are available in the ``docs`` directory of each Django tarball 
    225 release. These docs are in ReST (restructured text) format, and each text file 
     242release. These docs are in ReST (ReStructured Text) format, and each text file 
    226243corresponds to a Web page on the official Django site. 
    227244