Skip to main content

Cloud Custom Connections

Project description

==================================================
:package: CRM [Package]
==================================================

Cloud Custom Connections

Production Environment.
-----------------------

Production URL:
https://linkfusions.com

Storage Buckets:
* Static files: gs://static.linkfusions.com/

* Media files: gs://media.linkfusions.com/


Testing (dev) Environment, Standalone version:
---------------------------------------

Testing URL:
https://crm.cloudcustomsolutions.io

Storage Buckets:
* Static files: gs://static.crm.cloudcustomsolutions.io/

* Media files: gs://static.crm.cloudcustomsolutions.io

Quickstart
----------

Install ccc::

pip install CCC

Add it to your `INSTALLED_APPS`:

.. code-block:: python

INSTALLED_APPS = (
...
'ccc.apps.CccConfig',
...
)

Add ccc's URL patterns:

.. code-block:: python

from ccc import urls as ccc_urls


urlpatterns = [
...
url(r'^', include(ccc_urls)),
...
]

Features
--------

* TODO

Running Tests
-------------

Does the code actually work?

::

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox




History
-------

0.1.0 (2018-08-10)
++++++++++++++++++

* First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CCC-2.0.1.tar.gz (18.1 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page