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.

39 lines
519 B

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