Ticket #13270: contributing.diff
File contributing.diff, 996 bytes (added by , 15 years ago) |
---|
-
contributing.txt
454 454 settings.configure({}, SOME_SETTING='foo') 455 455 456 456 However, if any setting is accessed before the ``settings.configure`` line, this 457 will not work. (Internally, ``sett tings`` is a ``LazyObject`` which configures457 will not work. (Internally, ``settings`` is a ``LazyObject`` which configures 458 458 itself automatically when the settings are accessed if it has not already been 459 459 configured). 460 460 … … 827 827 } 828 828 829 829 As a convenience, this settings file is included in your Django 830 distribution. It is called ``test_sqlite` , and is included in830 distribution. It is called ``test_sqlite``, and is included in 831 831 the ``tests`` directory. This allows you to get started running 832 832 the tests against the sqlite database without doing anything on 833 833 your filesystem. However it should be noted that running against