Django

Code

Changeset 5168

Show
Ignore:
Timestamp:
05/07/07 22:42:19 (2 years ago)
Author:
mtredinnick
Message:

Fixed #3936 -- Mentioned that the DATABASE_USER in the test settings file needs
permission to create a new database on the system. Patch from Vinay Sajip.

Files:

Legend:

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

    r5156 r5168  
    517517you can use the ``TEST_DATABASE_NAME`` setting to provide a name. 
    518518 
     519The test database is created by the user in the ``DATABASE_USER`` setting. 
     520This user needs to have sufficient privileges to create a new database on the 
     521system. 
     522 
    519523Once the test database has been established, Django will run your tests. 
    520524If everything goes well, at the end you'll see::