Adapted Code for Django 1.11 and Python 3,

updated the CKEditor
This commit is contained in:
2017-05-10 10:10:10 +02:00
parent 9b4ab374c6
commit 10bdaaa98c
180 changed files with 2220 additions and 2785 deletions

View File

@@ -6,7 +6,7 @@ import django_comments as comments
from django.contrib.syndication.views import Feed
from django.utils.feedgenerator import Rss201rev2Feed
from models import Article
from content.models import Article
class LatestNews(Feed):