mirror of
https://github.com/nikdoof/test-auth.git
synced 2026-02-01 00:48:15 +00:00
Switch from "import settings" to "from django.conf import settings"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user