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
51b6401e
Commit
51b6401e
authored
Sep 13, 2017
by
Jeremy Bowman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include plugin models again
parent
00aadbb5
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 @
51b6401e
...
...
@@ -29,7 +29,7 @@ package_data = dict(
setup
(
name
=
"django-wiki"
,
version
=
"0.0.1
3
"
,
version
=
"0.0.1
4
"
,
author
=
"Benjamin Bach"
,
author_email
=
"benjamin@overtag.dk"
,
description
=
(
"A wiki system written for the Django framework."
),
...
...
wiki/models/__init__.py
View file @
51b6401e
...
...
@@ -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?
...
...
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