Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 455 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 455 Bytes

isucon13-portal

ISUCON13 Portal

Requirements

  • Python3.11
  • pipenv

Getting Started

ローカル環境では、SQLite3を利用して開発をすることができます。

git clone [email protected]:isucon/isucon13-portal.git
cd isucon13-portal
pipenv install
pipenv run python manage.py migrate
pipenv run python manage.py runserver

Deployment

テストデータの追加

pipenv run python manage.py manufacture