Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-tutorial

このプロジェクトはDjangoを使用して構築されたWebアプリケーションです。
以下の手順でセットアップし、ローカル環境で開発サーバーを起動できます。 https://docs.djangoproject.com/ja/5.1/intro/tutorial01/

環境要件

  • Python 3.10.x
  • Django
  • 仮想環境(推奨: venv

セットアップ手順

python3 -m venv venv
source venv/bin/activate  # macOS/Linux
venv\Scripts\activate     # Windows

install

pip install -r requirements.txt

webServer

python3 manage.py runserver

Shell

python3 manage.py shell_plus

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages