Changeset 1849
- Timestamp:
- 01/06/06 17:51:31 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/magic-removal/django/core/management.py
r1848 r1849 949 949 # 'dbcheck': database_check, 950 950 'init': init, 951 'init-minimal': init_minimal, 951 952 'inspectdb': inspectdb, 952 953 'install': install, … … 1033 1034 else: 1034 1035 action_mapping[action](username, email, password) 1035 elif action in ('init', ' validate'):1036 elif action in ('init', 'init-minimal', 'validate'): 1036 1037 action_mapping[action]() 1037 1038 elif action == 'inspectdb':
