A simple Django app to conduct Web-based message.
Project description
Add “message” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'bee_django_coin.apps.BeeDjangoCoinConfig', )
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'
Run python manage.py makemigrations,`python manage.py migrate` to create the crm 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/message/ to participate in the message.
Project details
Release history Release notifications | RSS feed
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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0afb1886948e97b3dfab26c3c30e5eacfaf6c35a31731eb536c1e7cc0b3c35d7 |
|
MD5 | 376102cb96f018da9136efe782de16dc |
|
BLAKE2b-256 | d7de1454705d2a0a7ae4111463faa728682391f0c7a7e49a18fba86ca495eaaf |