Skip to content

Commit

Permalink
Flip Django localization back on
Browse files Browse the repository at this point in the history
Plz don't explode...
  • Loading branch information
FreneticScribbler committed May 27, 2020
1 parent 258aa81 commit 99255e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion PyRIGS/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@

USE_I18N = True

USE_L10N = False
USE_L10N = True

USE_TZ = True

Expand Down
2 changes: 0 additions & 2 deletions PyRIGS/tests/regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
from selenium.webdriver.support.select import Select
from selenium.webdriver.common.keys import Keys
import datetime
import os


def parse_bool_from_string(string):
# Used to convert from attribute strings to boolean values, written after I found this:
Expand Down

0 comments on commit 99255e0

Please sign in to comment.