This file contains hidden or 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
[mysqld] | |
datadir=/var/lib/mysql | |
socket=/var/lib/mysql/mysql.sock | |
user=mysql | |
# Custom settings | |
query_cache_limit=1M | |
query_cache_size=256M | |
key_buffer_size=128M |
This file contains hidden or 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
from oauth2 import Token | |
from social_auth.backends.utils import build_consumer_oauth_request | |
from social_auth.backends.facebook import FacebookAuth | |
def facebook_profile_image(user): | |
try: | |
social_auth = user.social_auth.filter(provider='facebook')[0] | |
except IndexError: | |
return [] |
This file contains hidden or 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
class Settore(models.Model): | |
padre = models.ForeignKey('self', null=True, db_column='id_padre', blank=True) | |
nome = models.CharField(max_length=255, blank=True) | |
opinion_leader_numero_minimo_punti = models.IntegerField(null=True, blank=True) | |
opinion_leader_trendability_minimo = models.IntegerField(null=True, blank=True) | |
opinion_leader_livello_settore_minimo = models.IntegerField(null=True, blank=True) | |
opinion_leader_numero_sfide_mensili = models.IntegerField(null=True, blank=True) | |
parametro = models.CharField(max_length=255, blank=False) | |
meta_title = models.CharField(max_length=255, blank=True) | |
meta_description = models.CharField(max_length=255, blank=True) |
This file contains hidden or 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
root@vm1613:~# postconf -n | |
alias_database = hash:/etc/aliases | |
alias_maps = hash:/etc/aliases | |
append_dot_mydomain = no | |
biff = no | |
broken_sasl_auth_clients = yes | |
config_directory = /etc/postfix | |
content_filter = amavis:[127.0.0.1]:10024 | |
disable_vrfy_command = yes | |
inet_interfaces = all |
This file contains hidden or 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
saslfinger - postfix Cyrus sasl configuration Sun Feb 24 23:23:50 CET 2013 | |
version: 1.0.4 | |
mode: server-side SMTP AUTH | |
-- basics -- | |
Postfix: 2.7.0 | |
System: Ubuntu 10.04.4 LTS \n \l | |
-- smtpd is linked to -- | |
libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x00007f66614f3000) |
This file contains hidden or 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
saslfinger - postfix Cyrus sasl configuration Sun Feb 24 23:33:55 CET 2013 | |
version: 1.0.4 | |
mode: client-side SMTP AUTH | |
-- basics -- | |
Postfix: 2.7.0 | |
System: Ubuntu 10.04.4 LTS \n \l | |
-- smtp is linked to -- | |
libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x00007f8aa6b6a000) |
This file contains hidden or 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
<div class="one-third column"> | |
<div class="commento_vincitore_fase_finale_statistiche_altre_sfide"> | |
<div class="commento_vincitore_fase_finale_statistiche"> | |
<div class="menu_verticale_statistiche_fase_finale"> | |
<ul> | |
<li class="link_statistiche_attivo"></li> | |
<li></li> | |
<li></li> | |
</ul> | |
</div> |
This file contains hidden or 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
Building in workspace /var/lib/jenkins/jobs/xxx-trunk/workspace | |
Updating file:///var/www/svn/opineo/trunk | |
U core/tests/seleniums.py | |
At revision 1542 | |
[workspace] $ /bin/sh -xe /tmp/hudson3605367030319804237.sh | |
+ export DISPLAY=:99 | |
+ export PYTHONPATH=:/var/www/vhosts/beta.xxx.it | |
+ python manage.py jenkins core --liveserver=www.xxx.local:9900-9999 | |
....ss..............s...ssssssss. | |
---------------------------------------------------------------------- |
This file contains hidden or 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
Started by an SCM change | |
Building in workspace /var/lib/jenkins/jobs/xxx-trunk/workspace | |
Updating file:///var/www/svn/xxx/trunk | |
U core/views.py | |
At revision 1534 | |
[workspace] $ /bin/sh -xe /tmp/hudson3027217540707351680.sh | |
+ export DISPLAY=:99 | |
+ export PYTHONPATH=:/var/www/vhosts/beta.xxx.it | |
+ python manage.py jenkins core --liveserver=www.xxxx.local:9999 | |
....ss..............s.......ss..............s...ssssssssEEEEEE |
This file contains hidden or 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
Building in workspace /var/lib/jenkins/jobs/xxx-trunk/workspace | |
Updating file:///var/www/svn/xxx/trunk | |
U core/tests/seleniums.py | |
At revision 1542 | |
[workspace] $ /bin/sh -xe /tmp/hudson3605367030319804237.sh | |
+ export DISPLAY=:99 | |
+ export PYTHONPATH=:/var/www/vhosts/beta.xxx.it | |
+ python manage.py jenkins core --liveserver=www.xxx.local:9900-9999 | |
....ss..............s...ssssssss. | |
---------------------------------------------------------------------- |
OlderNewer