Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-wiki
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-wiki
Commits
c0a66981
Commit
c0a66981
authored
Sep 13, 2017
by
Jeremy Bowman
Committed by
GitHub
Sep 13, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #27 from edx/jmbowman/import_plugin_models
Include plugin models again
parents
00aadbb5
51b6401e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
setup.py
+1
-1
wiki/models/__init__.py
+3
-2
No files found.
setup.py
View file @
c0a66981
...
@@ -29,7 +29,7 @@ package_data = dict(
...
@@ -29,7 +29,7 @@ package_data = dict(
setup
(
setup
(
name
=
"django-wiki"
,
name
=
"django-wiki"
,
version
=
"0.0.1
3
"
,
version
=
"0.0.1
4
"
,
author
=
"Benjamin Bach"
,
author
=
"Benjamin Bach"
,
author_email
=
"benjamin@overtag.dk"
,
author_email
=
"benjamin@overtag.dk"
,
description
=
(
"A wiki system written for the Django framework."
),
description
=
(
"A wiki system written for the Django framework."
),
...
...
wiki/models/__init__.py
View file @
c0a66981
...
@@ -5,8 +5,9 @@ from django.core.exceptions import ImproperlyConfigured
...
@@ -5,8 +5,9 @@ from django.core.exceptions import ImproperlyConfigured
from
six
import
string_types
,
text_type
from
six
import
string_types
,
text_type
# TODO: Don't use wildcards
# TODO: Don't use wildcards
from
article
import
*
from
.article
import
*
from
urlpath
import
*
from
.pluginbase
import
*
from
.urlpath
import
*
from
django.utils.functional
import
lazy
from
django.utils.functional
import
lazy
# TODO: Should the below stuff be executed a more logical place?
# TODO: Should the below stuff be executed a more logical place?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment