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

    INSTALLED_APPS = (
        ...
        'bee_django_message.apps.BeeDjangoMessageConfig',
    )
  2. Include the crm URLconf in your project urls.py like this:

    from django.conf.urls import include, url
    ...
    url(r'^message/', include('bee_django_message.urls', namespace='bee_django_message')),

3.settings.py like this:

MESSAGE_USER_TABLE = None  # 用户表
MESSAGE_USER_NAME_FIELD = 'first_name'  # 用户表的姓名字段名
  1. Run python manage.py makemigrations,`python manage.py migrate` to create the crm models.

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

  3. Visit http://127.0.0.1:8000/message/ to participate in the message.

Release files for bee-django-track 0.0.10

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for bee-django-track 0.0.10
File Size Uploaded
bee-django-track-0.0.10.tar.gz 419.9 kB Details

Release files / bee-django-track-0.0.10.tar.gz

Download URL bee-django-track-0.0.10.tar.gz
Size 419.9 kB
Tags Source
SHA-256 checksum
How to use checksums
56dcfa192e1666ce535a3e3d33beccc667866fae08206768cdede0e7a97054c1
BLAKE2b-256 checksum
How to use checksums
f857416903822eb504a53386435dfa62b8c2ce5cc8a4f2835cd26146d0988733
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via Python-urllib/2.7

Release history Release notifications | RSS feed

This release

0.0.10 This release

1 release file

0.0.9

1 release file

0.0.8

1 release file

0.0.7

1 release file

0.0.6

1 release file

0.0.5

1 release file

0.0.4

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page