aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/main/info/help.py (follow)
Commit message (Collapse)AuthorAgeLines
* Initial project layout for djangoGravatar Gareth Coles2018-08-07-7/+0
|
* Add TemplateView class for views that only render a templateGravatar Gareth Coles2018-05-15-5/+3
|
* Declaring the encoding to be utf-8 is not necessary in Python3 projects, as ↵Gravatar Leon Sandøy2018-04-27-1/+0
| | | | this is the default encoding. Encoding declarations are only useful in py3 if you want to declare it to be something _other_ than utf-8. This was, however, a very useful convention in py2. (#56)
* Fix up route namesGravatar Gareth Coles2018-03-29-1/+1
|
* Move `/help` to `/info/help`Gravatar Gareth Coles2018-02-27-0/+10