summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorSam Wenham <sam@wenhams.co.uk>2019-02-24 13:03:34 +0000
committerSam Wenham <sam@wenhams.co.uk>2019-02-24 13:03:34 +0000
commit4ad5b684333bfb995160cd6bf00308d9f3839d4a (patch)
treef5683df0d04d8decad0685198e6e76980e376ef0 /docker
parent552730f0a38f474a181f2e1550589a4823667f3c (diff)
downloadtroggle-4ad5b684333bfb995160cd6bf00308d9f3839d4a.tar.gz
troggle-4ad5b684333bfb995160cd6bf00308d9f3839d4a.tar.bz2
troggle-4ad5b684333bfb995160cd6bf00308d9f3839d4a.zip
Make things more compatiable with newer python
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
Diffstat (limited to 'docker')
-rw-r--r--docker/requirements.txt.dj-1.7.118
-rw-r--r--docker/requirements.txt.dj-1.8.197
2 files changed, 15 insertions, 0 deletions
diff --git a/docker/requirements.txt.dj-1.7.11 b/docker/requirements.txt.dj-1.7.11
new file mode 100644
index 0000000..ae0a7ad
--- /dev/null
+++ b/docker/requirements.txt.dj-1.7.11
@@ -0,0 +1,8 @@
+Django==1.7.11
+django-registration==2.1.2
+mysql
+#imagekit
+django-imagekit
+Image
+django-tinymce==2.7.0
+smartencoding
diff --git a/docker/requirements.txt.dj-1.8.19 b/docker/requirements.txt.dj-1.8.19
new file mode 100644
index 0000000..42c3640
--- /dev/null
+++ b/docker/requirements.txt.dj-1.8.19
@@ -0,0 +1,7 @@
+Django==1.8.19
+django-registration==2.1.2
+mysql
+imagekit
+Image
+django-tinymce==2.7.0
+smartencoding