Django

Code

Changeset 1912

Show
Ignore:
Timestamp:
01/11/06 11:48:41 (3 years ago)
Author:
adrian
Message:

Updated tutorial01.txt to note possible error about DATABASE_ENGINE

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/tutorial01.txt

    r1901 r1912  
    7676    Go to http://127.0.0.1:8000/ for Django. 
    7777    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 
     80to change the ``DATABASE_ENGINE`` setting to point to the correct database, and 
     81make sure you have the right database libraries installed -- such as PostgreSQL's 
     82psycopg or MySQL's MySQLdb.) 
    7883 
    7984You've started the Django development server, a lightweight, pure-Python Web