webstar923/web_betting
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Python + Angular 4 First install node.js from https://nodejs.org/en/ https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md Then install gulp. Install python environment from https://www.continuum.io/downloads - go to betsys folder npm install npm run tsc:w make sure node_modules/ is there npm install -g gulp npm install -g gulp-cli gulp build check dist folder, copy bundle.min.js - go to tsdp folder pip install django pip install tzlocal python manage.py runserver login : testuser/t3st1ng print request.method, request.method == "POST" print request.body print request.POST print request.POST.get("componentloc")