Add support for automatically routing /favicon.ico, /humans.txt, /robots.txt, etc to their correct static location.
This commit is contained in:
parent
fa22e7a03f
commit
a48328c194
2 changed files with 78 additions and 26 deletions
2
setup.py
2
setup.py
|
|
@ -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/',
|
||||
|
|
|
|||
Reference in a new issue