JourneyJoker/frontend/admin.py
2020-01-26 11:53:25 +01:00

7 lines
138 B
Python

from django.contrib import admin
from frontend.models import Testimonial
# Register your models here.
admin.site.register(Testimonial)