Add support for automatically routing /favicon.ico, /humans.txt, /robots.txt, etc to their correct static location.

This commit is contained in:
Ryan McGrath 2015-06-07 15:57:22 +09:00
parent fa22e7a03f
commit a48328c194
2 changed files with 78 additions and 26 deletions

View file

@ -12,7 +12,7 @@ def read(*path):
setup(
name='django-rednoise',
version='1.0.2',
version='1.0.3',
author='Ryan McGrath',
author_email='ryan@venodesigns.net',
url='https://github.com/ryanmcgrath/django-rednoise/',