A simple Django app to conduct Web-based crm.
Project description
Add “bee_django_crm” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'bee_django_crm.apps.CrmConfig', )
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 = ""
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 crm (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/crm/ to participate in the crm.
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-crm-auth-1.4.64.tar.gz
(508.6 kB
view details)
File details
Details for the file bee-django-crm-auth-1.4.64.tar.gz
.
File metadata
- Download URL: bee-django-crm-auth-1.4.64.tar.gz
- Upload date:
- Size: 508.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78939d46323aa7077b6fb56055bdfb9c91d57c620231442708d22a82a0525c18 |
|
MD5 | aa49690d8c10c009583c623329713c83 |
|
BLAKE2b-256 | a09623ec7ec9f4f9aebcce7d4233b05d2d0762fbad4ee13c88be4ec4d9bb6aa9 |