mirror of
https://github.com/not-kennethreitz/morepython.org.git
synced 2026-06-05 23:10:18 +00:00
changes
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
||||
|
||||
from .models import Post
|
||||
|
||||
admin.site.register(Post)
|
||||
|
||||
Reference in New Issue
Block a user