Wed, Nov 10, 21, Build professional REST APIs and spa with django vue
This is a draft, the content is not complete and of poor quality!

django vue

ref see other file mydoc_djangovue

getting development environment

  • vscode, python, visualstudio intellicode preview, editor.rulers 79.
  • webapi objective, api definition
  • First to use non-standard python packages, we will create venv with cli python3 -m venv venv and then source the env by source venv/bin or /Scripts/activate, which will display (venv) to the shell prompt. To check successful setup, run pip list and check the packages.
  • how to handle requirements.txt; python -m pip install -r requirements.txt to install all the packages.

regarding python version issue

  • I have posted this issue at the forum;

The following wiki, pages and posts are tagged with

TitleTypeExcerpt
2021-09-26-googlesheet.md post Google Sheets API with github Pages and API
10 things you need to know for effective django rest framework post Tue, Nov 09, 21, RESTFul API in DjangoDRF version 3
Pilot's preflight checklist FAA post Tue, Nov 09, 21, preflight checklist with data mining, d3 visualization and google sheet implementation
Complete guide to django rest framework and vue js post Wed, Nov 10, 21, Build professional REST APIs and spa with django vue
Django Django Two scoops page summary.
Djangovue a fastrack to success page summary.