mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-13 21:37:42 +02:00
5 lines
100 B
Python
5 lines
100 B
Python
from django.contrib import admin
|
|
from dashboard.models import *
|
|
|
|
admin.site.register(SearchHistory)
|