Skip to content

Instantly share code, notes, and snippets.

@jtemporal
Created April 27, 2019 23:48
Show Gist options
  • Save jtemporal/3099644801ed70e7717fe6cb9e7a318b to your computer and use it in GitHub Desktop.
Save jtemporal/3099644801ed70e7717fe6cb9e7a318b to your computer and use it in GitHub Desktop.
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