home / django_tickets / tickets

tickets: 6070

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
6070 2007-12-01 04:06:55 2007-12-02 15:33:08 2022-03-06 03:36:09.924966 Ready for checkin closed Documentation     dev fixed Document that SITE_ID is no longer required to run all tests 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}}}. nobody anonymous   0 0 0 0 0 0
Powered by Datasette · Queries took 0.871ms