This page is my own wikipedia page.
- Searching a page,
- Adding a new page,
- Editing the page
- Index page with all the pages available on this wikipedia.
- Download the code above and unzip it.
- In your terminal with the path set to the unzipped folder, cd into the directory.
- Run
python manage.py makemigrations encyclopedia
to make migrations to the encyclopedia app. - Run
python manage.py migrate
to apply migrations to your database. - Run
python manage.py runserver
OR Run local server on broswer127.0.0.1:8000