TL;DR
Create a backup:
pg_dumpall > mybackup.sqlPerform the upgrade:
sudo pg_dropcluster 9.4 main --stopTL;DR
Create a backup:
pg_dumpall > mybackup.sqlPerform the upgrade:
sudo pg_dropcluster 9.4 main --stop| """ | |
| Get django-sekizai, django-compessor (and django-cms) playing nicely together | |
| re: https://github.com/ojii/django-sekizai/issues/4 | |
| using: https://github.com/jezdez/django_compressor.git | |
| and: https://github.com/ojii/[email protected] | |
| """ | |
| from compressor.templatetags.compress import CompressorNode | |
| from django.template.base import * | |
| def compress(data, name): |