mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
4 lines
85 B
Python
4 lines
85 B
Python
from django.contrib import admin
|
|
from .models import Task
|
|
|
|
admin.site.register(Task)
|