Django

Code

Changeset 2229

Show
Ignore:
Timestamp:
02/01/06 23:15:32 (3 years ago)
Author:
adrian
Message:

Clarified wording in docs/faq.txt. Thanks, Mike Coleman

Files:

Legend:

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

    r2204 r2229  
    343343----------------------------------------------------------- 
    344344 
    345 If you don't care about clearing data, just pipe the output of th
    346 appropriate ``django-admin.py sqlreset`` command into your database's 
    347 command-line utility. For example:: 
     345If you don't mind clearing data, just pipe the output of the appropriat
     346``django-admin.py sqlreset`` command into your database's command-line utility. 
     347For example:: 
    348348 
    349349    django-admin.py sqlreset appname | psql dbname