From ff12c7bebb0eca7495951b25d29949662bf32f9f Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> Date: Fri, 28 Feb 2014 17:52:15 +0100 Subject: [PATCH] re-structured projects --- manage.py | 2 +- {helsinki => pv}/__init__.py | 0 {helsinki => pv}/settings.py | 4 ++-- {helsinki => pv}/site_media/buttons/default-11.png | Bin {helsinki => pv}/site_media/buttons/default-17.png | Bin .../site_media/js/jquery-1.6.1/jquery.min.js | 0 .../ui-bg_diagonals-thick_18_b81900_40x40.png | Bin .../ui-bg_diagonals-thick_20_666666_40x40.png | Bin .../images/ui-bg_flat_10_000000_40x100.png | Bin .../images/ui-bg_glass_100_f6f6f6_1x400.png | Bin .../images/ui-bg_glass_100_fdf5ce_1x400.png | Bin .../images/ui-bg_glass_65_ffffff_1x400.png | Bin .../images/ui-bg_gloss-wave_35_f6a828_500x100.png | Bin .../ui-bg_highlight-soft_100_eeeeee_1x100.png | Bin .../images/ui-bg_highlight-soft_75_ffe45c_1x100.png | Bin .../images/ui-icons_222222_256x240.png | Bin .../images/ui-icons_228ef1_256x240.png | Bin .../images/ui-icons_ef8c08_256x240.png | Bin .../images/ui-icons_ffd27a_256x240.png | Bin .../images/ui-icons_ffffff_256x240.png | Bin .../js/jqueryui-custom-1.8.14/jquery-ui.css | 0 .../js/jqueryui-custom-1.8.14/jquery-ui.min.js | 0 .../jquery.ui.datepicker-de.js | 0 {helsinki => pv}/site_media/programcalendar.js | 0 {helsinki => pv}/templates/404.html | 0 {helsinki => pv}/templates/500.html | 0 {helsinki => pv}/templates/base.html | 0 .../templates/program/boxes/broadcastformat.html | 0 .../templates/program/boxes/current.html | 0 .../templates/program/boxes/musicfocus.html | 0 .../templates/program/boxes/recommendations.html | 0 .../templates/program/boxes/showinformation.html | 0 .../templates/program/boxes/showtopic.html | 0 .../templates/program/day_schedule.html | 0 {helsinki => pv}/templates/program/host_detail.html | 0 {helsinki => pv}/templates/program/host_list.html | 0 .../templates/program/recommendations.html | 0 {helsinki => pv}/templates/program/show_detail.html | 0 {helsinki => pv}/templates/program/show_list.html | 0 {helsinki => pv}/templates/program/styles.css | 0 .../templates/program/timeslot_detail.html | 0 .../templates/program/week_schedule.html | 0 .../templates/program/week_schedule_timeslot.html | 0 {helsinki => pv}/urls.py | 0 {helsinki => pv}/wsgi.py | 6 +++--- 45 files changed, 6 insertions(+), 6 deletions(-) rename {helsinki => pv}/__init__.py (100%) rename {helsinki => pv}/settings.py (96%) rename {helsinki => pv}/site_media/buttons/default-11.png (100%) rename {helsinki => pv}/site_media/buttons/default-17.png (100%) rename {helsinki => pv}/site_media/js/jquery-1.6.1/jquery.min.js (100%) rename {helsinki => pv}/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_diagonals-thick_18_b81900_40x40.png (100%) rename {helsinki => pv}/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_diagonals-thick_20_666666_40x40.png (100%) rename {helsinki => pv}/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_flat_10_000000_40x100.png (100%) rename {helsinki => pv}/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_glass_100_f6f6f6_1x400.png (100%) rename {helsinki => pv}/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_glass_100_fdf5ce_1x400.png (100%) rename {helsinki => pv}/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_glass_65_ffffff_1x400.png (100%) rename {helsinki => pv}/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_gloss-wave_35_f6a828_500x100.png (100%) rename {helsinki => pv}/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_highlight-soft_100_eeeeee_1x100.png (100%) rename {helsinki => pv}/site_media/js/jqueryui-custom-1.8.14/images/ui-bg_highlight-soft_75_ffe45c_1x100.png (100%) rename {helsinki => pv}/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_222222_256x240.png (100%) rename {helsinki => pv}/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_228ef1_256x240.png (100%) rename {helsinki => pv}/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_ef8c08_256x240.png (100%) rename {helsinki => pv}/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_ffd27a_256x240.png (100%) rename {helsinki => pv}/site_media/js/jqueryui-custom-1.8.14/images/ui-icons_ffffff_256x240.png (100%) rename {helsinki => pv}/site_media/js/jqueryui-custom-1.8.14/jquery-ui.css (100%) rename {helsinki => pv}/site_media/js/jqueryui-custom-1.8.14/jquery-ui.min.js (100%) rename {helsinki => pv}/site_media/js/jqueryui-custom-1.8.14/jquery.ui.datepicker-de.js (100%) rename {helsinki => pv}/site_media/programcalendar.js (100%) rename {helsinki => pv}/templates/404.html (100%) rename {helsinki => pv}/templates/500.html (100%) rename {helsinki => pv}/templates/base.html (100%) rename {helsinki => pv}/templates/program/boxes/broadcastformat.html (100%) rename {helsinki => pv}/templates/program/boxes/current.html (100%) rename {helsinki => pv}/templates/program/boxes/musicfocus.html (100%) rename {helsinki => pv}/templates/program/boxes/recommendations.html (100%) rename {helsinki => pv}/templates/program/boxes/showinformation.html (100%) rename {helsinki => pv}/templates/program/boxes/showtopic.html (100%) rename {helsinki => pv}/templates/program/day_schedule.html (100%) rename {helsinki => pv}/templates/program/host_detail.html (100%) rename {helsinki => pv}/templates/program/host_list.html (100%) rename {helsinki => pv}/templates/program/recommendations.html (100%) rename {helsinki => pv}/templates/program/show_detail.html (100%) rename {helsinki => pv}/templates/program/show_list.html (100%) rename {helsinki => pv}/templates/program/styles.css (100%) rename {helsinki => pv}/templates/program/timeslot_detail.html (100%) rename {helsinki => pv}/templates/program/week_schedule.html (100%) rename {helsinki => pv}/templates/program/week_schedule_timeslot.html (100%) rename {helsinki => pv}/urls.py (100%) rename {helsinki => pv}/wsgi.py (87%) diff --git a/manage.py b/manage.py index 1fbadd7b..daf26268 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 beb9bd15..187b63bb 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 36d57d6a..2ba7fe34 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 -- GitLab