django

Django: csv to json fixtures version

Load the initial data of the student list with Django fixtures, Powershell, Notepad++With Powershell, data conversion ca...
django

VSC error message: Import “django.db” could not be resolved from source

What to do when you get an "Import "django.db" could not be resolved from source" message in VSCEditing settings.json so...
django

Django-import-export for csv

While learning Django, I'm working hard on a student management app for the online English school I'm currently running ...
django

Difference between django-pandas and pandas

Code comparison between Django-pandas and pandas to get the same resultA pandas newbie (ME) tried to use pandas in djang...
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 ...
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

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...