Cloud
Cloud-Dienstleistung für schnelle und effektive Analyse und Visualisierung von Daten für Ihr Business ohne eigene Applikationen zu erstellen oder zu programmieren.
from stimulsoft_reports import StiLicense
# From a key file...
StiLicense.setFile(url_for('static', filename='private/stimulsoft.key'))
# ...or from a key string
StiLicense.setKey('6vJhGtLLLz2GNviWmUTrhSqnO...')StiLicense.setFile(path) — load the license from a .key file kept out of the web root.StiLicense.setKey(string) — set the key directly; either removes the trial watermark.