mirror of
https://github.com/kennethreitz-archive/richtext.org.git
synced 2026-06-05 23:20:18 +00:00
admin
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from django.contrib import admin
|
||||
from .models import RichPost
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(RichPost)
|
||||
Reference in New Issue
Block a user