From 17681a13978384daf4457c659488b6c944de1cb5 Mon Sep 17 00:00:00 2001 From: Bradley Griffiths Date: Mon, 10 Mar 2014 12:27:09 +0000 Subject: [PATCH] Remove travis. --- README.md | 4 +--- example/example/settings.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3fd7c848..48bbb529 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,4 @@ You may need to run `collectstatic` before `s3direct` will work correctly on you ```bash python manage.py collectstatic -```` - -[![Build Status](https://secure.travis-ci.org/bradleyg/django-s3direct.png)](http://travis-ci.org/bradleyg/django-s3direct) \ No newline at end of file +```` \ No newline at end of file diff --git a/example/example/settings.py b/example/example/settings.py index 904e0dbc..51a4928d 100644 --- a/example/example/settings.py +++ b/example/example/settings.py @@ -57,5 +57,5 @@ AWS_SECRET_ACCESS_KEY = '' AWS_ACCESS_KEY_ID = '' -AWS_STORAGE_BUCKET_NAME = 's3.thesweetshop.tv' +AWS_STORAGE_BUCKET_NAME = '' S3DIRECT_UNIQUE_RENAME = False \ No newline at end of file