Commit 0dd8b6a1 by x

one: fix missing import in models.py

parent f3e1d7f8
......@@ -7,7 +7,7 @@ from django.db import transaction
from django.db.models.signals import post_save
from django import forms
from django.utils.translation import ugettext_lazy as _
from firewall.models import Host, Rule, Vlan
from firewall.models import Host, Rule, Vlan, settings
from firewall.tasks import reload_firewall_lock
from one.util import keygen
from school.models import Person
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment