evennia/evennia/web/website
2018-10-26 00:15:48 +00:00
..
static/website added style to footer 2017-07-21 12:27:24 +02:00
templates/website Fixes links. 2018-10-24 22:52:33 +00:00
templatetags Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
__init__.py Cleaned up the web folder to make two separate 'apps'-webclient and website, each with their own static and template dirs. Also merged the prosimii template files into the website template folder. This will make it clearer how to override, since the static/template_override dirs will now look like website/static/... etc rather than using the template names, of which we only ever have used one anyway. 2016-05-22 20:41:36 +02:00
forms.py Makes forms more generic and implements a set of class-based CRUD views for character objects. 2018-10-18 19:49:05 +00:00
tests.py Fixes redirect bug after character update, updates tests. 2018-10-24 22:53:04 +00:00
urls.py Adds a generic object detail view. 2018-10-26 00:15:48 +00:00
views.py Adds a generic object detail view. 2018-10-26 00:15:48 +00:00