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.

36 lines
489 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. ## 使い方
  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. sh download.sh
  19. ```
  20. ## ライセンス
  21. [MIT](https://github.com/tcnksm/tool/blob/master/LICENCE)
  22. ## 作者
  23. [first_user](https://twitter.com/firstuser17)