Initial commit

This commit is contained in:
2013-09-24 15:54:41 +02:00
commit c544d768ef
32 changed files with 706 additions and 0 deletions

4
blog/admin.py Normal file
View File

@@ -0,0 +1,4 @@
from django.contrib import admin
from blog.models import Post
admin.site.register(Post)