Django

Code

Changeset 2368

Show
Ignore:
Timestamp:
02/22/06 11:40:30 (3 years ago)
Author:
adrian
Message:

Added 'Which sites use Django?' to the FAQ

Files:

Legend:

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

    r2240 r2368  
    104104.. _`Wilson Miner`: http://www.wilsonminer.com/live/ 
    105105 
     106Which sites use Django? 
     107----------------------- 
     108 
     109The Django wiki features a `list of Django-powered sites`_. Feel free to add 
     110your Django-powered site to the list. 
     111 
     112.. _list of Django-powered sites: http://code.djangoproject.com/wiki/DjangoPoweredSites 
     113 
    106114Django appears to be a MVC framework, but you call the Controller the "view", and the View the "template". How come you don't use the standard names? 
    107115-----------------------------------------------------------------------------------------------------------------------------------------------------