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