=============
Django Patron
=============
A social CRM
Quick start
-----------
1. Add "patron" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'patron',
]
2. Include the patron URLconf in your project urls.py like this::
url(r'^crm/', include('patron.urls')),
3. Run `python manage.py migrate` to create the patron models.
4. Start the development server
5. Visit http://127.0.0.1:8000/crm/ to participate.
Raw data
{
"_id": null,
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"cheesecake_code_kwalitee_id": null,
"keywords": null,
"author": "Elwin Arens",
"home_page": "https://www.github.com/millers7/django-patron",
"download_url": "UNKNOWN",
"platform": "UNKNOWN",
"version": "0.0.1",
"cheesecake_documentation_id": null,
"description": "=============\nDjango Patron\n=============\n\nA social CRM\n\nQuick start\n-----------\n\n1. Add \"patron\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'patron',\n ]\n\n2. Include the patron URLconf in your project urls.py like this::\n\n url(r'^crm/', include('patron.urls')),\n\n3. Run `python manage.py migrate` to create the patron models.\n\n4. Start the development server\n\n5. Visit http://127.0.0.1:8000/crm/ to participate.",
"lcname": "django-patron",
"name": "django-patron",
"github": false,
"bugtrack_url": null,
"license": "MIT License",
"summary": "A social Django CRM",
"split_keywords": [],
"author_email": "elwin@millers7.com",
"urls": [],
"cheesecake_installability_id": null
}