Anfänglicher Commit: Producion Version Stand: Oktober 2014

This commit is contained in:
Christian Berg
2014-11-25 23:43:21 +01:00
commit daa35f5913
3381 changed files with 132346 additions and 0 deletions

12
cleanup.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
echo "aktualisiere Übersetzungen..."
cd src
./manage.py makemessages -l de
./manange.py compilemessages -a
echo "lösche den Python Compiler Cache..."
find . -name "*.pyc" -exec rm -rf {} \;
touch kasu.wsgi
./manage.py collectstatic --noinput
./manage.py generateimages