{% extends "base.html" %} {% block title %}Edit {{ datastore.name }} - Data Stores - PyRunner{% endblock %} {% block content %}
Update the data store name and description
{{ form.name.help_text }}
{{ form.name.errors.0 }}
{{ form.description.help_text }}
{{ form.description.errors.0 }}
Changing the name?
If you change the name, scripts using the old name will fail. Update your scripts to use the new name.