This commit is contained in:
2019-03-11 06:30:58 -04:00
parent 68bdcf61d9
commit ee215ce59e
8 changed files with 233 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
from django.contrib import admin
# Register your models here.
from .models import Post
admin.site.register(Post)