mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Prep docs for branch move
This commit is contained in:
parent
e2b4a9cf19
commit
f468005a34
16 changed files with 39 additions and 56 deletions
|
|
@ -75,7 +75,7 @@ If you'd rather not take advantage of Evennia's base styles, you can do somethin
|
|||
When you enter the address `http://localhost:4001/story` in your web browser, Django will parse that
|
||||
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).
|
||||
[mygame/web/urls.py](https://github.com/evennia/evennia/blob/main/evennia/game_template/web/urls.py).
|
||||
Open it now
|
||||
|
||||
Django looks for the variable `urlpatterns` in this file. You want to add your new pattern to the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue