We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Enter the install directory of Devilry.
$ cd /where/devilry/is/installed/for/example/var/devily/ $ git pull $ find . -name "*.pyc" -exec rm -f {} \; $ productionenv/bin/django_production.py devilry_extjs_jsmerge $ productionenv/bin/django_production.py collectstatic
Important: devilry_extjs_jsmerge must be run before collectstatic.
Now you need to restart the web server serving Devilry, such as Apache (if using mod_wsgi), or the FastCGI server or similar.