Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bee-django-crm

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-crm

A simple Django app to conduct Web-based crm.

  • 1.4.62
  • PyPI
  • Socket score

Maintainers
1

========== crm

Quick start

  1. Add "bee_django_crm" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = ( ... 'bee_django_crm.apps.CrmConfig', )

  2. Include the crm URLconf in your project urls.py like this::

    from django.conf.urls import include, url ... url(r'^crm/', include('bee_django_crm.urls')),

3.settings.py like this::

USER_TABLE = ""

3. Run python manage.py makemigrations,python manage.py migrate to create the crm models.

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

  2. Visit http://127.0.0.1:8000/crm/ to participate in the cc.

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc