Commit 51b6401e by Jeremy Bowman

Include plugin models again

parent 00aadbb5
......@@ -29,7 +29,7 @@ package_data = dict(
setup(
name = "django-wiki",
version="0.0.13",
version="0.0.14",
author = "Benjamin Bach",
author_email = "benjamin@overtag.dk",
description = ("A wiki system written for the Django framework."),
......
......@@ -5,8 +5,9 @@ from django.core.exceptions import ImproperlyConfigured
from six import string_types, text_type
# TODO: Don't use wildcards
from article import *
from urlpath import *
from .article import *
from .pluginbase import *
from .urlpath import *
from django.utils.functional import lazy
# TODO: Should the below stuff be executed a more logical place?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment