From f2728c1f946f337ed79d36447e9e0d92015009e3 Mon Sep 17 00:00:00 2001
From: Jake Atwell Initial State
representation of that app along with its initial state.
- Each time this page is reloaded, the application will revert to its stored intial state. This initial + Each time this page is reloaded, the application will revert to its stored initial state. This initial state is persisted in a standard Django model.
- It is also possible to specify intial arguments in the template. These override the values specifed in + It is also possible to specify initial arguments in the template. These override the values specifed in the code defining the app, and also take priority over any stored state.