Skip to main content

A simple Django app to conduct Web-based message.

Project description

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

    INSTALLED_APPS = (
        ...
        'bee_django_coin.apps.BeeDjangoCoinConfig',
    )
  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:

USER_TABLE = None
USER_NAME_FIELD = 'first_name'
COIN_DEFAULT_NAME = 'system'
COIN_NAME = 'M'
  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.

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-coin-0.1.48.tar.gz (363.3 kB view details)

Uploaded Source

File details

Details for the file bee-django-coin-0.1.48.tar.gz.

File metadata

  • Download URL: bee-django-coin-0.1.48.tar.gz
  • Upload date:
  • Size: 363.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for bee-django-coin-0.1.48.tar.gz
Algorithm Hash digest
SHA256 0afb1886948e97b3dfab26c3c30e5eacfaf6c35a31731eb536c1e7cc0b3c35d7
MD5 376102cb96f018da9136efe782de16dc
BLAKE2b-256 d7de1454705d2a0a7ae4111463faa728682391f0c7a7e49a18fba86ca495eaaf

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