gdzhu / db_project_weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

to run the project

####have python (>=2.7), pip and virtualenv installed

  $ git clone https://github.com/gdzhu/db_project_weather.git
  $ cd db_project_weather/mysite/src/
  $ virtualenv venv
  $ . venv/bin/activate
  $ pip install -r requirements.txt
  $ python manage.py syncdb
  $ python manage.py runserver

About


Languages

Language:HTML 55.6%Language:Python 41.8%Language:JavaScript 1.7%Language:CSS 1.0%