5 lines
No EOL
125 B
Python
Executable file
5 lines
No EOL
125 B
Python
Executable file
from django.contrib import admin
|
|
from .models import Comments
|
|
|
|
# Register your models here.
|
|
admin.site.register(Comments) |