django-patron 0.0.1
Latest version
Released:
A social Django CRM
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT License)
- Author: Elwin Arens
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
A social CRM
Quick start
Add “patron” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'patron', ]
Include the patron URLconf in your project urls.py like this:
url(r'^crm/', include('patron.urls')),
Run python manage.py migrate to create the patron models.
Start the development server
Visit http://127.0.0.1:8000/crm/ to participate.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT License)
- Author: Elwin Arens
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
- Topic