Skip to main content

A simple Django app to conduct Web-based referral.

Project description

  1. Add “message” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'bee_django_richtext.apps.BeeDjangoRichtextConfig',
    )
  2. 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')),
  3. Run python manage.py makemigrations,`python manage.py migrate` to create the richtext models.

  4. Start the development server and visit http://127.0.0.1:8000/admin/ to create a message (you’ll need the Admin app enabled).

  5. 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)

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

bee-django-richtext-0.0.3.tar.gz (86.8 kB view details)

Uploaded Source

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

Hashes for bee-django-richtext-0.0.3.tar.gz
Algorithm Hash digest
SHA256 a53cdc980136f47bbabc232155e0c95e89ffcb41d9523a347596af342688867f
MD5 3e5dd6c382c672ee79ab13ca2f85f486
BLAKE2b-256 a8df9f07521b997555e257e77c3c18d5ae3f76422e688c220140b42705c5c1b9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page