diff --git a/conjure/wsgi.py b/conjure/wsgi.py
index ef48aa5..5ddc8ed 100644
--- a/conjure/wsgi.py
+++ b/conjure/wsgi.py
@@ -8,7 +8,8 @@ https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/
"""
import os
+from dj_static import Cling, MediaCling
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "conjure.settings")
from django.core.wsgi import get_wsgi_application
-application = get_wsgi_application()
+application = Cling(MediaCling(get_wsgi_application()))
diff --git a/conjure/wsgi.pyc b/conjure/wsgi.pyc
index 70db39d..566af3f 100644
Binary files a/conjure/wsgi.pyc and b/conjure/wsgi.pyc differ
diff --git a/db.sqlite3 b/db.sqlite3
index 4d29e0f..925770b 100644
Binary files a/db.sqlite3 and b/db.sqlite3 differ
diff --git a/medias/projects_downloads/gpa775-gabarit.zip b/medias/projects_downloads/gpa775-gabarit.zip
new file mode 100644
index 0000000..de93929
Binary files /dev/null and b/medias/projects_downloads/gpa775-gabarit.zip differ
diff --git a/medias/projects_screenshots/Screenshot_from_2015-07-10_082007.png b/medias/projects_screenshots/Screenshot_from_2015-07-10_082007.png
new file mode 100644
index 0000000..9e281a4
Binary files /dev/null and b/medias/projects_screenshots/Screenshot_from_2015-07-10_082007.png differ
diff --git a/member/admin.pyc b/member/admin.pyc
index 2124e46..11d8381 100644
Binary files a/member/admin.pyc and b/member/admin.pyc differ
diff --git a/member/forms.pyc b/member/forms.pyc
index 74747e9..cf5a2fc 100644
Binary files a/member/forms.pyc and b/member/forms.pyc differ
diff --git a/member/migrations/0003_auto_20150721_1829.pyc b/member/migrations/0003_auto_20150721_1829.pyc
index 674f796..a3b00c9 100644
Binary files a/member/migrations/0003_auto_20150721_1829.pyc and b/member/migrations/0003_auto_20150721_1829.pyc differ
diff --git a/member/models.pyc b/member/models.pyc
index 3feaf81..2d4d47f 100644
Binary files a/member/models.pyc and b/member/models.pyc differ
diff --git a/member/templates/member/.index.html.swp b/member/templates/member/.index.html.swp
new file mode 100644
index 0000000..e3e89ff
Binary files /dev/null and b/member/templates/member/.index.html.swp differ
diff --git a/member/templates/member/index.html b/member/templates/member/index.html
index d98b8ac..f1e790b 100644
--- a/member/templates/member/index.html
+++ b/member/templates/member/index.html
@@ -20,7 +20,7 @@
{% if admin.photo %}
-
+
{% else %}
{% endif %}
@@ -49,7 +49,7 @@
{% if member.photo %}
-
+
{% else %}
{% endif %}
diff --git a/member/views.pyc b/member/views.pyc
index 17306ea..48f8ca6 100644
Binary files a/member/views.pyc and b/member/views.pyc differ
diff --git a/project/templates/project/index.html b/project/templates/project/index.html
index 890661d..448b08f 100644
--- a/project/templates/project/index.html
+++ b/project/templates/project/index.html
@@ -1,11 +1,33 @@
{% extends 'template.html' %}
-
+{% load staticfiles %}
{% block content %}
-
-