Changeset 1912
- Timestamp:
- 01/11/06 11:48:41 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial01.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial01.txt
r1901 r1912 76 76 Go to http://127.0.0.1:8000/ for Django. 77 77 Quit the server with CONTROL-C (Unix) or CTRL-BREAK (Windows). 78 79 (If you get an error about ``DATABASE_ENGINE``, edit your ``settings.py`` file 80 to change the ``DATABASE_ENGINE`` setting to point to the correct database, and 81 make sure you have the right database libraries installed -- such as PostgreSQL's 82 psycopg or MySQL's MySQLdb.) 78 83 79 84 You've started the Django development server, a lightweight, pure-Python Web
