mirror of
https://github.com/Rushilwiz/drive-pipeline.git
synced 2025-04-09 23:10:19 -04:00
6 lines
122 B
Python
6 lines
122 B
Python
from django.contrib import admin
|
|
|
|
from .models import Response
|
|
|
|
# Register your models here.
|
|
admin.site.register(Response) |