This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
mirror of
https://github.com/evennia/evennia.git
synced
2026-03-31 04:57:16 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
bbf8b95ae7
evennia
/
evennia
/
web
/
webclient
History
Download ZIP
Download TAR.GZ
trhr
a3169b50c2
new django.urls.path() function allows a simpler, more readable URL routing syntax.
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