matatabinoneko / 2021-rakuten-hackathon-team3

0 stars 0 forks source link

2021-rakuten-hackathon-team3

Backend setting(Python, Django)

  1. install python Confirmed to work with python 3.8.10. ( > 3.7)
  2. if you use virtual environment, activate your virtual environment
  3. change the directory, then typepip install -r requirements.txt
  4. type python backend/manage.py runserver
  5. python backend/manage.py makemigrations -> python backend/manage.py migrate