mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Adds documentation for all views, minor functional corrections.
This commit is contained in:
parent
11c8eef4e4
commit
cfcaa40cfe
1 changed files with 0 additions and 2 deletions
|
|
@ -755,7 +755,6 @@ TEMPLATES = [{
|
|||
'django.contrib.auth.context_processors.auth',
|
||||
'django.template.context_processors.media',
|
||||
'django.template.context_processors.debug',
|
||||
'django.contrib.messages.context_processors.messages',
|
||||
'sekizai.context_processors.sekizai',
|
||||
'evennia.web.utils.general_context.general_context'],
|
||||
# While true, show "pretty" error messages for template syntax errors.
|
||||
|
|
@ -790,7 +789,6 @@ INSTALLED_APPS = (
|
|||
'django.contrib.flatpages',
|
||||
'django.contrib.sites',
|
||||
'django.contrib.staticfiles',
|
||||
'django.contrib.messages',
|
||||
'sekizai',
|
||||
'evennia.utils.idmapper',
|
||||
'evennia.server',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue