Created
April 27, 2019 23:48
-
-
Save jtemporal/3099644801ed70e7717fe6cb9e7a318b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
STATIC_PATHS = ['images', 'extra/robots.txt', | |
'extra/favicon.ico', 'extra/favicon.png', | |
'extra/teste.html'] | |
EXTRA_PATH_METADATA = { | |
'extra/robots.txt': {'path': 'robots.txt'}, | |
'extra/favicon.ico': {'path': 'favicon.ico'}, | |
'extra/favicon.png': {'path': 'favicon.png'}, | |
'extra/teste.html': {'path': 'teste.html'} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment