evennia/apps/config
2008-02-09 02:35:28 +00:00
..
sql Moved the connect screen to the connect_screen config directive. Made the conf_value field on the configvalue model a TextField so we're not getting truncated at 255 as with a CharField. This means you'll need to delete your config tables and re-sync. 2007-10-27 03:25:42 +00:00
__init__.py Re-organization. 2007-04-03 13:42:51 +00:00
models.py Updating some models to use max_length instead of the deprecated maxlength. 2008-02-09 02:35:28 +00:00
views.py Re-organization. 2007-04-03 13:42:51 +00:00