evennia/apps/config
2008-06-15 20:15:12 +00:00
..
fixtures Removing mixins.py, as it's not in use. We now have a separate ConnectScreen model under the config app to store connect screens. ConfigValue's value fields are now CharFields instead of TextFields for the sake of efficiency and sanity. It is strongly recommended that you reset your config app and syncdb to load the fixture. 2008-06-14 03:15:41 +00:00
managers Moving the logging system to src/ 2008-06-15 20:15:12 +00:00
__init__.py Re-organization. 2007-04-03 13:42:51 +00:00
models.py The first of many re-arrangements. Eliminated gameconf in favor of using the manager on ConfigValue. Moved some commands while I was at it. There are going to be crash bugs that need to be found and worked out. 2008-06-15 17:21:02 +00:00
views.py Re-organization. 2007-04-03 13:42:51 +00:00