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 bysource venv/bin or /Scripts/activate
, which will display (venv) to the shell prompt. To check successful setup, runpip 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;
Note:
Hi drf gurus;
This is to say hello to everyone here. Thanks for keeping me a company on this learning journey.
My question is whether the python version can be an issue. I think I must have updated it so my version at the vscode status bar says 3.8.10 64bit. Is it going to be a problem? Do I need to update requirements.txt or package.json because of this?
I find that using Django with linux is comparatively more reliable, from the ballpark guess off my head. It's not a proven fact. What do you think? My laptop runs on Windows 10, while this pc at home is Ubuntu 20.x.
I remember using Django (cookiecutter or something) with Visual Studio, which was a nice experience. Just sharing.
Happy coding, especially if you are new here like me. Let's divide and conquer.
The following wiki, pages and posts are tagged with
Title | Type | Excerpt |
---|---|---|
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. |