Skip to content

leonardo-modules/leonardo-module-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leonardo Links

Small module with Link and CategoryLink model and LinkButton and LinkMenu widgets for Leonardo

pip install leonardo_module_links

or as leonardo bundle

pip install django-leonardo["links"]

Add leonardo_module_links to APPS list, in the local_settings.py:

APPS = [
    ...
    'links'
    ...
]

# or

APPS = ['leonardo_module_links']

# or

INSTALLED_APPS = ['leonardo_module_links']

Load new template to db

python manage.py sync_all

See Leonardo