chrono/tests/settings.py

4 lines
97 B
Python

TIME_ZONE = 'Europe/Paris'
LANGUAGE_CODE = 'en-us'
INSTALLED_APPS = INSTALLED_APPS + ('mellon',)