diff options
| author | root <root@lalalizard.com> | 2012-11-26 12:09:06 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2012-11-26 12:09:06 -0500 |
| commit | ee524f6861dcdca7ea12a960f60f8b3bf817358d (patch) | |
| tree | 3a54ff0e071fff08d1111add2d0ae2c8fe65ee85 /backend/views.py | |
| parent | e0bc5e67f0be025aa54fbac3d25065b4b8c00f40 (diff) | |
s/scannerjammer.com/scannerjammer.fm/ replacement
Diffstat (limited to 'backend/views.py')
| -rw-r--r-- | backend/views.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/views.py b/backend/views.py index e610bbd..992b273 100644 --- a/backend/views.py +++ b/backend/views.py @@ -52,7 +52,7 @@ BANDCAMP_API_URL = "http://api.bandcamp.com/api/url/1/info?key="+BANDCAMP_KEY+"& BANDCAMP_API_BAND = "http://api.bandcamp.com/api/band/3/discography?key="+BANDCAMP_KEY+"&band_id=" BANDCAMP_API_ALBUM = "http://api.bandcamp.com/api/album/2/info?key="+BANDCAMP_KEY+"&album_id=" BANDCAMP_API_TRACK = "http://api.bandcamp.com/api/track/1/info?key="+BANDCAMP_KEY+"&track_id=" -DEFAULT_BG = "http://scannerjammer.com/bgz/gridzy9.jpg" +DEFAULT_BG = "http://scannerjammer.fm/bgz/gridzy9.jpg" # # Common funtions @@ -1109,7 +1109,7 @@ def stats(request): def redirect(request): """ Permanent redirect """ - response = HttpResponsePermanentRedirect(redirect_to='http://scannerjammer.com') + response = HttpResponsePermanentRedirect(redirect_to='http://scannerjammer.fm') template = loader.get_template('redirect.html') response.write(template.render(Context())) return response |
