rest-framework

Check the operation of the serializer in Postman

I learned serializer in Postman.Continuing on from yesterday, I'm lost in the Django Restframework!In the midst of all t...
rest-framework

Start REST Framework + Vue.js

Command 'vue' not found……. Somehow I was able to solve.Type the code according to the manual.The usual Django rhythm kee...
django

Django polls app

今日はDjango tutorialを見ながら、polls appを作ってみた。Documentationから学んだことを記録しておく。初心者にも動きが分かるよう、途中でpython shell でdatabaseとmodel、timezo...
django

Error logging when creating Django reservation site

Following on from the previous allauth, I have now created a calendar and booking function. I'm getting used to the erro...
django

Django Allauth and Custom User Settings

User Authentication Function for Reservation ManagementI was able to implement it by copying and pasting from blogs and ...
django

How to create a Django blog site

Easy to create blog site even for beginnersDevelopment PreparationFigure-01: "Build virtual environment (line 1)" in any...