Skip to main content

A Django App to use a simple load curve store

Project description

HoLcStore is a Django app for creating a simple TimeSeries store in your database.

Quick start

  1. Add “holcstore” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...,
        "holcstore",
    ]
  2. Start using the abstract model Store by importing it

    from store.models import Store
    
    class YourStore(Store):
        # add new fields
    
        class Meta(Store.Meta):
            abstract = False
            # add your meta

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

holcstore-0.1.2.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

holcstore-0.1.2-py3-none-any.whl (10.2 kB view hashes)

Uploaded Python 3

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