Front-end speculations

This commit is contained in:
2023-02-08 23:36:35 +00:00
parent cba1997180
commit 069609e814
6 changed files with 38 additions and 11 deletions

View File

@@ -78,7 +78,13 @@ See the live report on which urls resolve to which actual folders at <a href="/p
</ul>
<b> * These are essential</b> to make troggle work at all.
<p>You will also need everythingto run Django, as documented in <a href="/handbook/troggle/troglaptop.html">troggle laptop</a> including all the python modules listed there and installed using pip.
<hr />
<p><b>Now, if you don't know</b> your <em>wsgi</em> from your <em>asgi</em>, read <a href=
"https://james.walters.click/what-django-deployment-is-really-about.html">this article
</a> first on how to generically configure a Django server in the simplest possible
way.
<hr />
<p>The server configuration scripts are in the file <var>troggle/debian/serversetup</var> and are also
documented with notes in <var>troggle/README.txt</var>. It is intended that the full documentation will
be copied here in due course.