https://github.com/django-cms/djangocms-url-manager
https://github.com/django-cms/djangocms-url-manager
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/django-cms/djangocms-url-manager
- Owner: django-cms
- License: other
- Created: 2018-05-07T14:31:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T08:53:52.000Z (about 1 year ago)
- Last Synced: 2025-04-14T04:16:15.047Z (8 months ago)
- Language: Python
- Size: 111 KB
- Stars: 5
- Watchers: 12
- Forks: 14
- Open Issues: 9
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
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