Skip to content

Commit

Permalink
Fix DJANGAE_RUNSERVER_IGNORED_FILES_REGEXES default setting to includ…
Browse files Browse the repository at this point in the history
…e html too
  • Loading branch information
olasitarska committed Mar 8, 2016
1 parent 419075d commit 611c814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangae/settings_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
# (e.g. -dot-)
ALLOWED_HOSTS = (".appspot.com", )

DJANGAE_RUNSERVER_IGNORED_FILES_REGEXES = ['^.+$(?<!\.py)(?<!\.yaml)']
DJANGAE_RUNSERVER_IGNORED_FILES_REGEXES = ['^.+$(?<!\.py)(?<!\.yaml)(?<!\.html)']

0 comments on commit 611c814

Please sign in to comment.