diff --git a/geographies/management/commands/log/ap_migration_log.log b/geographies/management/commands/log/ap_migration_log.log new file mode 100644 index 0000000000..e69de29bb2 diff --git a/requirements/requirements.txt b/requirements/requirements.txt index ba7ac40c33..c6580ebb2d 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -34,7 +34,7 @@ ipython-genutils==0.2.0 isodate==0.5.4 jdcal==1.3 Mezzanine==4.1.0 -MySQL-python==1.2.3 +#MySQL-python==1.2.3 newrelic==2.82.0.62 numpy==1.12.0 oauth2==1.5.211 diff --git a/social_website/management/commands/sync_website.py b/social_website/management/commands/sync_website.py index e98d1b79ab..707fe1ca3b 100644 --- a/social_website/management/commands/sync_website.py +++ b/social_website/management/commands/sync_website.py @@ -78,8 +78,8 @@ def only_offline(self): def only_online(self): refresh_online_stats() - refresh_collection_partner_stats() - setup_elastic_search() + # refresh_collection_partner_stats() + # setup_elastic_search() def fast(self): sync_with_serverlog()