Django

Code

Show
Ignore:
Timestamp:
02/15/08 05:38:53 (7 months ago)
Author:
mtredinnick
Message:

Made a bunch of tiny documentation formatting and typo fixes.

Thanks, quicklizard, adamv, Gary Wilson, superjudge and David Pretty.

Fixed #6554, #6573 ,#6592, #6595, #6608.

Files:

Legend:

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

    r6983 r7119  
    718718 
    719719Note that this option is unnecessary in ``manage.py``, because it uses 
    720 ``settings.py`` from the current project by default.  
     720``settings.py`` from the current project by default. 
    721721 
    722722Extra niceties 
     
    766766                explode.py 
    767767        views.py 
    768          
     768 
    769769In this example, the ``explode`` command will be made available to any project 
    770 that includes the ``fancy_blog`` application in ``settings.INSTALLED_APPS``. 
     770that includes the ``blog`` application in ``settings.INSTALLED_APPS``. 
    771771 
    772772The ``explode.py`` module has only one requirement -- it must define a class