Started with CoreyMS's tutorial, gradually added many more functionalities like search bar, various navigations, a daily quote section, markdown support, etc. Also there's some new content on the website. Check it out!
python3
pip
-
git clone https://github.com/mikelty/mikey2520.git
-
cd mikey2520
-
python3 -m venv env
-
source env/bin/activate
-
pip install -r requirements.txt
-
python3 manage.py runserver
-
open browser and type
localhost:8000
-
to shut down the server, enter
ctrl-c
in terminal -
to exit virtual environment, enter
deactivate
after server is down.