mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 16:56:32 +01:00
Change to MyST parser
This commit is contained in:
parent
8d5b48d4cc
commit
b69d056ef2
443 changed files with 4925 additions and 3524 deletions
|
|
@ -44,7 +44,7 @@ wasn't generated for you):
|
|||
# URL patterns for the character app
|
||||
|
||||
from django.conf.urls import url
|
||||
from web.character.views import sheet
|
||||
from web.character.views import sheet
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^sheet/(?P<object_id>\d+)/$', sheet, name="sheet")
|
||||
|
|
@ -222,8 +222,8 @@ As an optional final step, you can also change your character typeclass to have
|
|||
```
|
||||
Doing so will give you a 'view on site' button in the top right of the Django Admin Objects
|
||||
changepage that links to your new character sheet, and allow you to get the link to a character's
|
||||
page by using {{ object.get_absolute_url }} in any template where you have a given object.
|
||||
page by using `{{ object.get_absolute_url }}` in any template where you have a given object.
|
||||
|
||||
*Now that you've made a basic page and app with Django, you may want to read the full Django
|
||||
tutorial to get a better idea of what it can do. [You can find Django's tutorial
|
||||
here](https://docs.djangoproject.com/en/1.8/intro/tutorial01/).*
|
||||
here](https://docs.djangoproject.com/en/1.8/intro/tutorial01/).*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue