Updating troggle docum. links in handbook

This commit is contained in:
Philip Sargent
2020-07-31 23:20:20 +01:00
parent c5dde279d8
commit e417d28272
12 changed files with 49 additions and 40 deletions

View File

@@ -26,7 +26,8 @@
<p> The second, the django administration user, is part of the core django Users/Groups system'<a href="https://docs.djangoproject.com/en/1.11/ref/contrib/auth/">django.contrib.auth</a>'.
<h2>Why this is how it is</h2>
<p>The original design of Troggle envisaged that expo cavers would have their own individual logins and manage their own accounts, which is what 'django-registration' is designed for. It easily handles the hundreds of accounts which would be necessary. (See "<a href="/expofiles/documents/troggle/troggle_paper.pdf" download>Troggle: a novel system for cave exploration information management</a>", by Aaron Curtis)
<p>The original design of Troggle envisaged that expo cavers would have their own individual logins and manage their own accounts, which is what 'django-registration' is designed for. It easily handles the hundreds of accounts which would be necessary. (See "<a href="/expofiles/documents/troggle/troggle2020.pdf" download>
Troggle: a revised system for cave data management</a>")
<p>The django administrator account is built-in by default and created when the database is initiated.