You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
first_user
ab1cf557b5
|
5 years ago | |
---|---|---|
.vscode | 5 years ago | |
detect_app | 5 years ago | |
sample_app | 5 years ago | |
sample_site | 5 years ago | |
.gitignore | 5 years ago | |
download.sh | 5 years ago | |
manage.py | 5 years ago | |
readme.md | 5 years ago | |
requirements.txt | 5 years ago |
readme.md
サンプルDjangoアプリ
ただのHello, Worldアプリ
詳細
説明不要
必要なもの
- python3
使い方
python manage.py runserver
インストール
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt