mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #1434 from DamnedScholar/sekizai
Sekizai adapted to devel version of website.
This commit is contained in:
commit
ab7cd3c101
4 changed files with 6 additions and 3 deletions
|
|
@ -729,6 +729,7 @@ TEMPLATES = [{
|
|||
'django.contrib.auth.context_processors.auth',
|
||||
'django.template.context_processors.media',
|
||||
'django.template.context_processors.debug',
|
||||
'sekizai.context_processors.sekizai',
|
||||
'evennia.web.utils.general_context.general_context']
|
||||
}
|
||||
}]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% load staticfiles %}
|
||||
{% load staticfiles sekizai_tags %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
|
|
|||
|
|
@ -6,3 +6,4 @@ mock >= 1.0.1
|
|||
pillow == 2.9.0
|
||||
pytz
|
||||
future >= 0.15.2
|
||||
django-sekizai
|
||||
|
|
|
|||
|
|
@ -1,11 +1,12 @@
|
|||
# Evennia dependencies, for Windows platform
|
||||
|
||||
# windows specific
|
||||
# windows specific
|
||||
pypiwin32
|
||||
# general
|
||||
# general
|
||||
django > 1.10, < 2.0
|
||||
twisted >= 16.0.0
|
||||
mock >= 1.0.1
|
||||
pillow == 2.9.0
|
||||
pytz
|
||||
future >= 0.15.2
|
||||
django-sekizai
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue