差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| python:django:manage_source_code [2019/07/27 06:21] – ともやん | python:django:manage_source_code [2020/12/16 06:15] (現在) – [Mercurial リポジトリの初期化] ともやん | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | <ifauth !@loggedinusers>< | ||
| - | <script async src="// | ||
| - | < | ||
| - | | ||
| - | google_ad_client: | ||
| - | enable_page_level_ads: | ||
| - | }); | ||
| - | </ | ||
| ====== ソースコードの管理 (Mercurial hg init) ====== | ====== ソースコードの管理 (Mercurial hg init) ====== | ||
| [[python: | [[python: | ||
| 行 14: | 行 6: | ||
| $ hg init django_project | $ hg init django_project | ||
| $ cd django_project | $ cd django_project | ||
| + | </ | ||
| + | もしくは、既存のディレクトリに対しては... | ||
| + | < | ||
| + | $ cd django_project | ||
| + | $ hg init | ||
| </ | </ | ||