Switch from "import settings" to "from django.conf import settings"

This commit is contained in:
2010-12-20 11:46:47 +00:00
parent 21d9587645
commit 0aef422d9a
5 changed files with 7 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
from django import forms
import settings
from django.conf import settings
from hr.app_defines import *
from hr.models import Application, Audit