Made Attribute value queries also work with database objects by overloading the Attribute manager methods in question. Added procpool support for the new serializer functions and cleaned up some things.

This commit is contained in:
Griatch 2013-04-14 16:36:44 +02:00
parent 8d48aa5a06
commit 80a6745a1e
6 changed files with 70 additions and 116 deletions

View file

@ -159,6 +159,7 @@ except ObjectDB.DoesNotExist:
except DatabaseError,e:
print """
Your database does not seem to be set up correctly.
(error was '%s')
Please run:
@ -171,8 +172,7 @@ except DatabaseError,e:
python manage.py migrate
When you have a database set up, rerun evennia.py.
"""
print e
""" % e
sys.exit()
# Add this to the environmental variable for the 'twistd' command.