2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-21 14:51:51 +00:00

dj.-reg. 2.5.2 all tested.

This commit is contained in:
Philip Sargent 2020-06-20 23:26:50 +01:00
parent f3232cc5df
commit 7b260006bf
6 changed files with 10 additions and 9 deletions

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.29 on 2020-06-20 21:27
# Generated by Django 1.11.29 on 2020-06-20 22:09
from __future__ import unicode_literals
from django.conf import settings

View File

@ -4,7 +4,7 @@
from collections import Counter, Iterator, Mapping, OrderedDict
/mnt/d/CUCC-Expo/t37/lib/python3.7/site-packages/django/core/paginator.py:126: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
class Page(collections.Sequence):
/mnt/d/CUCC-Expo/t37/lib/python3.7/site-packages/registration/auth_urls_classes.py:19: DeprecationWarning:
/mnt/d/CUCC-Expo/t37/lib/python3.7/site-packages/registration/auth_urls_classes.py:20: DeprecationWarning:
include('registration.auth_urls') is deprecated and will be
removed in django-registration 3.0. Use
include('django.contrib.auth.urls') instead.

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.29 on 2020-06-20 21:27
# Generated by Django 1.11.29 on 2020-06-20 22:09
from __future__ import unicode_literals
from django.db import migrations, models

View File

@ -28,18 +28,18 @@
69 ./urls.py
73 ./localsettings.py
73 ./localsettingsWSL.py
86 ./settings.py
85 ./settings.py
92 ./core/views_statistics.py
97 ./core/forms.py
97 ./core/view_surveys.py
98 ./core/admin.py
99 ./parsers/QMs.py
102 ./parsers/people.py
104 ./core/view_surveys.py
124 ./core/templatetags/wiki_markup.py
135 ./utils.py
150 ./parsers/surveys.py
160 ./core/models_survex.py
162 ./flatpages/views.py
164 ./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
5966
5960

View File

@ -1,6 +1,6 @@
confusable-homoglyphs==3.2.0
Django==1.11.29
django-registration==2.5
django-registration==2.5.2
Pillow==7.1.2
pytz==2020.1
six==1.15.0

View File

@ -3,7 +3,8 @@ System check identified some issues:
WARNINGS:
?: (security.W004) You have not set a value for the SECURE_HSTS_SECONDS setting. If your entire site is served only over SSL, you may want to consider setting a value and enabling HTTP Strict Transport Security. Be sure to read the documentation first; enabling HSTS carelessly can cause serious, irreversible problems.
?: (security.W008) Your SECURE_SSL_REDIRECT setting is not set to True. Unless your site should be available over both SSL and non-SSL connections, you may want to either set this setting True or configure a load balancer or reverse-proxy server to redirect all connections to HTTPS.
?: (security.W012) SESSION_COOKIE_SECURE is not set to True. Using a secure-only session cookie makes it more difficult for network traffic sniffers to hijack user sessions.
?: (security.W018) You should not have DEBUG set to True in deployment.
?: (security.W019) You have 'django.middleware.clickjacking.XFrameOptionsMiddleware' in your MIDDLEWARE_CLASSES, but X_FRAME_OPTIONS is not set to 'DENY'. The default is 'SAMEORIGIN', but unless there is a good reason for your site to serve other parts of itself in a frame, you should change it to 'DENY'.
System check identified 4 issues (0 silenced).
System check identified 5 issues (0 silenced).