summaryrefslogtreecommitdiffstats
path: root/urls.py
Commit message (Collapse)AuthorAgeFilesLines
* Module documentation docstringsPhilip Sargent2020-07-181-8/+17
|
* clean up import statements: more specificPhilip Sargent2020-06-221-9/+8
|
* More security, middleware upgrade, dj-reg.2.5Philip Sargent2020-06-201-4/+8
|
* static files redonePhilip Sargent2020-06-181-27/+24
|
* edit this page workingPhilip Sargent2020-06-181-21/+12
|
* cleaner warnings but site_media still not okPhilip Sargent2020-06-181-2/+2
|
* admin urlsPhilip Sargent2020-06-181-2/+2
|
* New url dispatcher OK 1.9.13Philip Sargent2020-06-171-30/+33
|
* removed jgtfileuploadPhilip Sargent2020-06-161-22/+14
|
* remove Survey & virtual survey wallet - never usedPhilip Sargent2020-06-161-4/+0
|
* Disable TinyMCEPhilip Sargent2020-06-131-2/+2
|
* rearrange for clarityPhilip Sargent2020-06-131-3/+4
|
* Make import robust against duplicate kataster numbersPhilip Sargent2020-06-071-1/+1
|
* attempt to simplify wnt horribly wrongPhilip Sargent2020-06-061-1/+3
|
* Bugfix for capitalised filename extensionsPhilip Sargent2020-06-051-1/+1
|
* removing redundant functionsPhilip Sargent2020-06-041-2/+0
|
* Remove unused Survey objectPhilip Sargent2020-06-041-2/+2
|
* dlete todo page, partly fix other url pagesPhilip Sargent2020-06-041-10/+9
|
* merge exptl & stats, delete millenial & eyecandyPhilip Sargent2020-06-041-24/+8
|
* Change troggle horizontal menu itemsPhilip Sargent2020-06-011-12/+10
|
* Oops. Remove CSV download pagesPhilip Sargent2020-05-311-1/+0
|
* allow STATIC and tinyMCE to work with runserverPhilip Sargent2020-05-301-0/+2
|
* Expunge cavetabPhilip Sargent2020-05-281-1/+0
|
* expung imagekit and clean import listsPhilip Sargent2020-05-281-5/+5
|
* Convert codebase for python3 usagePhilip Sargent2020-05-241-5/+5
|
* Remove PHOTOS_ROOT and DPhoto classPhilip Sargent2020-05-151-4/+5
|
* New troggle report on defined directory pathsPhilip Sargent2020-02-271-0/+1
|
* Updating caves and entrances is no longer nuclear!Sam Wenham2019-04-191-2/+2
| | | | | | | | Big overhaul of people processing, fullname added to the model lastname is now names -1 unless you only have one (yes you Wookey) this allows for Jon Arne Toft and Wookey to live it the same DB names can now have html chars in them, this should be real unicode but that can only happen when we go to Python 3!
* Remove the redundant render_with_context() as django now does this just with theSam Wenham2019-03-301-2/+2
| | | | | render() shortcut Move from mimetype to content_type, missed in last commit
* Fix people listSam Wenham2019-03-091-1/+1
| | | | | | Cope with Jimmy McFoo as a name! Don't set the top expo value in the code whin it is piss easy to calculate Fix typo from last commit
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-0/+2
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-0/+5
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* (no commit message)Rad2019-02-251-2/+1
|
* tab/space fixRad2019-02-251-1/+1
|
* added Rad's playgroundRad2019-02-251-1/+4
|
* Fix survey scansSam Wenham2019-02-241-1/+1
| | | | | Remove the assert for folders in survey wallets, this does mean currently they will be ignored by troggle.
* Make things more compatiable with newer pythonSam Wenham2019-02-241-1/+1
| | | | | | | Fix the expeditions list Improvements to make it compatiable with django 1.8 Bump the years to add 2018 Update the .hgignore file to ignore junk
* Revert urls.py as it contains Django 1.8 upgrade codeSam Wenham2019-02-231-1/+1
|
* Prevent troggle adding the menu if there is one in the fileSam Wenham2019-02-231-1/+1
| | | | | Add a Docker compose file to bring up a dev troggle easily Various PEP improvments