Skip to main content

In order to add more link types add to your settings.py LINK_ALL_MODELS, eg

from link_all.dataclasses import LinkAllModel


LINK_ALL_MODELS_ADDITIONAL = [
    LinkAllModel(app_label='djangocms_blog', model_name='Post'),
    LinkAllModel(app_label='djangocms_blog', model_name='BlogCategory', url_method='get_absolute_url', is_show_url_in_select=True),
]

The add the urls to your urls.py file:

urlpatterns = [
    path('', include('link_all.api.urls')),
]

You can also add link all field to your plugin by using the LinkAllMixin model mixin and inheriting from LinkAllPlugin setup in link_all.cms_plugins.

Frontend development

  • add IS_LINK_ALL_DEV=true to your .env-local file
  • cd link_all/static/link_all
  • yarn install
  • yarn start or yarn build

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangocms-link-all-0.6.1.4.tar.gz (434.7 kB view details)

Uploaded Source

Release history Release notifications | RSS feed

This release

0.6.1.4 This release

1 file

0.6.1.3

1 file

0.6.1.2

2 files

0.6.1.1

2 files

0.6.1.0

2 files

0.6.0.1

2 files

0.6.0.0

2 files

0.5.1.2

2 files

0.5.1.1

2 files

0.5.1.0

2 files

0.5.0.0

2 files

0.4.1.0

2 files

0.4.0.0

2 files

0.3.1.1

2 files

0.2.0.0

1 file

0.1.0.5

1 file

0.1.0.2

1 file

0.1.0.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page