Changeset 6040
- Timestamp:
- 09/03/07 08:13:10 (1 year ago)
- Files:
-
- django/trunk/docs/tutorial01.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial01.txt
r6020 r6040 384 384 385 385 If you're interested, also run the following commands: 386 * ``python manage.py validate polls`` -- Checks for any errors in the386 * ``python manage.py validate`` -- Checks for any errors in the 387 387 construction of your models. 388 388
