mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-18 15:57:44 +02:00
5 lines
89 B
Python
5 lines
89 B
Python
from django.contrib import admin
|
|
from .models import Domain
|
|
|
|
admin.site.register(Domain)
|