#6070: SITE_ID no longer required to run all tests?
-----------------------+----------------------------------------------------
Reporter: anonymous | Owner: nobody
Status: new | Component: Documentation
Version: SVN | Keywords:
Stage: Unreviewed | Has_patch: 0
-----------------------+----------------------------------------------------
I just ran all tests successfully with the following settings.py file:
{{{
#!python
URL_CONF = "urls"
DATABASE_ENGINE = "sqlite3"
}}}
so the mention about "and a SITE_ID setting (any non-zero integer value
will do) in order for all the tests to pass." in the
[http://www.djangoproject.com/documentation/contributing/ Contributing to
Django] page is wrong.
Btw, why not put the above settings.py file in the tests directory to make
it even easier for people to get going and start running tests? Just name
it {{{sample_test_settings.py}}}.
--
Ticket URL: <http://code.djangoproject.com/ticket/6070>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---