django

Django: csv to json fixtures version

Load the initial data of the student list with Django fixtures, Powershell, Notepad++ With Powershell, data conversi...
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 VSC Editing settings.js...
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 result A pandas newbie (ME) tried to use pandas in ...
django

Create a Vue.js application

Before combining Django Framework and Vue.js In learning the tutorial on combining Django Framework and Vue.js, I wa...
django

Authentication – Restframework -Postman

昨日に引き続き、Postmanでpost, get の動作確認をしながら、Authenticationの動きを観察。 トークンの設定をして、一旦、「python3 manage.py flush」でデータベー...
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...
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 r...
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 bi...
django

Django polls app

今日はDjango tutorialを見ながら、polls appを作ってみた。Documentationから学んだことを記録しておく。 初心者にも動きが分かるよう、途中でpython shell でdatabaseとmod...
タイトルとURLをコピーしました