template added to admin

This commit is contained in:
Yogesh Ojha
2020-05-11 11:53:25 +05:30
parent 06cd0dd49e
commit b80898f66c
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -1,3 +1,4 @@
from django.contrib import admin
# Register your models here.
admin.site.register(EngineType)
-1
View File
@@ -1,3 +1,2 @@
from django.db import models
# Create your models here.
+1 -1
View File
@@ -11,7 +11,7 @@ Scan Engine
{% block main_content %}
<div class="col-lg-12 layout-spacing">
</div>
{% endblock main_content %}