2021-03-02

django

Authentication – Restframework -Postman

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

Check the operation of the serializer in Postman

IlearnedserializerinPostman.Continuingonfromyesterday,I'mlostintheDjangoRestframework!Inthemidstofallthis,Ilearnedabouta...
rest-framework

Start REST Framework + Vue.js

Command'vue'notfound…….SomehowIwasabletosolve.Typethecodeaccordingtothemanual.TheusualDjangorhythmkeepsthingscrisp.Innot...
django

Record of Django “voting app” deployed on vultr

Ipostedthiscontentoncebefore,butitwasachronologicallistofitemsonly,sothistimeIwillsummarizeitabitmorethoroughlywhiledepl...
django

Django polls app

今日はDjangotutorialを見ながら、pollsappを作ってみた。Documentationから学んだことを記録しておく。初心者にも動きが分かるよう、途中でpythonshellでdatabaseとmodel、timezoneの動...
django

Error logging when creating Django reservation site

Followingonfromthepreviousallauth,Ihavenowcreatedacalendarandbookingfunction.I'mgettingusedtotheerrorsandwanttolearntolo...
django

Django Allauth and Custom User Settings

UserAuthenticationFunctionforReservationManagementIwasabletoimplementitbycopyingandpastingfromblogsandYT,butIdon'tknowwh...
Uncategorized

Blog on GitHub Pages

IdealfordeploymentbeginnersJustpublishyourgithubrepository.Onceyouhavecreatedasmallwebsite,youcanimmediatelypublishittot...
django

How to create a Django blog site

EasytocreateblogsiteevenforbeginnersDevelopmentPreparationFigure-01:"Buildvirtualenvironment(line1)"inanyfolderFigure-01...
django

Deploy Dango blog to Vultr

Worthexperiencingthelongway1.​Changesettings…SeparatedevelopmentenvironmentsettingsandproductenvironmentsettingsCreate“l...