mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-17 23:37:47 +02:00
template added to admin
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(EngineType)
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
from django.db import models
|
||||
|
||||
# Create your models here.
|
||||
|
||||
@@ -11,7 +11,7 @@ Scan Engine
|
||||
|
||||
{% block main_content %}
|
||||
<div class="col-lg-12 layout-spacing">
|
||||
|
||||
|
||||
</div>
|
||||
{% endblock main_content %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user