Skip to main content

A simple Django app to add a wiki to Evennia

Project description

# evennia-wiki

A simple wiki for `Evennia`, simple to install within an [Evennia](www.evennia.com) game.

## Installation

For the time being, you should install from source. Assuming you are in
this directory (where the `README.md` file is):

python setup.py install

Then, in your Evennia folder, edit `server/conf/settings.py` to add
the installed app:

```python
INSTALLED_APPS += (
# ...
"evennia_wiki",
)
```

Finally, in `web/urls.py`, you should add the custom URL:

```python
custom_patterns = [
# ...
url(r'^wiki/', include('evennia_wiki.urls',
namespace='wiki', app_name='wiki')),
]
```

Don’t forget to run `evennia migrate` after that.



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

evennia-wiki-0.1.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

evennia_wiki-0.1-py2-none-any.whl (15.9 kB view hashes)

Uploaded Python 2

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