1
0
Fork 0

set public folder

This commit is contained in:
Paul Spooren 2017-09-26 19:04:10 +02:00
parent 88155dc9dd
commit efb3f07c13
1 changed files with 1 additions and 1 deletions

View File

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