mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-04-17 11:41:00 +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)
|