biomotion / ECE_Night_2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

交大電機的夜網頁

Getting Started

Make sure you have python3 and virtualenv in your local machine

  1. Setup virtualenv, inside the django project run this command
    virtualenv -p python3 env
  1. Install required depencies
    pip install -r requirements.txt

Note: If install failed, upgrade requests first

    pip install --upgrade requests

Then try running the pip install -r requirements.txt again

  1. Start the server
    python manage.py runserver
  1. Go to http://localhost:8000/main and try clicking the login button

About

License:Apache License 2.0


Languages

Language:JavaScript 40.4%Language:CSS 39.3%Language:Python 16.2%Language:HTML 3.9%Language:Shell 0.1%