File size: 94 Bytes
eb5ea89
 
 
 
1
2
3
4
from django.contrib import admin
from .models import DataModel

admin.site.register(DataModel)