Skip to content

Latest commit

 

History

History
31 lines (11 loc) · 405 Bytes

README.md

File metadata and controls

31 lines (11 loc) · 405 Bytes

SimpleDjangoPortfolio

This is a Simple Python Django Portolio.The portfolio is easy just use "/admin" to login into Django admin panel to change you personal info.

Run these Commads

Step 1

 pip install -r requirements.txt

Step 2

 python manage.py migrate

Step 4

 python manage.py createsuperuser

Step 3

 python manage.py runserver