Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
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.