summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2016-04-16 17:09:01 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2016-04-16 17:09:01 (GMT)
commitfa75617ab820bf23fecec6c038cc9b747a70ba4b (patch)
treed25b64bb1c1e23869a42acbabde7bd54be67fe84
parentf49a48b8e1d891d0591473285f13e307dbc6fb9d (diff)
updated requiremets and TODO list
-rw-r--r--TODO0
-rw-r--r--TODO.md5
-rw-r--r--requirements.txt8
3 files changed, 9 insertions, 4 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index e69de29..0000000
--- a/TODO
+++ /dev/null
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..76dc0b7
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,5 @@
+- [ ] list notes of predecessor, if available, on show detail page
+- [ ] list notes of successor, if available to show detail page
+- [ ] add management command to automatically renew program slots
+- [ ] add jingle field (File) to Show model
+- [ ] customize the admin interface for program slot
diff --git a/requirements.txt b/requirements.txt
index 22470f4..9b82779 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
-Django==1.8.8
+Django==1.8.12
MySQL-python==1.2.5
-Pillow==3.0.0
+Pillow==3.2.0
PyYAML==3.11
-django-tinymce==2.0.6
-python-dateutil==2.4.2
+django-tinymce==2.3.0
+python-dateutil==2.5.2