danrneal / wiki

In this Django-based wiki app, users are able to view, create, and edit pages in markdown rather than in html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wiki

In this Django-based wiki app, users are able to view, create, and edit pages in markdown rather than in html.

Set-up

Set-up a virtual environment and activate it:

python3 -m venv env
source env/bin/activate

You should see (env) before your command prompt now. (You can type deactivate to exit the virtual environment any time.)

Install the requirements:

pip install -U pip
pip install -r requirements.txt

Usage

Make sure you are in the virtual environment (you should see (env) before your command prompt). If not source /env/bin/activate to enter it.

Usage: manage.py runserver

Screenshots

Wiki Home Page

Wiki HTML Page

Wiki HTML Edit Page

Credit

HarvardX: CS50's Web Programming with Python and JavaScript

License

Wiki is licensed under the MIT license.

About

In this Django-based wiki app, users are able to view, create, and edit pages in markdown rather than in html

License:MIT License


Languages

Language:Python 76.4%Language:HTML 20.2%Language:CSS 3.4%