Commit 3f6afdc38ffe9bd46399ede13034dfc9db24ae2d

Authored by Zambom
1 parent d3514800

Changing setting to don't pick date format automatically [Issue: #215]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
amadeus/settings.py
... ... @@ -139,7 +139,7 @@ TIME_ZONE = 'America/Recife'
139 139  
140 140 USE_I18N = True
141 141  
142   -USE_L10N = True
  142 +USE_L10N = False
143 143  
144 144 USE_TZ = True
145 145  
... ...