Skip to main content
  1. Add “bee_django_user” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'bee_django_user.apps.BeeDjangoUserConfig',
    )
  2. Include the crm URLconf in your project urls.py like this:

    from django.conf.urls import include, url
    ...
    url(r'^user/', include('bee_django_user.urls')),

3.settings.py like this:

USER_TABLE = None
USER_NAME_FIELD = 'first_name'
  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/user/ to participate in the user.

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-user-0.0.96.tar.gz (898.9 kB view details)

Uploaded Source

File details

Details for the file bee-django-user-0.0.96.tar.gz.

File metadata

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

File hashes

Hashes for bee-django-user-0.0.96.tar.gz
Algorithm Hash digest
SHA256 016a67ae6dd3eb56ef1cd6be0ce7828317da72e99c97747c18c6171b643fa54d
MD5 40730cb9e7ccc02db14543bdc509702c
BLAKE2b-256 95a0956ddfa001896eff988fc69aa49744f7812d5098a6bac5e97e455a6d63a9

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page