Anpassungen für das Hosting bei Djangoeurope und damit verbundenen Versionen Django 1.8 und Python 2.7

This commit is contained in:
Christian Berg
2015-08-05 18:55:48 +02:00
committed by Christian Berg
parent cb4b15b3c6
commit 37d3cb78c1
1355 changed files with 7289 additions and 6858 deletions

View File

@@ -1,6 +1,8 @@
#!/bin/sh
source ./virtenv/bin/activate
#!/bin/bash
. /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh
workon kasu
echo "aktualisiere Übersetzungen..."
exit
unset DJANGO_SETTINGS_MODULE
for dir in *
do