mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-08-30 11:49:43 +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)
|