Anfänglicher Commit: Producion Version Stand: Oktober 2014
This commit is contained in:
12
cleanup.sh
Executable file
12
cleanup.sh
Executable 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
|
||||
Reference in New Issue
Block a user