django

django

Create a Vue.js application

Before combining Django Framework and Vue.jsIn learning the tutorial on combining Django Framework and Vue.js, I was afr...
django

Authentication – Restframework -Postman

昨日に引き続き、Postmanでpost, get の動作確認をしながら、Authenticationの動きを観察。トークンの設定をして、一旦、「python3 manage.py flush」でデータベースのデータを消去。python3 ...
django

Record of Django “voting app” deployed on vultr

I posted this content once before, but it was a chronological list of items only, so this time I will summarize it a bit...
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...
django

Deploy Dango blog to Vultr

Worth experiencing the long way1. ​ Change settings…Separate development environment settings and product environment se...