Port to new django version - not yet fully working

- location field makes problems
This commit is contained in:
Martin Bauer
2019-01-05 11:27:15 +01:00
parent 72a9642a8e
commit 663185fd40
168 changed files with 797 additions and 5967 deletions

View File

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