diff options
author | eliott <eliott@cactuswax.net> | 2008-01-05 16:01:48 -0800 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2008-01-05 16:18:20 -0800 |
commit | d716d6481075f85766354f59f15f8895f66a60cd (patch) | |
tree | 70e11ecb63de1d98e86c9d8727327d1ee1c799b0 /local_settings.py.example | |
parent | 424d2a77302c4436148a560d429cc23e9d387e76 (diff) |
Updated docs
Diffstat (limited to 'local_settings.py.example')
-rw-r--r-- | local_settings.py.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/local_settings.py.example b/local_settings.py.example index c6f31603..031e3b6a 100644 --- a/local_settings.py.example +++ b/local_settings.py.example @@ -10,7 +10,7 @@ ADMINS = ( ## Sqlite Database settings #DATABASE_ENGINE = 'sqlite3' -#DATABASE_NAME = 'archlinux.db' +#DATABASE_NAME = 'archweb.db' ## MySQL Database settings #DATABASE_ENGINE = 'mysql' |