Skip to main content

A simple Django app to conduct Web-based crm.

Project description

  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 = ""
  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 crm (you’ll need the Admin app enabled).

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

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-crm-auth-1.4.64.tar.gz (508.6 kB view details)

Uploaded Source

File details

Details for the file bee-django-crm-auth-1.4.64.tar.gz.

File metadata

File hashes

Hashes for bee-django-crm-auth-1.4.64.tar.gz
Algorithm Hash digest
SHA256 78939d46323aa7077b6fb56055bdfb9c91d57c620231442708d22a82a0525c18
MD5 aa49690d8c10c009583c623329713c83
BLAKE2b-256 a09623ec7ec9f4f9aebcce7d4233b05d2d0762fbad4ee13c88be4ec4d9bb6aa9

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