Ticket #2333: conf.patch

File conf.patch, 410 bytes (added by Russell Keith-Magee, 18 years ago)

Changes to the django.conf package

  • conf/global_settings.py

     
    294294##################
    295295
    296296AUTHENTICATION_BACKENDS = ('django.contrib.auth.backends.ModelBackend',)
     297
     298###########
     299# TESTING #
     300###########
     301
     302TEST_MODULE='django.test.simple'
     303TEST_RUNNER='run_tests'
Back to Top