From 12b1ab07fd88282b5849fcf1977480931dc0651b Mon Sep 17 00:00:00 2001 From: ernesto Date: Tue, 24 Dec 2013 10:00:26 -0300 Subject: [PATCH] removed something --- .gitignore | 2 +- django_shopify/django_shopify/settings.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ded6067..adc6b93 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ # C extensions *.so - +.idea # Packages *.egg *.egg-info diff --git a/django_shopify/django_shopify/settings.py b/django_shopify/django_shopify/settings.py index c9764d6..2744bd7 100644 --- a/django_shopify/django_shopify/settings.py +++ b/django_shopify/django_shopify/settings.py @@ -164,7 +164,7 @@ TEST_RUNNER = 'django_nose.NoseTestSuiteRunner' SOUTH_TESTS_MIGRATE = False -SHOPIFY_API_KEY = "f0513742b6f36ce70fe47558dfdde6e1" -SHOPIFY_API_SECRET = "8860c190fda33fe3236cac43bb63c780" -SHOPIFY_API_PASSWORD = "eb8a666732076c0d89372197917f9a92" +SHOPIFY_API_KEY = "MyPIFYApiKey" +SHOPIFY_API_SECRET = "MyPIFYApiSecret" +SHOPIFY_API_PASSWORD = "MyPIFYPassword" SHOPIFY_HOST = "django-shopify-core-app-test.myshopify.com" \ No newline at end of file