Use /admin
to use django admin to edit the portfolio info use python manage.py createsuperuser
to create login details
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
git clone https://github.com/tech-jamara/DjangoReactPortfolio.git
cd your_path/DjangoReactPortfolio
npm install
npm run build
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver