mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-04-30 03:34:49 +00:00
5 lines
85 B
Python
5 lines
85 B
Python
|
|
from django.contrib import admin
|
||
|
|
from .models import Task
|
||
|
|
|
||
|
|
admin.site.register(Task)
|