Add Evennia-in-Pictures as second intro doc page

This commit is contained in:
Griatch 2022-11-27 21:11:38 +01:00
parent c97dbe6915
commit 9897109419
7 changed files with 201 additions and 47 deletions

View file

@ -14,7 +14,7 @@ It is probably most useful to set `AUTO_CREATE_CHARACTER_WITH_ACCOUNT = False` s
characters can be created through this.
You should have some familiarity with how Django sets up its Model Template View framework. You need
to understand what is happening in the basic [Web Character View tutorial](Web-Character-View-Tutorial).
to understand what is happening in the basic [Web Character View tutorial](./Web-Character-View-Tutorial.md).
If you dont understand the listed tutorial or have a grasp of Django basics, please look at the
[Django tutorial](https://docs.djangoproject.com/en/1.8/intro/) to get a taste of what Django does,
before throwing Evennia into the mix (Evennia shares its API and attributes with the website