Skip to content

Latest commit

Β 

History

History
70 lines (46 loc) Β· 1.54 KB

README.md

File metadata and controls

70 lines (46 loc) Β· 1.54 KB

Runningmate πŸƒπŸ»

πŸƒπŸ» 심바톀 λŸ¬λ‹λ©”μ΄νŠΈμ‘° repo.

badges badges badges badges badges

νŒ€μ›


πŸ₯° μ΄μ˜μ„œ : 기획 및 λ””μžμΈ

πŸ˜‹ μ΄μ˜ˆλ‚˜ : ν”„λ‘ νŠΈμ—”λ“œ

🀩 μ˜€μ€€μ„œ : ν”„λ‘ νŠΈμ—”λ“œ

😜 κΉ€μ„±μ€€ : λ°±μ—”λ“œ

😝 λ₯˜μŠ¬κΈ° : λ°±μ—”λ“œ

😊 μœ€μ˜μ„œ : λ°±μ—”λ“œ


싀행방법

  1. κ°€μƒν™˜κ²½ 접속

    pipenv shell
    
  2. django μ„€μΉ˜

    pip install django
    
  3. django-allauth μ„€μΉ˜

    pip install django-allauth
    
  4. django-colorfield μ„€μΉ˜

    pip install django-colorfield
    
  5. runningmate λ””λ ‰ν† λ¦¬λ‘œ 이동

    cd runningmate
    
  6. migrate

    python manage.py makemigrations
    python manage.py migrate
    
  7. μ‹€ν–‰

    python manage.py runserver