Skip to main content

A collection of wiki-like Django modules for integration with APIs. Based on wiki package.

Project description

Background

Django-wiki-base is a lightweight, stripped down version of [django-wiki](https://github.com/benjaoming/django-wiki), it only contains structure models (to be easily included in existing project via API).

Current goals

  • Strip all unneeded stuff - views, etc.

  • Transform Article to use “block system” (think MediaWiki) from which article menu could be created

  • Markdown optional (there isn’t any useable WYSIWYG Markdown editor)

Changes from django-wiki

  • Moved ArticleRevision deleted and locked flags to Article

Contributing

If you have a great idea, let me know; for now I’d like to keep everything as simple as possible.

Dependencies

So far the dependencies are:

Development

In your Git fork, run pip install -r requirements.txt to install the requirements.

The folder testproject/ contains a pre-configured django project (subject to change) and an sqlite database. Login for django admin is admin:admin. This project should always be maintained, but please do not commit changes to the SQLite database as we only care about its contents in case data models are changed.

Python 2.5

It’s compatible and being run on a server with Python 2.5.

Due to Markdown using elementree, you should check that you have python-celementtree: apt-get install python-celementtree

Acknowledgements

<!—Illegal PyPi RST data –> <!—Anything that isn’t validly translateable to PyPi RST goes after this line –>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wiki-base-0.0.1.tar.gz (274.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page