mirror of
https://github.com/skoobasteeve/django-movies.git
synced 2026-03-21 20:18:58 +00:00
initial movies app
This commit is contained in:
9
apps/movies/admin.py
Normal file
9
apps/movies/admin.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from .models import MediaFormat, Movie
|
||||
|
||||
# Register your models here.
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(Movie)
|
||||
admin.site.register(MediaFormat)
|
||||
Reference in New Issue
Block a user