Python Django library study.
Tested working with:
- Python 2.7 and 3.5
- Django 1.10.3
Trace call using AoikTraceCall:
- RequestHandlerWSGIServerTraceCall.py
- RequestHandlerWSGIServerTraceCallLogPy2.txt
- RequestHandlerWSGIServerTraceCallLogPy3.txt
- RequestHandlerWSGIServerTraceCallNotesPy2.txt
- RequestHandlerWSGIServerTraceCallNotesPy3.txt
Run:
pip install git+https://github.com/AoiKuiyuyou/AoikTraceCall
Run:
git clone https://github.com/AoiKuiyuyou/AoikTraceCall
cd AoikTraceCall
python setup.py install
Run:
python "AoikDjangoStudy/src/manage.py" migrate
Run:
python "AoikDjangoStudy/src/RequestHandlerWSGIServerTraceCall.py" runserver --noreload > Log.txt 2>&1
Run:
curl -X GET -d hello http://127.0.0.1:8000/