Commit graph

11 commits

Author SHA1 Message Date
Greg Taylor
dfc358ada8 WINDOWS USERS: (This applies to UNIX/Linux as well, but is probably more interesting to Windows users). You may now open up your settings.py file and add SERVE_MEDIA=True to serve media directly from Django. This is useful when you're running Django's built-in development server and want to be able to get to your CSS/Images, or if you have an apache server and don't want to configure a media location. Note that this is NOT something you want in a production environment, as it's slow, and may pose security risks. However, this will get you up and running very quickly for web work. The new setting, SERVE_MEDIA, is defaulted to False and is in the latest settings.py.dist file. 2007-06-12 01:12:26 +00:00
Greg Taylor
a4b6973c7a Forgot to include some context stuff. You'll need to re-create your settings.py from the settings.py.dist file. 2007-06-10 16:01:35 +00:00
Greg Taylor
f68e686fd9 Missing parenthesis, whoops. 2007-06-06 12:26:50 +00:00
Greg Taylor
1e13d94b20 Beginnings of the integrated front-end website. 2007-06-05 20:06:21 +00:00
Greg Taylor
bb6905c1ca Small fix for certain versions of Python and some simplification of the settings.py file. 2007-06-05 18:07:47 +00:00
Greg Taylor
2e6d4f5a00 Moving the port configuration to the settings.py file and out of the database. 2007-05-27 22:09:06 +00:00
Greg Taylor
7d869dff18 Moving the game port selection to settings.py for simplicity and security. 2007-05-27 22:06:12 +00:00
Greg Taylor
92165ade01 Mention mysql_old in settings.py.dist. We'll document this in the install docs. 2007-05-27 21:59:16 +00:00
Greg Taylor
9457e19787 logs/evennia.log is now writing once more. Also fixed a stupid indentation error. 2007-05-24 14:49:05 +00:00
Greg Taylor
c54f9f15e4 Renaming the default database file to evennia.db3 instead of evennia.sql, which is often used to signify text-based SQL dumps. Remember to re-name your database file and adjust your settings.py accordingly if you want to follow suite. Existing installs should theoretically be unaffected. 2007-04-26 19:32:26 +00:00
Greg Taylor
5421ab7f6e Re-organization. 2007-04-03 13:42:51 +00:00
Renamed from evennia/trunk/settings.py.dist (Browse further)