This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[06-May-2014 22:38:32] NOTICE: configuration file /etc/php5/fpm/php-fpm.conf test is successful | |
[06-May-2014 22:38:32] NOTICE: fpm is running, pid 407 | |
[06-May-2014 22:38:32] NOTICE: ready to handle connections | |
[06-May-2014 22:40:32] NOTICE: Finishing ... | |
[06-May-2014 22:40:32] NOTICE: exiting, bye-bye! | |
[06-May-2014 22:40:32] NOTICE: fpm is running, pid 6732 | |
[06-May-2014 22:40:32] NOTICE: ready to handle connections | |
[06-May-2014 22:57:41] NOTICE: Finishing ... | |
[06-May-2014 22:57:41] NOTICE: exiting, bye-bye! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Remove all unused translatable fields in all models and sync database structure. | |
You will need to execute this command in two cases: | |
1. When you remove languages from settings.LANGUAGES. | |
""" |