mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 17:36:27 +00:00
doc(link): add doc for link_custom
This commit is contained in:
parent
542ca59d4e
commit
d6040ad6bb
2 changed files with 6 additions and 1 deletions
|
@ -99,3 +99,6 @@ OPTIONNAL_APPS_RE2O = ()
|
|||
|
||||
# Some Django apps you want to add in you local project
|
||||
OPTIONNAL_APPS = OPTIONNAL_APPS_RE2O + ()
|
||||
|
||||
# Some optinnal link for the navbar in a tuple (link,class,text)
|
||||
OPTIONNAL_LINK_RE2O = ()
|
|
@ -118,7 +118,9 @@ OPTIONNAL_APPS_RE2O = ()
|
|||
# Some Django apps you want to add in you local project
|
||||
OPTIONNAL_APPS = OPTIONNAL_APPS_RE2O + ()
|
||||
|
||||
OPTIONNAL_LINK_RE2O= ()
|
||||
# Some optinnal link for the navbar in a tuple (link,class,text)
|
||||
OPTIONNAL_LINK_RE2O = ()
|
||||
|
||||
# Add statiffiles dir that were installed using system packaging
|
||||
# Example to reproduce re2o2.9 behavior
|
||||
# SYSTEM_STATICFILES_DIRS = ("/usr/share/fonts-font-awesome/", "/usr/share/javascript/")
|
||||
|
|
Loading…
Reference in a new issue