evennia/evennia/web/website
2020-03-29 10:06:07 +02:00
..
static/website added style to footer 2017-07-21 12:27:24 +02:00
templates/website {% load staticfiles %} and {% load admin_static %} are deprecated in favor of {% load static %}, which works the same. 2020-02-09 20:14:47 -06:00
templatetags Format code with black. Add makefile to run fmt/tests 2019-09-28 18:18:11 +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 Make scripts/objects lists use EvMore. Change EvMore to not justify by default. 2020-01-11 15:49:12 +01:00
tests.py Make scripts/objects lists use EvMore. Change EvMore to not justify by default. 2020-01-11 15:49:12 +01:00
urls.py Format code with black. Add makefile to run fmt/tests 2019-09-28 18:18:11 +02:00
views.py Don't raise but instead return HttpResponseBadRequest object 2020-03-29 10:06:07 +02:00