Event resturcturing

- new short_description field instead of title
- autosave text

- autocompletion on login
This commit is contained in:
Martin Bauer
2013-09-28 18:57:19 +02:00
parent 6c3a7ca408
commit d71c35bcd7
32 changed files with 639 additions and 118 deletions

4
simpleforum/admin.py Normal file
View File

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