Changeset 3812
- Timestamp:
- 09/24/06 03:22:52 (2 years ago)
- Files:
-
- django/trunk/docs/django-admin.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/django-admin.txt
r3763 r3812 353 353 **New in Django development version** 354 354 355 Inform django-admin that the user should NOT be prompted for any input. Useful if 356 the django-admin script will be executed as an unattended, automated script. 355 Inform django-admin that the user should NOT be prompted for any input. Useful 356 if the django-admin script will be executed as an unattended, automated 357 script. 357 358 358 359 --noreload … … 383 384 will be printed to the console. '0' is no output, '1' is normal output, 384 385 and `2` is verbose output. 386 387 --adminmedia 388 ------------ 389 390 **New in Django development version** 391 392 Example usage:: 393 django-admin.py manage.py --adminmedia=/tmp/new-admin-style/ 394 395 Tell Django where to find the various stylesheets and Javascript files for the 396 admin interface when running the development server. Normally these files are 397 served out of the Django source tree, but since some designers change these 398 files for their site, this option allows you to test against custom versions. 385 399 386 400 Extra niceties
