0

fixed sample.settings.py typo

This commit is contained in:
Aaron Griffith
2011-06-16 06:26:58 -07:00
parent 091a76fe60
commit b1a386cae9

View File

@@ -6,7 +6,7 @@
# provide examples of interesting things you can do with the settings file. Most # provide examples of interesting things you can do with the settings file. Most
# of the time, a simple 'setting_name = value' will work. # of the time, a simple 'setting_name = value' will work.
# This file is a python script, so you can import and python module you wish or # This file is a python script, so you can import any python module you wish or
# use any built-in python function, though this is not normally necessary # use any built-in python function, though this is not normally necessary
# Lines that start with a hash mark are comments # Lines that start with a hash mark are comments