fix import settings
parent
648b68a9c5
commit
29065c62c0
|
@ -1,7 +1,8 @@
|
||||||
import hotshot
|
import hotshot
|
||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
import settings
|
|
||||||
|
from django.conf import settings
|
||||||
|
|
||||||
from django.db import connection
|
from django.db import connection
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue