1
0
Fork 0
forked from reudnetz/website

set public folder

This commit is contained in:
Paul Spooren 2017-09-26 19:04:10 +02:00
parent 88155dc9dd
commit efb3f07c13

View file

@ -6,7 +6,7 @@ import stat
import shutil import shutil
TEMPLATE_PATH = "templates" TEMPLATE_PATH = "templates"
PUBLIC_PATH = "public" PUBLIC_PATH = "/var/www/reudnetz.org/"
files = os.path.join(PUBLIC_PATH, "files") files = os.path.join(PUBLIC_PATH, "files")
style = os.path.join(PUBLIC_PATH, "style") style = os.path.join(PUBLIC_PATH, "style")