You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,7 +71,7 @@ The ``django_plotly_dash`` application defines a ``DashApp`` model. This represe
36
71
Add values from the underlying dash layout configuration
37
72
'''
38
73
39
-
The ``app_name``corresponds to an application registered through the instantiation of a ``DjangoDash``object. The ``slug`` field provides a unique identifier
74
+
The ``stateless_app``references an instance of the ``StatelessApp``model described above. The ``slug`` field provides a unique identifier
40
75
that is used in URLs to identify the instance of an application, and also its associated server-side state.
41
76
42
77
The persisted state of the instance is contained, serialised as JSON, in the ``base_state`` variable. This is an arbitrary subset of the internal state of the
0 commit comments