Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 333 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 333 Bytes

wiki

An encyclopedia web app.

How to run this?

  1. Get the code in your local machine.
  2. Make sure you've python3 installed.
  3. Also install django via command pip install django
  4. Now inside the parent wiki directory run python manage.py runserver
  5. Hurrah! this project is now running on your localhost.