diff --git a/manage.py b/manage.py
index 1fbadd7bd5cf67dad228ede339e9532644b53a69..daf2626881ec0af25ba001749c9293ef90f7d7d0 100755
--- a/manage.py
+++ b/manage.py
@@ -3,7 +3,7 @@ import os
 import sys
 
 if __name__ == "__main__":
-    os.environ.setdefault("DJANGO_SETTINGS_MODULE", "helsinki.settings")
+    os.environ.setdefault("DJANGO_SETTINGS_MODULE", "pv.settings")
 
     from django.core.management import execute_from_command_line
 
diff --git a/helsinki/__init__.py b/pv/__init__.py
similarity index 100%
rename from helsinki/__init__.py
rename to pv/__init__.py
diff --git a/helsinki/settings.py b/pv/settings.py
similarity index 96%
rename from helsinki/settings.py
rename to pv/settings.py
index beb9bd1540eb3fa5b02242c9f0274556c43fa1c8..187b63bb17f7e1160026231dcab19143f36a147c 100644
--- a/helsinki/settings.py
+++ b/pv/settings.py
@@ -1,4 +1,4 @@
-# Django settings for helsinki project.
+# Django settings for pv project.
 
 import os.path
 PROJECT_DIR = os.path.dirname(__file__)
@@ -53,7 +53,7 @@ MIDDLEWARE_CLASSES = (
     'django.contrib.messages.middleware.MessageMiddleware',
 )
 
-ROOT_URLCONF = 'helsinki.urls'
+ROOT_URLCONF = 'pv.urls'
 
 TEMPLATE_DIRS = (
     os.path.join(PROJECT_DIR, "templates"),
diff --git a/helsinki/site_media/buttons/default-11.png b/pv/site_media/buttons/default-11.png
similarity index 100%
rename from helsinki/site_media/buttons/default-11.png
rename to pv/site_media/buttons/default-11.png
diff --git a/helsinki/site_media/buttons/default-17.png b/pv/site_media/buttons/default-17.png
similarity index 100%
rename from helsinki/site_media/buttons/default-17.png
rename to pv/site_media/buttons/default-17.png
diff --git a/helsinki/site_media/js/jquery-1.6.1/jquery.min.js b/pv/site_media/js/jquery-1.6.1/jquery.min.js
similarity index 100%
rename from helsinki/site_media/js/jquery-1.6.1/jquery.min.js
rename to pv/site_media/js/jquery-1.6.1/jquery.min.js
diff --git a/helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_diagonals-thick_18_b81900_40x40.png b/pv/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_diagonals-thick_18_b81900_40x40.png
similarity index 100%
rename from helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_diagonals-thick_18_b81900_40x40.png
rename to pv/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_diagonals-thick_18_b81900_40x40.png
diff --git a/helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_diagonals-thick_20_666666_40x40.png b/pv/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_diagonals-thick_20_666666_40x40.png
similarity index 100%
rename from helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_diagonals-thick_20_666666_40x40.png
rename to pv/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_diagonals-thick_20_666666_40x40.png
diff --git a/helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_flat_10_000000_40x100.png b/pv/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_flat_10_000000_40x100.png
similarity index 100%
rename from helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_flat_10_000000_40x100.png
rename to pv/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_flat_10_000000_40x100.png
diff --git a/helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_glass_100_f6f6f6_1x400.png b/pv/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_glass_100_f6f6f6_1x400.png
similarity index 100%
rename from helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_glass_100_f6f6f6_1x400.png
rename to pv/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_glass_100_f6f6f6_1x400.png
diff --git a/helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_glass_100_fdf5ce_1x400.png b/pv/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_glass_100_fdf5ce_1x400.png
similarity index 100%
rename from helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_glass_100_fdf5ce_1x400.png
rename to pv/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_glass_100_fdf5ce_1x400.png
diff --git a/helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_glass_65_ffffff_1x400.png b/pv/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_glass_65_ffffff_1x400.png
similarity index 100%
rename from helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_glass_65_ffffff_1x400.png
rename to pv/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_glass_65_ffffff_1x400.png
diff --git a/helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_gloss-wave_35_f6a828_500x100.png b/pv/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_gloss-wave_35_f6a828_500x100.png
similarity index 100%
rename from helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_gloss-wave_35_f6a828_500x100.png
rename to pv/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_gloss-wave_35_f6a828_500x100.png
diff --git a/helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_highlight-soft_100_eeeeee_1x100.png b/pv/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
similarity index 100%
rename from helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
rename to pv/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
diff --git a/helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_highlight-soft_75_ffe45c_1x100.png b/pv/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
similarity index 100%
rename from helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
rename to pv/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
diff --git a/helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_222222_256x240.png b/pv/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_222222_256x240.png
similarity index 100%
rename from helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_222222_256x240.png
rename to pv/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_222222_256x240.png
diff --git a/helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_228ef1_256x240.png b/pv/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_228ef1_256x240.png
similarity index 100%
rename from helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_228ef1_256x240.png
rename to pv/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_228ef1_256x240.png
diff --git a/helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_ef8c08_256x240.png b/pv/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_ef8c08_256x240.png
similarity index 100%
rename from helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_ef8c08_256x240.png
rename to pv/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_ef8c08_256x240.png
diff --git a/helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_ffd27a_256x240.png b/pv/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_ffd27a_256x240.png
similarity index 100%
rename from helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_ffd27a_256x240.png
rename to pv/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_ffd27a_256x240.png
diff --git a/helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_ffffff_256x240.png b/pv/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_ffffff_256x240.png
similarity index 100%
rename from helsinki/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_ffffff_256x240.png
rename to pv/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_ffffff_256x240.png
diff --git a/helsinki/site_media/js/jqueryui-custom-1.8.14/jquery-ui.css b/pv/site_media/js/jqueryui-custom-1.8.14/jquery-ui.css
similarity index 100%
rename from helsinki/site_media/js/jqueryui-custom-1.8.14/jquery-ui.css
rename to pv/site_media/js/jqueryui-custom-1.8.14/jquery-ui.css
diff --git a/helsinki/site_media/js/jqueryui-custom-1.8.14/jquery-ui.min.js b/pv/site_media/js/jqueryui-custom-1.8.14/jquery-ui.min.js
similarity index 100%
rename from helsinki/site_media/js/jqueryui-custom-1.8.14/jquery-ui.min.js
rename to pv/site_media/js/jqueryui-custom-1.8.14/jquery-ui.min.js
diff --git a/helsinki/site_media/js/jqueryui-custom-1.8.14/jquery.ui.datepicker-de.js b/pv/site_media/js/jqueryui-custom-1.8.14/jquery.ui.datepicker-de.js
similarity index 100%
rename from helsinki/site_media/js/jqueryui-custom-1.8.14/jquery.ui.datepicker-de.js
rename to pv/site_media/js/jqueryui-custom-1.8.14/jquery.ui.datepicker-de.js
diff --git a/helsinki/site_media/programcalendar.js b/pv/site_media/programcalendar.js
similarity index 100%
rename from helsinki/site_media/programcalendar.js
rename to pv/site_media/programcalendar.js
diff --git a/helsinki/templates/404.html b/pv/templates/404.html
similarity index 100%
rename from helsinki/templates/404.html
rename to pv/templates/404.html
diff --git a/helsinki/templates/500.html b/pv/templates/500.html
similarity index 100%
rename from helsinki/templates/500.html
rename to pv/templates/500.html
diff --git a/helsinki/templates/base.html b/pv/templates/base.html
similarity index 100%
rename from helsinki/templates/base.html
rename to pv/templates/base.html
diff --git a/helsinki/templates/program/boxes/broadcastformat.html b/pv/templates/program/boxes/broadcastformat.html
similarity index 100%
rename from helsinki/templates/program/boxes/broadcastformat.html
rename to pv/templates/program/boxes/broadcastformat.html
diff --git a/helsinki/templates/program/boxes/current.html b/pv/templates/program/boxes/current.html
similarity index 100%
rename from helsinki/templates/program/boxes/current.html
rename to pv/templates/program/boxes/current.html
diff --git a/helsinki/templates/program/boxes/musicfocus.html b/pv/templates/program/boxes/musicfocus.html
similarity index 100%
rename from helsinki/templates/program/boxes/musicfocus.html
rename to pv/templates/program/boxes/musicfocus.html
diff --git a/helsinki/templates/program/boxes/recommendations.html b/pv/templates/program/boxes/recommendations.html
similarity index 100%
rename from helsinki/templates/program/boxes/recommendations.html
rename to pv/templates/program/boxes/recommendations.html
diff --git a/helsinki/templates/program/boxes/showinformation.html b/pv/templates/program/boxes/showinformation.html
similarity index 100%
rename from helsinki/templates/program/boxes/showinformation.html
rename to pv/templates/program/boxes/showinformation.html
diff --git a/helsinki/templates/program/boxes/showtopic.html b/pv/templates/program/boxes/showtopic.html
similarity index 100%
rename from helsinki/templates/program/boxes/showtopic.html
rename to pv/templates/program/boxes/showtopic.html
diff --git a/helsinki/templates/program/day_schedule.html b/pv/templates/program/day_schedule.html
similarity index 100%
rename from helsinki/templates/program/day_schedule.html
rename to pv/templates/program/day_schedule.html
diff --git a/helsinki/templates/program/host_detail.html b/pv/templates/program/host_detail.html
similarity index 100%
rename from helsinki/templates/program/host_detail.html
rename to pv/templates/program/host_detail.html
diff --git a/helsinki/templates/program/host_list.html b/pv/templates/program/host_list.html
similarity index 100%
rename from helsinki/templates/program/host_list.html
rename to pv/templates/program/host_list.html
diff --git a/helsinki/templates/program/recommendations.html b/pv/templates/program/recommendations.html
similarity index 100%
rename from helsinki/templates/program/recommendations.html
rename to pv/templates/program/recommendations.html
diff --git a/helsinki/templates/program/show_detail.html b/pv/templates/program/show_detail.html
similarity index 100%
rename from helsinki/templates/program/show_detail.html
rename to pv/templates/program/show_detail.html
diff --git a/helsinki/templates/program/show_list.html b/pv/templates/program/show_list.html
similarity index 100%
rename from helsinki/templates/program/show_list.html
rename to pv/templates/program/show_list.html
diff --git a/helsinki/templates/program/styles.css b/pv/templates/program/styles.css
similarity index 100%
rename from helsinki/templates/program/styles.css
rename to pv/templates/program/styles.css
diff --git a/helsinki/templates/program/timeslot_detail.html b/pv/templates/program/timeslot_detail.html
similarity index 100%
rename from helsinki/templates/program/timeslot_detail.html
rename to pv/templates/program/timeslot_detail.html
diff --git a/helsinki/templates/program/week_schedule.html b/pv/templates/program/week_schedule.html
similarity index 100%
rename from helsinki/templates/program/week_schedule.html
rename to pv/templates/program/week_schedule.html
diff --git a/helsinki/templates/program/week_schedule_timeslot.html b/pv/templates/program/week_schedule_timeslot.html
similarity index 100%
rename from helsinki/templates/program/week_schedule_timeslot.html
rename to pv/templates/program/week_schedule_timeslot.html
diff --git a/helsinki/urls.py b/pv/urls.py
similarity index 100%
rename from helsinki/urls.py
rename to pv/urls.py
diff --git a/helsinki/wsgi.py b/pv/wsgi.py
similarity index 87%
rename from helsinki/wsgi.py
rename to pv/wsgi.py
index 36d57d6a570a17bbb51d54d23e3fb0423ab517f8..2ba7fe34263fb4328928494043693fc06e2c4014 100644
--- a/helsinki/wsgi.py
+++ b/pv/wsgi.py
@@ -1,5 +1,5 @@
 """
-WSGI config for helsinki project.
+WSGI config for pv project.
 
 This module contains the WSGI application used by Django's development server
 and any production WSGI deployments. It should expose a module-level variable
@@ -15,9 +15,9 @@ framework.
 """
 import os, sys
 
-sys.path.append('/var/www/pv/helsinki')
+sys.path.append('/var/www/pv')
 
-os.environ.setdefault("DJANGO_SETTINGS_MODULE", "helsinki.settings")
+os.environ.setdefault("DJANGO_SETTINGS_MODULE", "pv.settings")
 
 # This application object is used by any WSGI server configured to use this
 # file. This includes Django's development server, if the WSGI_APPLICATION