mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 04:27:16 +02:00
Prep for parallel main branch
This commit is contained in:
parent
31a6dea632
commit
b7b37a7d71
12 changed files with 57 additions and 164 deletions
|
|
@ -76,7 +76,7 @@ When you enter the address `http://localhost:4001/story` in your web browser, Dj
|
|||
field to figure out which page you want to go to. You tell it which patterns are relevant in the
|
||||
file
|
||||
[mygame/web/urls.py](https://github.com/evennia/evennia/blob/master/evennia/game_template/web/urls.py).
|
||||
Open it now.
|
||||
Open it now
|
||||
|
||||
Django looks for the variable `urlpatterns` in this file. You want to add your new pattern to the
|
||||
`custom_patterns` list we have prepared - that is then merged with the default `urlpatterns`. Here's
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue