{% extends "base.html" %} {% block title %}Create Data Store - PyRunner{% endblock %} {% block content %}
Create a new key-value store for your scripts
{{ form.name.help_text }}
{{ form.name.errors.0 }}
{{ form.description.help_text }}
{{ form.description.errors.0 }}
How it works
DataStore("name")