To run this filen follow the following steps:
-
Clone The code Project
git clone git@github.com:Malko17/code.git cd code -
Setup Environment
python3 -m venv mvenv pip install django -
activate the virtual environment
source mvenv/bin/activate -
switch to the ablog directory
cd ablog -
Run Server
python manage.py runserver -
View Project Open your web browser and navigate to
http://127.0.0.1:8000/
Remember to replace mvenv with your actual virtual environment name.