mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-27 12:14:53 +02:00
6 lines
129 B
Python
6 lines
129 B
Python
from dashboard.models import *
|
|
from django.contrib import admin
|
|
|
|
admin.site.register(SearchHistory)
|
|
admin.site.register(Project)
|