mirror of
https://github.com/kennethreitz-archive/richtext.org.git
synced 2026-06-05 23:20:18 +00:00
5 lines
121 B
Python
5 lines
121 B
Python
from django.contrib import admin
|
|
from .models import RichPost
|
|
|
|
# Register your models here.
|
|
admin.site.register(RichPost) |