Skip to content

Commit 4411272

Browse files
committed
Drop unused FILE_CHARSET setting
1 parent 61374d5 commit 4411272

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jstemplate/tests/project/project/settings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import sys
22
import os
33

4-
FILE_CHARSET = "utf8"
5-
64
DIR = os.path.dirname(os.path.abspath(__file__))
75
BASE_DIR = os.path.join(DIR, '..', '..', '..', '..')
86
sys.path.insert(0, os.path.abspath(BASE_DIR))

0 commit comments

Comments
 (0)