django-embed-video/example_project/posts/admin.py
2013-08-23 11:24:48 +02:00

6 lines
87 B
Python

from django.contrib import admin
from .models import Post
admin.site.register(Post)