Skip to content
Snippets Groups Projects
Commit f128d025 authored by Jakob Kirsch's avatar Jakob Kirsch
Browse files

hi

parent 779a782e
Branches master
No related tags found
No related merge requests found
......@@ -39,4 +39,8 @@ This is a small extensible helper.
`<Hello`
`<world`
`>Hallo`
`>Welt`
\ No newline at end of file
`>Welt`
**for developer**
1. run `export DEBUG=` to enable the debug feature
......@@ -6,7 +6,7 @@ if "LANGSET" in os.environ:
language = [os.environ["LANGPREFIX"], os.environ["LANGSUFFIX"]]
_ = Translator(language[0], language[1]).patch
DEBUG = True
DEBUG = "DEBUG" in os.environ
from apps import InstancedApps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment