forked from reudnetz/website
set public folder
This commit is contained in:
parent
88155dc9dd
commit
efb3f07c13
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue