Instead of continuing working on PMS I have decided to give it one more chance to make a MUD server using the Django framework.
So now I present to you: DjangoMUD!
I'm still using Twisted for the actual telnet handling, and will use Jinja2 for templates instead of Djangos built-in template handling (Jinja2 seems more powerfull.) A couple of the reasons I choose to work with Django is that it have a very good ORM framework, that it can reload the server when it detects changes in the source, and because it have built-in web-handling! The last part is important because it will make it extremely easy to make a web-portal for the MUD, for use to edit the world, see stats, and such.
Do check it out some times: DjangoMUD.