git clone https://github.com/JollyGoal/inha_kino_dj.git
cd inha_kino_dj
virtualenv venv
venv\Scripts\activate
source venv/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver