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.

34 lines
418 B

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. - django
  9. ## 使い方
  10. ```bash
  11. python manage.py runserver
  12. ```
  13. ## インストール
  14. ```bash
  15. python3 -m venv env
  16. source env/bin/activate
  17. pip install -r requirements.txt
  18. ```
  19. ## ライセンス
  20. [MIT](https://github.com/tcnksm/tool/blob/master/LICENCE)
  21. ## 作者
  22. https://twitter.com/firstuser17