django-embed-video/example_project/posts/admin.py

7 lines
87 B
Python
Raw Normal View History

2013-08-23 09:24:48 +00:00
from django.contrib import admin
from .models import Post
admin.site.register(Post)