Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 439 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 439 Bytes

Resume of Tanbir Hasan

This project is made for Tanbir Hasan by django and hosted it in heroku server.

How to run it:

  1. Clone from git using this command: git clone https://github.com/BDMADE/resume.git

  2. Enter the project repo using this command: cd resume

  3. Migrate all tables using this command: python manage.py migrate

  4. Create super user for administration using this command: python manage.py createsuperuser