mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02:00
Start to fix references
This commit is contained in:
parent
ef1531c405
commit
7f79c61bb9
31 changed files with 74 additions and 470 deletions
|
|
@ -54,7 +54,7 @@ Here is how you add your own database table/models:
|
|||
|
||||
1. In Django lingo, we will create a new "application" - a subsystem under the main Evennia program.
|
||||
For this example we'll call it "myapp". Run the following (you need to have a working Evennia
|
||||
running before you do this, so make sure you have run the steps in [Getting Started](Getting-
|
||||
running before you do this, so make sure you have run the steps in [Setup Quickstart](Getting-
|
||||
Started) first):
|
||||
|
||||
cd mygame/world
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue