Changeset 900
- Timestamp:
- 10/17/05 08:05:55 (3 years ago)
- Files:
-
- django/trunk/docs/django-admin.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/django-admin.txt
r795 r900 113 113 Just execute ``django-admin.py runserver`` more than once. 114 114 115 Note that the default IP address, 127.0.0.1, is not accessible from other 116 machines on your network. To make your development server viewable to other 117 machines on the network, use its own IP address (e.g. ``192.168.2.1``) or 118 ``0.0.0.0``. 119 115 120 Examples: 116 121 ~~~~~~~~~
