Changeset 3013
- Timestamp:
- 05/30/06 21:16:49 (2 years ago)
- Files:
-
- django/trunk/docs/tutorial02.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial02.txt
r2967 r3013 86 86 87 87 Now reload the Django admin page to see your changes. Note that you don't have 88 to restart the development server -- the server will auto-reload syour project,88 to restart the development server -- the server will auto-reload your project, 89 89 so any modifications code will be seen immediately in your browser. 90 90
