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

0.0.98

1 file

0.0.97

1 file

This release

0.0.96 This release

1 file

0.0.95

1 file

0.0.94

1 file

0.0.93

1 file

0.0.92

1 file

0.0.91

1 file

0.0.90

1 file

0.0.89

1 file

0.0.87

1 file

0.0.86

1 file

0.0.85

1 file

0.0.83

1 file

0.0.82

1 file

0.0.81

1 file

0.0.80

1 file

0.0.78

1 file

0.0.77

1 file

0.0.76

1 file

0.0.75

1 file

0.0.74

1 file

0.0.73

1 file

0.0.72

1 file

0.0.71

1 file

0.0.70

1 file

0.0.69

1 file

0.0.68

1 file

0.0.66

1 file

0.0.65

1 file

0.0.64

1 file

0.0.63

1 file

0.0.61

1 file

0.0.60

1 file

0.0.59

1 file

0.0.58

1 file

0.0.57

1 file

0.0.56

1 file

0.0.55

1 file

0.0.54

1 file

0.0.53

1 file

0.0.52

1 file

0.0.51

1 file

0.0.50

1 file

0.0.49

1 file

0.0.48

1 file

0.0.47

1 file

0.0.46

1 file

0.0.45

1 file

0.0.43

1 file

0.0.42

1 file

0.0.41

1 file

0.0.39

1 file

0.0.38

1 file

0.0.37

1 file

0.0.36

1 file

0.0.34

1 file

0.0.33

1 file

0.0.32

1 file

0.0.31

1 file

0.0.30

1 file

0.0.29

1 file

0.0.28

1 file

0.0.25

1 file

0.0.24

1 file

0.0.23

1 file

0.0.22

1 file

0.0.20

1 file

0.0.19

1 file

0.0.18

1 file

0.0.17

1 file

0.0.16

1 file

0.0.15

1 file

0.0.14

1 file

0.0.13

1 file

0.0.12

1 file

0.0.11

1 file

0.0.10

1 file

0.0.9

1 file

0.0.8

1 file

0.0.7

1 file

0.0.6

1 file

0.0.5

1 file

0.0.4

1 file

0.0.3

1 file

0.0.2

1 file

0.0.1

1 file

Supported by

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