mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-05 17:37:41 +02:00
5 lines
96 B
Python
5 lines
96 B
Python
from django.contrib import admin
|
|
from recon_note.models import *
|
|
|
|
admin.site.register(TodoNote)
|