Add “bee_django_user” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'bee_django_user.apps.BeeDjangoUserConfig', )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'
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/user/ to participate in the user.
Release files for bee-django-user 0.0.96
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bee-django-user-0.0.96.tar.gz | 898.9 kB | Details |
Release files / bee-django-user-0.0.96.tar.gz
| Download URL | bee-django-user-0.0.96.tar.gz |
|---|---|
| Size | 898.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
016a67ae6dd3eb56ef1cd6be0ce7828317da72e99c97747c18c6171b643fa54d
|
|
BLAKE2b-256 checksum How to use checksums |
95a0956ddfa001896eff988fc69aa49744f7812d5098a6bac5e97e455a6d63a9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|