Metadata-Version: 1.1
Name: django-spa-crm
Version: 1.0.0
Summary: Django SPA CRM
Home-page: http://mattagile.com/
Author: Matt Harasymczuk
Author-email: code@mattagile.com
License: Apache License 2.0
Download-URL: https://github.com/MattAgile/django-spa-crm
Description: Django SPA CRM
        ==============
        
        There are two ways of install
        
        * Vagrant install (recommended)
        * System wide install
        
        
        Vagrant install
        ---------------
        
        * Download and install **[Virtualbox == 4.3](https://www.virtualbox.org/wiki/Downloads)**
        * Download and install **[Vagrant == 1.6](https://www.vagrantup.com/downloads.html)**
        
            vagrant up
        
        * Open your browser at [http://localhost:8000/](http://localhost:8000/)
        
        
        System wide install
        -------------------
        
        * Download and install **[Python == 3.4](https://www.python.org/downloads/)**
        * Adjust `crm/settings.py` and `crm/devsettings.py`
        
            pip install -r conf/requirements.txt
            python manage.py syncdb
            python manage.py collectstatic
            python manage.py test
            python manage.py runserver
        
        * Open your browser at [http://localhost:8000/](http://localhost:8000/)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Natural Language :: Polish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
