mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Prep docs for branch move
This commit is contained in:
parent
0960193f07
commit
ccbeb0673d
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