mirror of
https://github.com/evennia/evennia.git
synced 2026-04-08 09:24:37 +02:00
Updated HTML docs.
This commit is contained in:
parent
6ba9b7c23f
commit
41ca2163d3
114 changed files with 1905 additions and 3331 deletions
|
|
@ -213,7 +213,7 @@ and <em>templates</em> (how the web page should be structured).</p>
|
|||
<section id="create-models">
|
||||
<h2>Create Models<a class="headerlink" href="#create-models" title="Permalink to this headline">¶</a></h2>
|
||||
<p>Models are created in <code class="docutils literal notranslate"><span class="pre">mygame/web/chargen/models.py</span></code>.</p>
|
||||
<p>A <a class="reference internal" href="../Concepts/New-Models.html"><span class="doc std std-doc">Django database model</span></a> is a Python class that describes the database storage of the
|
||||
<p>A <a class="reference internal" href="../Concepts/Models.html"><span class="doc std std-doc">Django database model</span></a> is a Python class that describes the database storage of the
|
||||
data you want to manage. Any data you choose to store is stored in the same database as the game and
|
||||
you have access to all the game’s objects here.</p>
|
||||
<p>We need to define what a character application actually is. This will differ from game to game so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue