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 details)

Uploaded Source

File details

Details for the file CCC-2.0.1.tar.gz.

File metadata

  • Download URL: CCC-2.0.1.tar.gz
  • Upload date:
  • Size: 18.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.6

File hashes

Hashes for CCC-2.0.1.tar.gz
Algorithm Hash digest
SHA256 3f769ebf50de29eada9eb919f2431426484a40f5c67b6908bb38935b1b319262
MD5 dfa652442a28b2b0ed83f8232cf4bb36
BLAKE2b-256 dba8caa2febfe41b7cecb7cbbe9a4dc9691866d761639278ca0d84bb6806885f

See more details on using hashes here.

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