# patterns='*.js;*.css;*.jpg;*.jpeg;*.gif;*.png;*.svg;*.ttf;*.eot;*.woff;*.woff2'
# Staging
-# pip install pandas xlwt
-# pip install -U https://forge.ircam.fr/p/django-eve/source/download/dev/
-# pip install https://forge.ircam.fr/p/django-prestashop/source/download/master/ --src /srv/lib
-# pip install -U https://github.com/stephenmcd/grappelli-safe/archive/dynamic_stacked.zip
-# pip install django-querysetsequence==0.6.1 django==1.9.11
-# pip install django-autocomplete-light django-querysetsequence
-# /usr/bin/yes | pip uninstall django-orderable
-# pip install bleach==1.5.0 django==1.9.11
-
-chown -R $uid:$gid $media
+# cd /srv/lib/mezzanine-organization
+# pip install -U -r requirements.txt
+# cd /srv/app
# waiting for other services
sh $app/bin/wait.sh
import django.views.i18n
from django.views.i18n import javascript_catalog
-from django.conf.urls import patterns, include, url
+from django.conf.urls import include, url
from django.conf.urls.i18n import i18n_patterns
from django.contrib import admin
from django.contrib.sitemaps.views import sitemap