差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| python:django:startapp [2020/12/25 05:15] – [アプリケーションをプロジェクトに含める] ともやん | python:django:startapp [2020/12/25 05:40] (現在) – [アプリケーションの作成 (manage.py startapp)] ともやん | ||
|---|---|---|---|
| 行 13: | 行 13: | ||
| |%%|%%| + |%%__init__%%.py | |%%|%%| + |%%__init__%%.py | ||
| |%%|%%| + |admin.py | |%%|%%| + |admin.py | ||
| - | |%%|%%| + |apps.py | + | |%%|%%| + |apps.py | 
| |%%|%%| + |models.py | |%%|%%| + |models.py | ||
| |%%|%%| + |tests.py | |%%|%%| + |tests.py | ||
| 行 50: | 行 50: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | ===== 参考文献 ===== | ||
| + | [[https:// | ||
