サンプルDjangoアプリ ==== ただのHello, Worldアプリ ## 詳細 説明不要 ## 必要なもの * python3 ## 使い方 ```bash python manage.py runserver ``` ## インストール ```bash python3 -m venv env source env/bin/activate pip install -r requirements.txt ``` ## ライセンス [MIT](https://github.com/tcnksm/tool/blob/master/LICENCE) ## 作者 [first_user](https://twitter.com/firstuser17)