mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-14 05:47:41 +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)
|