An open API service indexing awesome lists of open source software.

https://github.com/django-cms/djangocms-url-manager


https://github.com/django-cms/djangocms-url-manager

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

**********************
django CMS URL Manager
**********************

============
Installation
============

Requirements
============

django CMS URL Manager requires that you have a django CMS 4.0 or higher project already set up and running.

For those who wish to use this app on Django <3.2 or Python <3.8 use the 4.0.x branch.

To install
==========

Run::

pip install djangocms-url-manager

Add ``djangocms_url_manager`` to your project's ``INSTALLED_APPS``.

Run::

python manage.py migrate djangocms_url_manager

to perform the application's database migrations.

=====
Usage
=====

Migration 0008 requires the use of a user in order to create versions for existing urls (if djangocms_versioning is installed and enabled), a user can be chosen with the setting DJANGOCMS_URL_MANAGER_VERSIONING_MIGRATION_USER_ID, the default is 1.

DJANGOCMS_URL_MANAGER_VERSIONING_MIGRATION_USER_ID = 2 # Will use user with id: 2