yamako

django

README.md passed with cs50 Final Project

README.md is often seen on github. I tried to find out who writes what, for what, and how. This time, I actually created...
Flask

Flask Blog App using Bootstrap Template

Blog with Flask and Bootstrap templateFor small personalized sites, Flask is easy and simple。? I am new to Flask.?完成物Fol...
wordpress

Show a Twitter button on WordPress

Prerequisite: WordPress and Twitter integration must be completed.There are many easy-to-understand websites, so let's g...
django

Creating graphs with Django + Chart.js

Creating progress management graphs with Django + Chart.jsChart.js Implementation of Lesson Progress ChartBlue is the nu...
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 ...