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
@@ -143,6 +143,7 @@ <h3>Tutorials and video<a class="headerlink" href="#tutorials-and-video" title="
143
143
<li><p>the <aclass="reference external" href="https://github.com/jpsteil/southbreeze">South Breeze Enterprises demo app</a> by <aclass="reference external" href="https://github.com/jpsteil">Jim Steil</a>. It is built around
144
144
the structure of the Microsoft Northwind database,
145
145
but converted to SQLite. You can view the final result online <aclass="reference external" href="https://southbreeze.pythonbench.com">here</a></p></li>
146
+
<li><p>the <aclass="reference external" href="https://py4web-tutoriales.blogspot.com">py4web blog in spanish</a> by Alan Etkin, wich covers the basics to start with the framework plus examples. It is thought as a resource for sudents and aims to provide a full web development course</p></li>
146
147
</ul>
147
148
</section>
148
149
<sectionid="the-sources-on-github">
@@ -235,7 +236,7 @@ <h2>How to contribute<a class="headerlink" href="#how-to-contribute" title="Link
235
236
<hr/>
236
237
237
238
<divrole="contentinfo">
238
-
<p>© Copyright 2025, BSDv3 License.</p>
239
+
<p>© Copyright 2020, BSDv3 License.</p>
239
240
</div>
240
241
241
242
Built with <ahref="https://www.sphinx-doc.org/">Sphinx</a> using a
@@ -260,7 +261,7 @@ <h2>How to contribute<a class="headerlink" href="#how-to-contribute" title="Link
attributes of <codeclass="docutils literal notranslate"><spanclass="pre">db.{table}.{field}</span></code> are special objects of class
809
-
<codeclass="docutils literal notranslate"><spanclass="pre">ThreadSafeVariable</span></code> defined the <codeclass="docutils literal notranslate"><spanclass="pre">threadsafevariable</span></code> module. These
810
-
objects are very much like Python thread local objects but they are
811
-
re-initialized at every request using the value specified outside of the
812
-
action. This means that actions can safely change the values of these
813
-
attributes.</p>
807
+
<p>The full list of database field attributes which can be changed safely
808
+
is found here: <aclass="reference internal" href="chapter-07.html#thread-safety-and-field-attributes"><spanclass="std std-ref">Thread safety and Field attributes</span></a></p>
814
809
</section>
815
810
<sectionid="custom-fixtures">
816
811
<h2>Custom fixtures<aclass="headerlink" href="#custom-fixtures" title="Link to this heading"></a></h2>
@@ -1120,7 +1115,7 @@ <h2>Convenience Decorators<a class="headerlink" href="#convenience-decorators" t
1120
1115
<hr/>
1121
1116
1122
1117
<divrole="contentinfo">
1123
-
<p>© Copyright 2025, BSDv3 License.</p>
1118
+
<p>© Copyright 2020, BSDv3 License.</p>
1124
1119
</div>
1125
1120
1126
1121
Built with <ahref="https://www.sphinx-doc.org/">Sphinx</a> using a
@@ -1145,7 +1140,7 @@ <h2>Convenience Decorators<a class="headerlink" href="#convenience-decorators" t
0 commit comments