DjangoCMS Common Catalog
Project description
Common Catalog
Common catalog for various uses.
The program is built on the Django CMS framework.
The program itself does not contain any cascading styles or javascript code.
Install
Install the package from pypi.org.
pip install djangocms-common-catalog
Add into INSTALLED_APPS in your site settings.py:
INSTALLED_APPS = [
...
'common_catalog',
]
Extra settings
COMMON_CATALOG_TEMPLATE_LIST- custom template for the list of items.COMMON_CATALOG_TEMPLATE_DETAIL- custom template the Item detail.COMMON_CATALOG_LOCATIONS- Custom filter location names.COMMON_CATALOG_FILTER_QUERY_NAME- URL query name. Default iscocaf.COMMON_CATALOG_DETAIL_PARENT_TEMPLATE- Name of parent template on Item detail page.
Temporary fix
There was a problem with editing items when switching to CMS 4. An exception AttributeError occurs: type object 'Meta' has no attribute 'model'. Until the problem is resolved, you can apply a patch on github.com.
django-parler @ git+https://github.com/zbohm/django-parler.git@d448685ba3a2614aeb8f4df9e422a924a3c34ec2
License
GPLv3+
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file djangocms_common_catalog-2.1.3.tar.gz.
File metadata
- Download URL: djangocms_common_catalog-2.1.3.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e55d9ccb075a06be427a05953262aaa27bad880c7289c81fc024d20684215a2
|
|
| MD5 |
9fdbe48e2debaf6fef60586939f92987
|
|
| BLAKE2b-256 |
700d4729bf2351c914f60af3b5b7c187f18c5b94f2c36830a94ae7c212270784
|
File details
Details for the file djangocms_common_catalog-2.1.3-py3-none-any.whl.
File metadata
- Download URL: djangocms_common_catalog-2.1.3-py3-none-any.whl
- Upload date:
- Size: 29.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5b27cf09b872cc25711c8869efe1923e9a7b852f82ba0570af6e50e20db9dfb
|
|
| MD5 |
f1d71d5ba71a46b13aa4082977d1e8ef
|
|
| BLAKE2b-256 |
a88ea62f6c8def84836fb2b6985a148278a1e95f12ab5f6cd879e96a4a3a2b6c
|