evennia/evennia/web/webclient
2020-02-09 20:36:30 -06:00
..
static/webclient Merge pull request #2008 from friarzen/webclient_options2 2020-01-28 19:26:11 +01:00
templates/webclient {% 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
__init__.py Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
urls.py new django.urls.path() function allows a simpler, more readable URL routing syntax. 2020-02-09 20:36:30 -06:00
views.py Format code with black. Add makefile to run fmt/tests 2019-09-28 18:18:11 +02:00