From 2e6bd710731b4ee33d41b12a69de273b69dc009b Mon Sep 17 00:00:00 2001
From: Evarin <champrobin@hotmail.com>
Date: Tue, 4 Apr 2017 00:19:32 +0200
Subject: [PATCH] Archiving old stuff

---
 {experiENS => old/experiENS}/__init__.py            |   0
 {experiENS => old/experiENS}/settings.py            |   0
 {experiENS => old/experiENS}/urls.py                |   0
 {experiENS => old/experiENS}/wsgi.py                |   0
 {monstage => old/monstage}/__init__.py              |   0
 {monstage => old/monstage}/admin.py                 |   0
 {monstage => old/monstage}/listepays.py             |   0
 .../monstage}/migrations/0001_initial.py            |   0
 .../monstage}/migrations/0002_auto_20150612_2003.py |   0
 .../monstage}/migrations/0003_auto_20150613_1930.py |   0
 .../monstage}/migrations/0004_auto_20150614_1517.py |   0
 .../monstage}/migrations/0005_stage_thematiques.py  |   0
 {monstage => old/monstage}/migrations/__init__.py   |   0
 {monstage => old/monstage}/models.py                |   0
 {monstage => old/monstage}/static/home1.jpg         | Bin
 {monstage => old/monstage}/static/home2.jpg         | Bin
 {monstage => old/monstage}/static/index.css         |   0
 .../monstage}/static/script/jquery-1.11.1.min.js    |   0
 .../static/script/jquery.geocomplete.min.js         |   0
 {monstage => old/monstage}/static/style.css         |   0
 .../monstage}/templates/monstage/forbidden.html     |   0
 .../monstage}/templates/monstage/home.html          |   0
 .../monstage}/templates/monstage/index.html         |   0
 .../monstage}/templates/monstage/lieux_proches.json |   0
 .../monstage}/templates/monstage/profil.html        |   0
 .../monstage}/templates/monstage/profil_edit.html   |   0
 .../monstage}/templates/monstage/search.html        |   0
 .../monstage}/templates/monstage/stage.html         |   0
 .../monstage}/templates/monstage/stage_add.html     |   0
 .../monstage}/templates/monstage/stage_edit.html    |   0
 .../templates/monstage/stage_edit_desc.html         |   0
 .../templates/monstage/stage_edit_feedback.html     |   0
 .../templates/monstage/stage_edit_lieu.html         |   0
 {monstage => old/monstage}/templates/skeleton.html  |   0
 {monstage => old/monstage}/tests.py                 |   0
 {monstage => old/monstage}/urls.py                  |   0
 {monstage => old/monstage}/views.py                 |   0
 37 files changed, 0 insertions(+), 0 deletions(-)
 rename {experiENS => old/experiENS}/__init__.py (100%)
 rename {experiENS => old/experiENS}/settings.py (100%)
 rename {experiENS => old/experiENS}/urls.py (100%)
 rename {experiENS => old/experiENS}/wsgi.py (100%)
 rename {monstage => old/monstage}/__init__.py (100%)
 rename {monstage => old/monstage}/admin.py (100%)
 rename {monstage => old/monstage}/listepays.py (100%)
 rename {monstage => old/monstage}/migrations/0001_initial.py (100%)
 rename {monstage => old/monstage}/migrations/0002_auto_20150612_2003.py (100%)
 rename {monstage => old/monstage}/migrations/0003_auto_20150613_1930.py (100%)
 rename {monstage => old/monstage}/migrations/0004_auto_20150614_1517.py (100%)
 rename {monstage => old/monstage}/migrations/0005_stage_thematiques.py (100%)
 rename {monstage => old/monstage}/migrations/__init__.py (100%)
 rename {monstage => old/monstage}/models.py (100%)
 rename {monstage => old/monstage}/static/home1.jpg (100%)
 rename {monstage => old/monstage}/static/home2.jpg (100%)
 rename {monstage => old/monstage}/static/index.css (100%)
 rename {monstage => old/monstage}/static/script/jquery-1.11.1.min.js (100%)
 rename {monstage => old/monstage}/static/script/jquery.geocomplete.min.js (100%)
 rename {monstage => old/monstage}/static/style.css (100%)
 rename {monstage => old/monstage}/templates/monstage/forbidden.html (100%)
 rename {monstage => old/monstage}/templates/monstage/home.html (100%)
 rename {monstage => old/monstage}/templates/monstage/index.html (100%)
 rename {monstage => old/monstage}/templates/monstage/lieux_proches.json (100%)
 rename {monstage => old/monstage}/templates/monstage/profil.html (100%)
 rename {monstage => old/monstage}/templates/monstage/profil_edit.html (100%)
 rename {monstage => old/monstage}/templates/monstage/search.html (100%)
 rename {monstage => old/monstage}/templates/monstage/stage.html (100%)
 rename {monstage => old/monstage}/templates/monstage/stage_add.html (100%)
 rename {monstage => old/monstage}/templates/monstage/stage_edit.html (100%)
 rename {monstage => old/monstage}/templates/monstage/stage_edit_desc.html (100%)
 rename {monstage => old/monstage}/templates/monstage/stage_edit_feedback.html (100%)
 rename {monstage => old/monstage}/templates/monstage/stage_edit_lieu.html (100%)
 rename {monstage => old/monstage}/templates/skeleton.html (100%)
 rename {monstage => old/monstage}/tests.py (100%)
 rename {monstage => old/monstage}/urls.py (100%)
 rename {monstage => old/monstage}/views.py (100%)

diff --git a/experiENS/__init__.py b/old/experiENS/__init__.py
similarity index 100%
rename from experiENS/__init__.py
rename to old/experiENS/__init__.py
diff --git a/experiENS/settings.py b/old/experiENS/settings.py
similarity index 100%
rename from experiENS/settings.py
rename to old/experiENS/settings.py
diff --git a/experiENS/urls.py b/old/experiENS/urls.py
similarity index 100%
rename from experiENS/urls.py
rename to old/experiENS/urls.py
diff --git a/experiENS/wsgi.py b/old/experiENS/wsgi.py
similarity index 100%
rename from experiENS/wsgi.py
rename to old/experiENS/wsgi.py
diff --git a/monstage/__init__.py b/old/monstage/__init__.py
similarity index 100%
rename from monstage/__init__.py
rename to old/monstage/__init__.py
diff --git a/monstage/admin.py b/old/monstage/admin.py
similarity index 100%
rename from monstage/admin.py
rename to old/monstage/admin.py
diff --git a/monstage/listepays.py b/old/monstage/listepays.py
similarity index 100%
rename from monstage/listepays.py
rename to old/monstage/listepays.py
diff --git a/monstage/migrations/0001_initial.py b/old/monstage/migrations/0001_initial.py
similarity index 100%
rename from monstage/migrations/0001_initial.py
rename to old/monstage/migrations/0001_initial.py
diff --git a/monstage/migrations/0002_auto_20150612_2003.py b/old/monstage/migrations/0002_auto_20150612_2003.py
similarity index 100%
rename from monstage/migrations/0002_auto_20150612_2003.py
rename to old/monstage/migrations/0002_auto_20150612_2003.py
diff --git a/monstage/migrations/0003_auto_20150613_1930.py b/old/monstage/migrations/0003_auto_20150613_1930.py
similarity index 100%
rename from monstage/migrations/0003_auto_20150613_1930.py
rename to old/monstage/migrations/0003_auto_20150613_1930.py
diff --git a/monstage/migrations/0004_auto_20150614_1517.py b/old/monstage/migrations/0004_auto_20150614_1517.py
similarity index 100%
rename from monstage/migrations/0004_auto_20150614_1517.py
rename to old/monstage/migrations/0004_auto_20150614_1517.py
diff --git a/monstage/migrations/0005_stage_thematiques.py b/old/monstage/migrations/0005_stage_thematiques.py
similarity index 100%
rename from monstage/migrations/0005_stage_thematiques.py
rename to old/monstage/migrations/0005_stage_thematiques.py
diff --git a/monstage/migrations/__init__.py b/old/monstage/migrations/__init__.py
similarity index 100%
rename from monstage/migrations/__init__.py
rename to old/monstage/migrations/__init__.py
diff --git a/monstage/models.py b/old/monstage/models.py
similarity index 100%
rename from monstage/models.py
rename to old/monstage/models.py
diff --git a/monstage/static/home1.jpg b/old/monstage/static/home1.jpg
similarity index 100%
rename from monstage/static/home1.jpg
rename to old/monstage/static/home1.jpg
diff --git a/monstage/static/home2.jpg b/old/monstage/static/home2.jpg
similarity index 100%
rename from monstage/static/home2.jpg
rename to old/monstage/static/home2.jpg
diff --git a/monstage/static/index.css b/old/monstage/static/index.css
similarity index 100%
rename from monstage/static/index.css
rename to old/monstage/static/index.css
diff --git a/monstage/static/script/jquery-1.11.1.min.js b/old/monstage/static/script/jquery-1.11.1.min.js
similarity index 100%
rename from monstage/static/script/jquery-1.11.1.min.js
rename to old/monstage/static/script/jquery-1.11.1.min.js
diff --git a/monstage/static/script/jquery.geocomplete.min.js b/old/monstage/static/script/jquery.geocomplete.min.js
similarity index 100%
rename from monstage/static/script/jquery.geocomplete.min.js
rename to old/monstage/static/script/jquery.geocomplete.min.js
diff --git a/monstage/static/style.css b/old/monstage/static/style.css
similarity index 100%
rename from monstage/static/style.css
rename to old/monstage/static/style.css
diff --git a/monstage/templates/monstage/forbidden.html b/old/monstage/templates/monstage/forbidden.html
similarity index 100%
rename from monstage/templates/monstage/forbidden.html
rename to old/monstage/templates/monstage/forbidden.html
diff --git a/monstage/templates/monstage/home.html b/old/monstage/templates/monstage/home.html
similarity index 100%
rename from monstage/templates/monstage/home.html
rename to old/monstage/templates/monstage/home.html
diff --git a/monstage/templates/monstage/index.html b/old/monstage/templates/monstage/index.html
similarity index 100%
rename from monstage/templates/monstage/index.html
rename to old/monstage/templates/monstage/index.html
diff --git a/monstage/templates/monstage/lieux_proches.json b/old/monstage/templates/monstage/lieux_proches.json
similarity index 100%
rename from monstage/templates/monstage/lieux_proches.json
rename to old/monstage/templates/monstage/lieux_proches.json
diff --git a/monstage/templates/monstage/profil.html b/old/monstage/templates/monstage/profil.html
similarity index 100%
rename from monstage/templates/monstage/profil.html
rename to old/monstage/templates/monstage/profil.html
diff --git a/monstage/templates/monstage/profil_edit.html b/old/monstage/templates/monstage/profil_edit.html
similarity index 100%
rename from monstage/templates/monstage/profil_edit.html
rename to old/monstage/templates/monstage/profil_edit.html
diff --git a/monstage/templates/monstage/search.html b/old/monstage/templates/monstage/search.html
similarity index 100%
rename from monstage/templates/monstage/search.html
rename to old/monstage/templates/monstage/search.html
diff --git a/monstage/templates/monstage/stage.html b/old/monstage/templates/monstage/stage.html
similarity index 100%
rename from monstage/templates/monstage/stage.html
rename to old/monstage/templates/monstage/stage.html
diff --git a/monstage/templates/monstage/stage_add.html b/old/monstage/templates/monstage/stage_add.html
similarity index 100%
rename from monstage/templates/monstage/stage_add.html
rename to old/monstage/templates/monstage/stage_add.html
diff --git a/monstage/templates/monstage/stage_edit.html b/old/monstage/templates/monstage/stage_edit.html
similarity index 100%
rename from monstage/templates/monstage/stage_edit.html
rename to old/monstage/templates/monstage/stage_edit.html
diff --git a/monstage/templates/monstage/stage_edit_desc.html b/old/monstage/templates/monstage/stage_edit_desc.html
similarity index 100%
rename from monstage/templates/monstage/stage_edit_desc.html
rename to old/monstage/templates/monstage/stage_edit_desc.html
diff --git a/monstage/templates/monstage/stage_edit_feedback.html b/old/monstage/templates/monstage/stage_edit_feedback.html
similarity index 100%
rename from monstage/templates/monstage/stage_edit_feedback.html
rename to old/monstage/templates/monstage/stage_edit_feedback.html
diff --git a/monstage/templates/monstage/stage_edit_lieu.html b/old/monstage/templates/monstage/stage_edit_lieu.html
similarity index 100%
rename from monstage/templates/monstage/stage_edit_lieu.html
rename to old/monstage/templates/monstage/stage_edit_lieu.html
diff --git a/monstage/templates/skeleton.html b/old/monstage/templates/skeleton.html
similarity index 100%
rename from monstage/templates/skeleton.html
rename to old/monstage/templates/skeleton.html
diff --git a/monstage/tests.py b/old/monstage/tests.py
similarity index 100%
rename from monstage/tests.py
rename to old/monstage/tests.py
diff --git a/monstage/urls.py b/old/monstage/urls.py
similarity index 100%
rename from monstage/urls.py
rename to old/monstage/urls.py
diff --git a/monstage/views.py b/old/monstage/views.py
similarity index 100%
rename from monstage/views.py
rename to old/monstage/views.py