Skip to content

qsz13/HeapExchange

Repository files navigation

HeapExchange

runing here

##Setup environment for the first time:

windows:

download pip

python get-pip.py
$ git clone https://github.com/qsz13/HeapExchange.git
$ cd HeapExchange
$ pip install -r requirements.txt
$ python manage.py runserver
open http://127.0.0.1:8000/

====== Ubuntu:

$ sudo apt-get install python-pip
$ git clone https://github.com/qsz13/HeapExchange.git
$ cd HeapExchange
$ pip install -r requirements.txt
$ python manage.py runserver
open http://127.0.0.1:8000/

##IDE:

pycharm windows

pycharm linux

##front-end framework:

materialize

##development account:

#####for admin:

admin/amdin

#####for normal user:

ctx 123 dtx 123 xueba 123

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published