Skip to content

herineeda/iddingdongproject

Repository files navigation

아이띵동 소개

슬라이드1 슬라이드2 슬라이드3 슬라이드4 슬라이드5 슬라이드6 슬라이드7 슬라이드8 슬라이드9 슬라이드10 슬라이드11 슬라이드12 슬라이드13 슬라이드14 슬라이드15 슬라이드16 슬라이드17 슬라이드18 슬라이드19 슬라이드20 슬라이드21 슬라이드22 슬라이드23

Prerequirement

  • git
  • python3.8.x
  • 배포
    • heroku cli

Installation

Mac/Linux일 시 상황에 따라 python3, pip3 사용

# 가상환경 생성 및 활성화
python -m venv venv
.\venv\Scripts\activate

# 앱폴더로 이동 및 필요한 패키지 설치
cd app
pip install -r requirements.txt

Test

  • 로컬 테스트
    python manage.py migrate
    python manage.py runserver
  • 프로덕션 환경 테스트
    python manage.py collectstatic
    python manage.py migrate
    python manage.py runserver

Deployment

fap deploy

About

hackathon 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published