Wikipedia Clone with Django

Django web application with wiki functionality


Made with: Python

Source Files


This project is part of the CS50W Web Applications with Python and JavaScript online course.

It doesn’t use models, just views and templates, to build a wiki page. The program reads through a folder filled with entries written in Markdown, converts them to HTML and sends the HTML to Django templates.

The specs call for:

  • A home page that lists the titles of all the entries and links to each individual entry page
  • Search functionality
  • Random page generator
  • The ability to edit entries

Here is a short video of the final product:

Last updated: Sep 4, 2021




© 2023 Mario Sanchez Carrion