Build blog project with django for students
git clone [email protected]:seriadiallo/blog-100techleaders.git
python3.12 -m venv venv
source venv/bin/activate # for lunix / mac
venv\Scripts\activate # for windows
pip install -r requirements.txt
based on the settings.ini.example, create a file settings.ini then ajust the values
python manage.py runserver
Open http://localhost:8000 on your browser