Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2023-03-04 18:56:26 +00:00
parent 2f5dc25129
commit bf6af4c871
61 changed files with 153 additions and 153 deletions

View file

@ -159,7 +159,7 @@ game directory should look like:</p>
</pre></div>
</div>
<p>The “web/help_system” directory contains files created by Django. Well use some of them, but if
you want to learn more about them all, you should read <a class="reference external" href="https://docs.djangoproject.com/en/1.9/intro/tutorial01/">the Django
you want to learn more about them all, you should read <a class="reference external" href="https://docs.djangoproject.com/en/4.1/intro/tutorial01/">the Django
tutorial</a>.</p>
<p>There is a last thing to be done: your folder has been added, but Django doesnt know about it, it
doesnt know its a new app. We need to tell it, and we do so by editing a simple setting. Open