mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Auto-remapped old django docs to new version. Resolve #3126
This commit is contained in:
parent
d373ec784e
commit
fe546c888d
18 changed files with 43 additions and 28 deletions
|
|
@ -16,7 +16,7 @@ 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.md).
|
||||
If you don’t 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,
|
||||
[Django tutorial](https://docs.djangoproject.com/en/4.1/intro/) to get a taste of what Django does,
|
||||
before throwing Evennia into the mix (Evennia shares its API and attributes with the website
|
||||
interface). This guide will outline the format of the models, views, urls, and html templates
|
||||
needed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue