diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-06-20 23:08:34 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-06-20 23:08:34 +0100 |
commit | f3232cc5df9e28a7c13920c2198745afbb3cb944 (patch) | |
tree | 4e0bdc1beedbacdb7da21f76315801328457bff6 /lines-of-python.txt | |
parent | 477a289c2e413af2606c1095d4cb43dbb91c916e (diff) | |
download | troggle-f3232cc5df9e28a7c13920c2198745afbb3cb944.tar.gz troggle-f3232cc5df9e28a7c13920c2198745afbb3cb944.tar.bz2 troggle-f3232cc5df9e28a7c13920c2198745afbb3cb944.zip |
More security, middleware upgrade, dj-reg.2.5
Diffstat (limited to 'lines-of-python.txt')
-rw-r--r-- | lines-of-python.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lines-of-python.txt b/lines-of-python.txt index 897701f..984dc73 100644 --- a/lines-of-python.txt +++ b/lines-of-python.txt @@ -20,26 +20,26 @@ 41 ./localsettingspotatohut.py 41 ./middleware.py 44 ./dump.py -47 ./reset-django.py 48 ./core/templatetags/survex_markup.py 49 ./parsers/subcaves.py +52 ./reset-django.py 63 ./logbooksdump.py 69 ./core/TESTS/tests.py -70 ./urls.py +69 ./urls.py 73 ./localsettings.py 73 ./localsettingsWSL.py -81 ./settings.py +86 ./settings.py 92 ./core/views_statistics.py 97 ./core/forms.py 98 ./core/admin.py 99 ./parsers/QMs.py 102 ./parsers/people.py -103 ./core/view_surveys.py +104 ./core/view_surveys.py 124 ./core/templatetags/wiki_markup.py 135 ./utils.py 150 ./parsers/surveys.py -156 ./flatpages/views.py 160 ./core/models_survex.py +162 ./flatpages/views.py 164 ./modelviz.py 167 ./core/models.py 175 ./core/views_other.py @@ -52,4 +52,4 @@ 431 ./parsers/survex.py 450 ./core/models_caves.py 515 ./parsers/logbooks.py -5950 +5966 |