mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-31 03:40:23 +00:00
7 lines
87 B
Python
7 lines
87 B
Python
|
|
from django.contrib import admin
|
||
|
|
|
||
|
|
from .models import Post
|
||
|
|
|
||
|
|
|
||
|
|
admin.site.register(Post)
|