a "Blog" project written in Django where authorized users can post and discuss / comment with other users.
git clone https://github.com/TheHamCore/blog__py.git
python -m venv venv
venv/Scripts/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
Check your 127.0.0.1:8000