Changeset 7119 for django/trunk/docs/django-admin.txt
- Timestamp:
- 02/15/08 05:38:53 (7 months ago)
- Files:
-
- django/trunk/docs/django-admin.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/django-admin.txt
r6983 r7119 718 718 719 719 Note 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. 721 721 722 722 Extra niceties … … 766 766 explode.py 767 767 views.py 768 768 769 769 In this example, the ``explode`` command will be made available to any project 770 that includes the `` fancy_blog`` application in ``settings.INSTALLED_APPS``.770 that includes the ``blog`` application in ``settings.INSTALLED_APPS``. 771 771 772 772 The ``explode.py`` module has only one requirement -- it must define a class
