diff options
| author | root <root@lalalizard.com> | 2012-12-22 13:59:21 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2012-12-22 13:59:21 -0500 |
| commit | 30720d91ee4c82985703ad9041c4666fdb8c6046 (patch) | |
| tree | b03bccbbb73feac6ed2b958e631f7743111f6887 /backend/views.py | |
| parent | 7d424a0c438a6a1e12c6d2913d8f22fa7efc7df6 (diff) | |
.fm to .com migration
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 8bb20a5..a926c18 100644 --- a/backend/views.py +++ b/backend/views.py @@ -51,7 +51,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.fm/bgz/gridzy9.jpg" +DEFAULT_BG = "http://scannerjammer.com/bgz/gridzy9.jpg" # # Common funtions @@ -1140,7 +1140,7 @@ def stats(request): def redirect(request): """ Permanent redirect """ - response = HttpResponsePermanentRedirect(redirect_to='http://scannerjammer.fm') + response = HttpResponsePermanentRedirect(redirect_to='http://scannerjammer.com') template = loader.get_template('redirect.html') response.write(template.render(Context())) return response |
