Fixes to urls
This commit is contained in:
parent
21cb3f69c8
commit
3b87cffed6
7 changed files with 57 additions and 12 deletions
|
|
@ -392,7 +392,11 @@ in a format like the following:
|
|||
|
||||
# Conclusions
|
||||
|
||||
This concludes the first Part of the Starting tutorial. We have
|
||||
We have covered a lot of ground in this lesson and covered several more complex topics. Knowing how to
|
||||
query using Django is a powerful skill to have.
|
||||
|
||||
This concludes the first part of the Evennia starting tutorial - "What we have". Now we have a good foundation
|
||||
to understand how to plan what our tutorial game will be about.
|
||||
|
||||
|
||||
[prev lesson](Searching-Things) | [next lesson]()
|
||||
|
|
|
|||
|
|
@ -258,7 +258,7 @@ There is a property `.destination` which is only used by exits:
|
|||
Knowing how to find things is important and the tools from this section will serve you well. For most of your needs
|
||||
these tools will be all you need ...
|
||||
|
||||
... but not always. In the next lesson we will dive further into more complex searching when we start looking at
|
||||
... but not always. In the next lesson we will dive further into more complex searching when we look at
|
||||
Django queries and querysets in earnest.
|
||||
|
||||
[prev lesson](Creating-Things) | [next lesson](Django-queries)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue