Django

Code

Show
Ignore:
Timestamp:
06/04/07 11:12:35 (2 years ago)
Author:
bouldersprinters
Message:

boulder-oracle-sprint: Merged to [5421]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/boulder-oracle-sprint/docs/django-admin.txt

    r5047 r5422  
    296296 
    297297By default, the development server doesn't serve any static files for your site 
    298 (such as CSS files, images, things under ``MEDIA_ROOT_URL`` and so forth). If 
     298(such as CSS files, images, things under ``MEDIA_URL`` and so forth). If 
    299299you want to configure Django to serve static media, read the `serving static files`_ 
    300300documentation. 
     
    404404give you the option of creating a superuser immediately. 
    405405 
    406 ``syncdb`` will also search for and install any fixture named ``initial_data``. 
    407 See the documentation for ``loaddata`` for details on the specification of 
    408 fixture data files. 
     406``syncdb`` will also search for and install any fixture named ``initial_data`` 
     407with an appropriate extension (e.g. ``json`` or ``xml``). See the 
     408documentation for ``loaddata`` for details on the specification of fixture 
     409data files. 
    409410 
    410411test