Changeset 2763
- Timestamp:
- 04/27/06 23:54:32 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/magic-removal/django/core/management.py
r2732 r2763 20 20 {%% endif %%}''' 21 21 22 APP_ARGS = '[ modelmodule ...]'22 APP_ARGS = '[appname ...]' 23 23 24 24 # Use django.__path__[0] because we don't know which directory django into
