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.
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file evennia-wiki-0.1.tar.gz.
File metadata
- Download URL: evennia-wiki-0.1.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.13.0 setuptools/38.4.0 requests-toolbelt/0.8.0 tqdm/4.15.0 CPython/2.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70f9fcb8eb80c7e0f9bf68fa0ac4b623fe47643ca8d4e681964416ff4caa6124
|
|
| MD5 |
cb02b01e2cfd1e3b85e73cce1103090d
|
|
| BLAKE2b-256 |
b8cb5936f861e2b386a1a977c2ae611b4e3d85ec3651ea110f7cc80fd5bdeda9
|
File details
Details for the file evennia_wiki-0.1-py2-none-any.whl.
File metadata
- Download URL: evennia_wiki-0.1-py2-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.13.0 setuptools/38.4.0 requests-toolbelt/0.8.0 tqdm/4.15.0 CPython/2.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17f75c9b616c1a5c51a2a3ec26791a82902b53152c7bb3cb5a317f9773d1b6ef
|
|
| MD5 |
f0500df59bd5899c691b92cc38a6fef8
|
|
| BLAKE2b-256 |
c6fb89ee97c753765ab59b2dc845e181401a4c7a59fee50535e096f2727340bd
|