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.

30 lines
394 B

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