DjangoCMS Help rating.
Project description
DjangoCMS Help Rating
A project for simple evaluation of DjangoCMS website content.
Install
pip install djangocms-help-rating
Add into settings.py:
INSTALLED_APPS = [
...
"help_rating",
]
Add into site urls.py:
urlpatterns = [
...
path('help-rating/', include(('help_rating.urls', "help_rating"))),
]
If you define a namespace other than help_rating in the urls.py, you must redefine it in settings with the value HELP_RATING_PATH_NAMESPACE.
Default of HELP_RATING_PATH_NAMESPACE is "help_rating".
License
BSD License
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_help_rating-1.0.0.tar.gz.
File metadata
- Download URL: djangocms_help_rating-1.0.0.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e68e9e35ed1d6c8317b8266da816597f30d874c8f5da213bd4227a0133e81efb
|
|
| MD5 |
21767ebbaa44f388382b4d8643088a58
|
|
| BLAKE2b-256 |
5c781f7df7a2f12e074c29d6692ad1da753331c038ee24cc2f33c6853edc0106
|
File details
Details for the file djangocms_help_rating-1.0.0-py3-none-any.whl.
File metadata
- Download URL: djangocms_help_rating-1.0.0-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdb0c81ea5a7c6d13ee2d46ab34346e47161f6d0b412009568f1957face7db25
|
|
| MD5 |
1a7a44ca71196e750a20a6ea238b7e31
|
|
| BLAKE2b-256 |
f5907420f3abf6ae7b3b17d6a6c8d9ef4df597847f675009bb8b06b2e0412cf7
|