From 2e7cf188af829312dc73e598e558d550eb47604d Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 23 Jun 2020 22:44:06 +0100 Subject: [PATCH] cosmetic and moving a funciton --- README.txt | 10 +--------- core/migrations/0001_initial.py | 2 +- flatpages/migrations/0001_initial.py | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/README.txt b/README.txt index 4a2f86c..4de6a87 100644 --- a/README.txt +++ b/README.txt @@ -6,14 +6,6 @@ Troggle has been forked into two projects. The original one is maintained by Aro and is used for Erebus caves. The CUCC variant uses files as the definitive data, not the database and lives at http://expo.survex.com/repositories/troggle/.git/ -#----------------------------------------------------------------- -# THINK before you push a file to the repo -# - Are there PASSWORDS in it ? -# - have you checked that this file is in .gitignore ? -# - have you run pre-push.sh to copy files and remove passwords? -# - we don't want to have to change the expo system password ! -#----------------------------------------------------------------- - Troggle setup ============= 1. git clone troggle into correct directory structure @@ -84,7 +76,7 @@ $ sudo pip3 install -r requirements.txt where requirementsworks1.8.19.txt is: Django==1.8.19 django-extensions==2.2.9 -django-registration==2.0 +django-registration==2.4 Pillow==7.1.2 six==1.15.0 sqlparse==0.3.1 diff --git a/core/migrations/0001_initial.py b/core/migrations/0001_initial.py index 611ba94..cbcb4a7 100644 --- a/core/migrations/0001_initial.py +++ b/core/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Generated by Django 1.11.29 on 2020-06-20 22:09 +# Generated by Django 1.11.29 on 2020-06-23 18:44 from __future__ import unicode_literals from django.conf import settings diff --git a/flatpages/migrations/0001_initial.py b/flatpages/migrations/0001_initial.py index e2034fe..81259b8 100644 --- a/flatpages/migrations/0001_initial.py +++ b/flatpages/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Generated by Django 1.11.29 on 2020-06-20 22:09 +# Generated by Django 1.11.29 on 2020-06-23 18:44 from __future__ import unicode_literals from django.db import migrations, models