fluentcms-privatenotes
Adding Sticky-notes in the admin interface for content.
Installation
First install the module, preferably in a virtual environment. It can be installed from PyPI:
pip install fluentcms-privatenotes
First make sure the project is configured for django-fluent-contents.
Then add the following settings:
INSTALLED_APPS += (
'fluentcms_privatenotes',
)
FLUENT_CONTENTS_PLACEHOLDER_CONFIG = {
'slot name': {
'plugins': ('PrivateNotesPlugin', ...),
},
}
The database tables can be created afterwards:
./manage.py migrate
Contributing
If you like this module, forked it, or would like to improve it, please let us know! Pull requests are welcome too. :-)
Release files for fluentcms-privatenotes 3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fluentcms-privatenotes-3.0.tar.gz | 11.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fluentcms_privatenotes-3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.1 kB
Release files / fluentcms-privatenotes-3.0.tar.gz
| Download URL | fluentcms-privatenotes-3.0.tar.gz |
|---|---|
| Size | 11.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
dd21329234acd934a37b86bc188a391c319a64346907348778a1fc1a5a501088
|
|
BLAKE2b-256 checksum How to use checksums |
0a0b2a9deab8c9ce6124c693d58d250321f232054fcfa0bf2fe0824f0bfad183
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.1
|
Release files / fluentcms_privatenotes-3.0-py3-none-any.whl
| Download URL | fluentcms_privatenotes-3.0-py3-none-any.whl |
|---|---|
| Size | 12.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b5dff897aa2afccfd692fad2240ae563ae80b21f54705d2037f505caef915568
|
|
BLAKE2b-256 checksum How to use checksums |
40ece2bbcf4edecfc6665175faae3541181f305390d732609efcdfc37a3fd36a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.1
|