evennia/src/channels
2009-05-01 05:07:13 +00:00
..
__init__.py Actually, I did mess up and not commit the channels app. Yick. Fixed. 2009-04-20 02:45:40 +00:00
admin.py Show a little more info in the Django admin for comm channels. 2009-05-01 05:07:13 +00:00
models.py * Change the CommChannelMessage's 'message' field from a CharField to a TextField. This will allow messages that are greater than 255 characters to be stored. You'll want to drop your channels_commchannelmessage table and run syncdb again. 2009-04-30 02:40:11 +00:00