Add news system, still miss nices templates and moderation tools

This commit is contained in:
Skia
2016-12-23 03:02:46 +01:00
parent f79ffbee7d
commit 1ca6bf7c62
9 changed files with 372 additions and 5 deletions

View File

@ -3,6 +3,7 @@ from django.contrib import admin
from com.models import *
admin.site.register(Sith)
admin.site.register(News)