8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-19 09:02:35 +00:00

doc(link): add doc for link_custom

This commit is contained in:
Cyprien de Cerval 2022-07-29 13:36:20 +02:00
parent 542ca59d4e
commit d6040ad6bb
2 changed files with 6 additions and 1 deletions

View file

@ -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 = ()

View file

@ -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/")