🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

bee-django-coin

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bee-django-coin

A simple Django app to conduct Web-based message.

0.1.48
PyPI
Maintainers
1

=============== message

Quick start

  • 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'

3. 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.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts