Remove remaining mentions of webapp
This commit is contained in:
parent
22b5c7a14c
commit
eaf1649ef3
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,7 +18,6 @@ tags
|
||||
|
||||
# Testing
|
||||
test/data
|
||||
gramps/webapp/grampsdb/fixtures/initial_data.json
|
||||
|
||||
# Windows image file caches
|
||||
Thumbs.db
|
||||
|
@ -147,7 +147,6 @@ RULE_GLADE = os.path.join(GLADE_DIR, "rule.glade")
|
||||
|
||||
|
||||
PLUGINS_DIR = os.path.join(ROOT_DIR, "plugins")
|
||||
WEB_DIR = os.path.join(ROOT_DIR, 'webapp')
|
||||
|
||||
USE_TIPS = False
|
||||
|
||||
@ -195,7 +194,6 @@ ENV = {
|
||||
"ROOT_DIR": ROOT_DIR,
|
||||
"GLADE_DIR": GLADE_DIR,
|
||||
"PLUGINS_DIR": PLUGINS_DIR,
|
||||
"WEB_DIR": WEB_DIR,
|
||||
"DATA_DIR": DATA_DIR,
|
||||
"IMAGE_DIR": IMAGE_DIR,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user