List Subdomain api modified for no interesting models

This commit is contained in:
Yogesh Ojha
2021-07-22 11:42:34 +05:30
parent cab2e12bee
commit c19ef92d7e
19 changed files with 256 additions and 78 deletions
+4
View File
@@ -0,0 +1,4 @@
from django.contrib import admin
from recon_note.models import *
admin.site.register(TodoNote)