A simple Django app to conduct Web-based message.
Project description
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.
Project details
Release history Release notifications | RSS feed
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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 |
016a67ae6dd3eb56ef1cd6be0ce7828317da72e99c97747c18c6171b643fa54d
|
|
MD5 |
40730cb9e7ccc02db14543bdc509702c
|
|
BLAKE2b-256 |
95a0956ddfa001896eff988fc69aa49744f7812d5098a6bac5e97e455a6d63a9
|