Projet

Général

Profil

« Précédent | Suivant » 

Révision 48fb14d2

Ajouté par Mikaël Ates il y a plus de 9 ans

Remove south from apps and prevent Django 1.7 showing a warning about test suites initialized before Django 1.6.

Voir les différences:

calebasse/settings.py
150 150
    'django.contrib.messages',
151 151
    'django.contrib.staticfiles',
152 152
    'reversion',
153
    'south',
154 153
    'django.contrib.admin',
155 154
    'ajax_select',
156 155
    'django_select2',
......
175 174
    'INTERCEPT_REDIRECTS': False,
176 175
}
177 176

  
177
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
178

  
178 179
# A sample logging configuration. The only tangible logging
179 180
# performed by this configuration is to send an email to
180 181
# the site admins on every HTTP 500 error when DEBUG=False.
......
246 247
    'all-worker-or-group' : ('calebasse.ressources.lookups', 'AllWorkerOrGroupLookup'),
247 248
}
248 249

  
249
# South configuration
250
SOUTH_TESTS_MIGRATE = False
251

  
252 250
# Default URL after login
253 251
LOGIN_REDIRECT_URL = '/'
254 252

  

Formats disponibles : Unified diff