Skip to content

AoiKuiyuyou/AoikDjangoStudy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoikDjangoStudy

Python Django library study.

Tested working with:

  • Python 2.7 and 3.5
  • Django 1.10.3

Trace call using AoikTraceCall:

Table of Contents

Set up AoikTraceCall

Setup via pip

Run:

pip install git+https://github.com/AoiKuiyuyou/AoikTraceCall

Setup via git

Run:

git clone https://github.com/AoiKuiyuyou/AoikTraceCall

cd AoikTraceCall

python setup.py install

Usage

Create Django database tables

Run:

python "AoikDjangoStudy/src/manage.py" migrate

Start server

Run:

python "AoikDjangoStudy/src/RequestHandlerWSGIServerTraceCall.py" runserver --noreload > Log.txt 2>&1

Send request

Run:

curl -X GET -d hello http://127.0.0.1:8000/

About

Python Django library study.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages