mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-28 10:52:16 +00:00
Flip Django localization back on
Plz don't explode...
This commit is contained in:
@@ -202,7 +202,7 @@ FORMAT_MODULE_PATH = 'PyRIGS.formats'
|
|||||||
|
|
||||||
USE_I18N = True
|
USE_I18N = True
|
||||||
|
|
||||||
USE_L10N = False
|
USE_L10N = True
|
||||||
|
|
||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,6 @@ from selenium.webdriver.support.ui import WebDriverWait
|
|||||||
from selenium.webdriver.support.select import Select
|
from selenium.webdriver.support.select import Select
|
||||||
from selenium.webdriver.common.keys import Keys
|
from selenium.webdriver.common.keys import Keys
|
||||||
import datetime
|
import datetime
|
||||||
import os
|
|
||||||
|
|
||||||
|
|
||||||
def parse_bool_from_string(string):
|
def parse_bool_from_string(string):
|
||||||
# Used to convert from attribute strings to boolean values, written after I found this:
|
# Used to convert from attribute strings to boolean values, written after I found this:
|
||||||
|
|||||||
Reference in New Issue
Block a user