Created
April 28, 2019 02:56
-
-
Save jtemporal/7d1115148a3fd27000e9891a523b6f92 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', | |
# Site estático da primeira edição do evento | |
'extra/conf-1/' | |
] | |
EXTRA_PATH_METADATA = { | |
'extra/robots.txt': {'path': 'robots.txt'}, | |
'extra/favicon.ico': {'path': 'favicon.ico'}, | |
'extra/favicon.png': {'path': 'favicon.png'}, | |
'extra/conf-1/': {'path': 'conf-1'}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment