Video demo of Wiki
LIVE demo of Wiki
This is a Wikipedia-like online encyclopedia. Instructions for completing this project can be found at https://cs50.harvard.edu/web/2020/projects/1/wiki/
This project is part of the CS50’s Web Programming with Python and JavaScript.
Install Python, then you can install Django :
python -m pip install Django
Install python-markdown2 :
pip3 install markdown2
Clone this repository and launch Wiki web app with :
python manage.py runserver


