Skip to content

Commit

Permalink
Disable i18n during build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed May 22, 2014
1 parent bd6b52d commit d309217
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_settings.py
Expand Up @@ -20,6 +20,9 @@
# Enable time-zone support for Django 1.4 (ignored in older versions)
USE_TZ = True

# Disable translations - we're testing the app, not Django's translations
USE_I18N = False

# Generate random secret key
import random
SECRET_KEY = ''.join([
Expand Down

0 comments on commit d309217

Please sign in to comment.