Django

Code

Ticket #2333: conf.patch

File conf.patch, 410 bytes (added by russellm, 2 years ago)

Changes to the django.conf package

  • conf/global_settings.py

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