Skip to content

Commit

Permalink
clean urls
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhaering committed Mar 2, 2011
1 parent d634dba commit 11e0032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# to map the clean urls to the actual html files. The HtaccessGenerator site
# post processor is capable of automatically generating the necessary
# RewriteRules for use with Apache.
GENERATE_CLEAN_URLS = False
GENERATE_CLEAN_URLS = True

# A list of filenames (without extensions) that will be considered listing
# pages for their enclosing folders.
Expand All @@ -37,7 +37,7 @@

# Determines whether or not to append a trailing slash to generated urls when
# clean urls are enabled.
APPEND_SLASH = False
APPEND_SLASH = True

# {folder : extension : (processors)}
# The processors are run in the given order and are chained.
Expand Down

0 comments on commit 11e0032

Please sign in to comment.