Add “message” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'bee_django_richtext.apps.BeeDjangoRichtextConfig', )Include the crm URLconf in your project urls.py like this:
from django.conf.urls import include, url ... url(r'^bee_django_richtext/', include('bee_django_richtext.urls')),Run python manage.py makemigrations,`python manage.py migrate` to create the richtext models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a message (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/wiki/ to participate in the message.
6. Use from bee_django_richtext.custom_fields import RichTextField info = RichTextField(app_name=None, model_name=None, emotion=False, img=False, undo_redo=False, text_min_length=5,image_max_size=2)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file bee-django-richtext-0.0.3.tar.gz.
File metadata
- Download URL: bee-django-richtext-0.0.3.tar.gz
- Upload date:
- Size: 86.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
Python-urllib/2.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a53cdc980136f47bbabc232155e0c95e89ffcb41d9523a347596af342688867f
|
|
| MD5 |
3e5dd6c382c672ee79ab13ca2f85f486
|
|
| BLAKE2b-256 |
a8df9f07521b997555e257e77c3c18d5ae3f76422e688c220140b42705c5c1b9
|