fix imports

This commit is contained in:
Usman Nasir
2019-12-12 08:46:07 +05:00
parent 49ed5e2914
commit f1f03c7e43
64 changed files with 75 additions and 77 deletions

View File

@@ -1,4 +1,4 @@
from django.contrib import admin
from . import models
import models
# Register your models here.
admin.site.register(models.FirewallRules)