2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

cosmetic and moving a funciton

This commit is contained in:
Philip Sargent 2020-06-23 22:44:06 +01:00
parent 674cea629d
commit 2e7cf188af
3 changed files with 3 additions and 11 deletions

View File

@ -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, 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/ 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 Troggle setup
============= =============
1. git clone troggle into correct directory structure 1. git clone troggle into correct directory structure
@ -84,7 +76,7 @@ $ sudo pip3 install -r requirements.txt
where requirementsworks1.8.19.txt is: where requirementsworks1.8.19.txt is:
Django==1.8.19 Django==1.8.19
django-extensions==2.2.9 django-extensions==2.2.9
django-registration==2.0 django-registration==2.4
Pillow==7.1.2 Pillow==7.1.2
six==1.15.0 six==1.15.0
sqlparse==0.3.1 sqlparse==0.3.1

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- 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 __future__ import unicode_literals
from django.conf import settings from django.conf import settings

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- 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 __future__ import unicode_literals
from django.db import migrations, models from django.db import migrations, models