mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-18 07:47:42 +02:00
5 lines
114 B
Python
5 lines
114 B
Python
from django.contrib import admin
|
|
from startScan.models import SubdomainModel
|
|
|
|
admin.site.register(SubdomainModel)
|