A Simple Portfolio and Blog app build with Django and templates styled with Bootstrap framework .
git clone https://github.com/SAzghour/Django-Project-Portfolio.git
$ python -m venv .venv
$ source venv/Scripts/activate
$ pip install -r requirements.txt
$ python manage.py collectstatic
$ python manage.py createsuperuser
$ python manage.py migrate
$ python manage.py runserver
The project will be available at : http://localhost:8000