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.

33 lines
423 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. サンプルDjangoアプリ
  2. ====
  3. ただのHello, Worldアプリ
  4. ## 詳細
  5. 説明不要
  6. ## 必要なもの
  7. * python3
  8. ## 使い方
  9. ```bash
  10. python manage.py runserver
  11. ```
  12. ## インストール
  13. ```bash
  14. python3 -m venv env
  15. source env/bin/activate
  16. pip install -r requirements.txt
  17. ```
  18. ## ライセンス
  19. [MIT](https://github.com/tcnksm/tool/blob/master/LICENCE)
  20. ## 作者
  21. [first_user](https://twitter.com/firstuser17)