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