Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 216 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 216 Bytes

dj_101_bt_real_state

Steps to run:

  • poetry shell
  • poetry install
  • Install postgresql
  • Create DB btre_prod
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py runserver