summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Geyso <nico.geyso@fu-berlin.de>2014-12-07 16:02:27 +0100
committerNico Geyso <nico.geyso@fu-berlin.de>2014-12-07 16:02:27 +0100
commitab487c574b6ac405a869528516bed55473e93c5f (patch)
tree51a8de9c4662fa3dcae87765430abeebfe7d89ad
parentc4a267e9cf9073547063d60f7a49b093df0e4570 (diff)
downloadklausuren-ab487c574b6ac405a869528516bed55473e93c5f.tar.gz
klausuren-ab487c574b6ac405a869528516bed55473e93c5f.tar.bz2
klausuren-ab487c574b6ac405a869528516bed55473e93c5f.zip
Restructure project
-rw-r--r--.gitignore1
-rw-r--r--app/__init__.py (renamed from __init__.py)0
-rw-r--r--app/app.py (renamed from app.py)0
-rw-r--r--app/fit.py (renamed from fit.py)0
-rw-r--r--app/static/images/bioinformatik.png (renamed from static/images/bioinformatik.png)bin4976 -> 4976 bytes
-rw-r--r--app/static/images/informatik.png (renamed from static/images/informatik.png)bin562 -> 562 bytes
-rw-r--r--app/static/images/mathematik.png (renamed from static/images/mathematik.png)bin882 -> 882 bytes
-rw-r--r--app/static/jquery-1.8.0.min.js (renamed from static/jquery-1.8.0.min.js)0
-rw-r--r--app/static/style_v3.css (renamed from static/style_v3.css)0
-rw-r--r--app/templates/403.html (renamed from templates/403.html)0
-rw-r--r--app/templates/index.html (renamed from templates/index.html)0
-rw-r--r--app/templates/layout.html (renamed from templates/layout.html)0
-rw-r--r--app/templates/module_list.html (renamed from templates/module_list.html)0
-rw-r--r--app/templates/module_show.html (renamed from templates/module_show.html)0
-rw-r--r--app/templates/upload.html (renamed from templates/upload.html)0
-rw-r--r--scripts/munin.py (renamed from munin.py)0
16 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f9b9086..312b13e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ settings.py
env
log
app.log
+tmp
diff --git a/__init__.py b/app/__init__.py
index e69de29..e69de29 100644
--- a/__init__.py
+++ b/app/__init__.py
diff --git a/app.py b/app/app.py
index 474d0ee..474d0ee 100644
--- a/app.py
+++ b/app/app.py
diff --git a/fit.py b/app/fit.py
index 6fbc13f..6fbc13f 100644
--- a/fit.py
+++ b/app/fit.py
diff --git a/static/images/bioinformatik.png b/app/static/images/bioinformatik.png
index 0c7e740..0c7e740 100644
--- a/static/images/bioinformatik.png
+++ b/app/static/images/bioinformatik.png
Binary files differ
diff --git a/static/images/informatik.png b/app/static/images/informatik.png
index 8c31df8..8c31df8 100644
--- a/static/images/informatik.png
+++ b/app/static/images/informatik.png
Binary files differ
diff --git a/static/images/mathematik.png b/app/static/images/mathematik.png
index 1dd6baf..1dd6baf 100644
--- a/static/images/mathematik.png
+++ b/app/static/images/mathematik.png
Binary files differ
diff --git a/static/jquery-1.8.0.min.js b/app/static/jquery-1.8.0.min.js
index f121291..f121291 100644
--- a/static/jquery-1.8.0.min.js
+++ b/app/static/jquery-1.8.0.min.js
diff --git a/static/style_v3.css b/app/static/style_v3.css
index 3b9bee3..3b9bee3 100644
--- a/static/style_v3.css
+++ b/app/static/style_v3.css
diff --git a/templates/403.html b/app/templates/403.html
index 5f2317f..5f2317f 100644
--- a/templates/403.html
+++ b/app/templates/403.html
diff --git a/templates/index.html b/app/templates/index.html
index 14b7fde..14b7fde 100644
--- a/templates/index.html
+++ b/app/templates/index.html
diff --git a/templates/layout.html b/app/templates/layout.html
index 4de48c8..4de48c8 100644
--- a/templates/layout.html
+++ b/app/templates/layout.html
diff --git a/templates/module_list.html b/app/templates/module_list.html
index 2b36f30..2b36f30 100644
--- a/templates/module_list.html
+++ b/app/templates/module_list.html
diff --git a/templates/module_show.html b/app/templates/module_show.html
index cbaec74..cbaec74 100644
--- a/templates/module_show.html
+++ b/app/templates/module_show.html
diff --git a/templates/upload.html b/app/templates/upload.html
index 8683be0..8683be0 100644
--- a/templates/upload.html
+++ b/app/templates/upload.html
diff --git a/munin.py b/scripts/munin.py
index e50fc2b..e50fc2b 100644
--- a/munin.py
+++ b/scripts/munin.py