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
commit8f66837f6fb5b74ba3166ae6e31328f8a9e68d96 (patch)
treef5683df0d04d8decad0685198e6e76980e376ef0 /docker
parent670559ec8722d8f2f5c97e93bbed1f610cc67206 (diff)
downloadtroggle-8f66837f6fb5b74ba3166ae6e31328f8a9e68d96.tar.gz
troggle-8f66837f6fb5b74ba3166ae6e31328f8a9e68d96.tar.bz2
troggle-8f66837f6fb5b74ba3166ae6e31328f8a9e68d96.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