added guide, fixed location

This commit is contained in:
randogoth 2024-02-08 11:41:53 +02:00
parent 08354ce5a9
commit 4129f503ea
6 changed files with 10 additions and 4 deletions

View file

@ -61,5 +61,5 @@ DELETE_OUTPUT_DIRECTORY = True
PLUGINS = ['geohash', 'geodata']
STATIC_PATHS = ['../extra/robots.txt']
STATIC_PATHS = ['images', '../extra/robots.txt']
EXTRA_PATH_METADATA = {'../extra/robots.txt': {'path': 'robots.txt'},}