Removed DEFAULT_HOME from settings.py into a server configuration directive via the confg app.

Changed clear_objects to reflect default home changes.
This commit is contained in:
Michael King 2007-08-07 16:52:47 +00:00
parent 8b8099a9db
commit 0c2648edaa
3 changed files with 12 additions and 10 deletions

View file

@ -4,3 +4,4 @@ INSERT INTO config_configvalue VALUES(3,'money_name_plural','Credits');
INSERT INTO config_configvalue VALUES(4,'money_name_singular','Credit');
INSERT INTO config_configvalue VALUES(5,'game_firstrun','1');
INSERT INTO config_configvalue VALUES(6,'idle_timeout','1800');
INSERT INTO config_configvalue VALUES(7,'default_home','2');