1. Viewって何をやってるの? View(ビュー)の作成は、DjangoでWeb開発する場合避けて通れないです。 Viewがどういった処理を担っているのか、下図のイメージで掴みましょう。 Viewは、WebアプリにHTTPリクエストを送り、レスポンスが返るまでのフローの中で ...
simple Django Programs: 1) A basic blog application built with Django. It allows users to view blog posts. Created as a practice project to learn Django basics like models, views, and templates. 2) A ...
今までは、ローカル環境(自分のPC)でDjangoアプリを動かしていました。今回は、さくらvpsにて作成したDjangoプロジェクトを公開していきます。 手順は以下となります。 1. さくらVPSの契約 さくらVPSのウェブサイトからアカウントを作成し、必要なプランを選択 ...
The Django-Sistema-Acreditacion-Universitaria is a web application designed for the management of self-evaluation and academic accreditation. Built with Django and PostgreSQL, this project serves as ...