This commit is contained in:
Aurélien Delobelle 2016-08-02 10:40:46 +02:00
parent a2177155a0
commit 43d938edd0
20 changed files with 1053 additions and 0 deletions

View file

@ -78,6 +78,7 @@ urlpatterns = [
url(r'^utile_bda/bda_diff$', gestioncof_views.liste_bdadiff),
url(r'^utile_cof/diff_cof$', gestioncof_views.liste_diffcof),
url(r'^utile_bda/bda_revente$', gestioncof_views.liste_bdarevente),
url(r'^k-fet/', include('kfet.urls'))
] + \
(static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
if settings.DEBUG