5 lines
81 B
Python
5 lines
81 B
Python
import models
|
|
from django.contrib import admin
|
|
|
|
admin.site.register(models.Post)
|