mirror of
https://github.com/jazzband/django-categories.git
synced 2026-05-24 23:23:45 +00:00
4 lines
95 B
Python
4 lines
95 B
Python
|
|
from models import SimpleText
|
||
|
|
from django.contrib import admin
|
||
|
|
|
||
|
|
admin.site.register(SimpleText)
|