diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-03-26 19:31:34 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-03-26 19:31:34 (GMT) |
commit | 5504c0d926aabb2017e547bfbfbcf986ce5ee037 (patch) | |
tree | 761915c882a6a65cbb707dcfc6dfd5e0cf45e49c | |
parent | d1bb616aae8a11afef2627cf8a8d166156a05cf7 (diff) |
creating an egg pt1
-rw-r--r-- | docs/CHANGES.rst (renamed from __init__.py) | 0 | ||||
-rw-r--r-- | docs/LICENSE.rst (renamed from LICENSE) | 0 | ||||
-rwxr-xr-x | helsinki.program/manage.py (renamed from manage.py) | 0 | ||||
-rw-r--r-- | helsinki.program/settings.py (renamed from settings.py) | 0 | ||||
-rw-r--r-- | helsinki.program/templates/404.html (renamed from templates/404.html) | 0 | ||||
-rw-r--r-- | helsinki.program/templates/500.html (renamed from templates/500.html) | 0 | ||||
-rw-r--r-- | helsinki.program/templates/base.html (renamed from templates/base.html) | 0 | ||||
-rw-r--r-- | helsinki.program/templates/program/current_box.html (renamed from templates/program/current_box.html) | 0 | ||||
-rw-r--r-- | helsinki.program/templates/program/day_schedule.html (renamed from templates/program/day_schedule.html) | 0 | ||||
-rw-r--r-- | helsinki.program/templates/program/host_detail.html (renamed from templates/program/host_detail.html) | 0 | ||||
-rw-r--r-- | helsinki.program/templates/program/host_list.html (renamed from templates/program/host_list.html) | 0 | ||||
-rw-r--r-- | helsinki.program/templates/program/recommendations.html (renamed from templates/program/recommendations.html) | 0 | ||||
-rw-r--r-- | helsinki.program/templates/program/recommendations_box.html (renamed from templates/program/recommendations_box.html) | 0 | ||||
-rw-r--r-- | helsinki.program/templates/program/show_detail.html (renamed from templates/program/show_detail.html) | 0 | ||||
-rw-r--r-- | helsinki.program/templates/program/show_list.html (renamed from templates/program/show_list.html) | 0 | ||||
-rw-r--r-- | helsinki.program/templates/program/timeslot_detail.html (renamed from templates/program/timeslot_detail.html) | 0 | ||||
-rw-r--r-- | helsinki.program/templates/program/week_schedule.html (renamed from templates/program/week_schedule.html) | 0 | ||||
-rw-r--r-- | helsinki.program/urls.py (renamed from urls.py) | 0 |
18 files changed, 0 insertions, 0 deletions
diff --git a/__init__.py b/docs/CHANGES.rst index e69de29..e69de29 100644 --- a/__init__.py +++ b/docs/CHANGES.rst diff --git a/LICENSE b/docs/LICENSE.rst index 5596645..5596645 100644 --- a/LICENSE +++ b/docs/LICENSE.rst diff --git a/manage.py b/helsinki.program/manage.py index 5e78ea9..5e78ea9 100755 --- a/manage.py +++ b/helsinki.program/manage.py diff --git a/settings.py b/helsinki.program/settings.py index ac4ad72..ac4ad72 100644 --- a/settings.py +++ b/helsinki.program/settings.py diff --git a/templates/404.html b/helsinki.program/templates/404.html index 6281ba0..6281ba0 100644 --- a/templates/404.html +++ b/helsinki.program/templates/404.html diff --git a/templates/500.html b/helsinki.program/templates/500.html index 98074ab..98074ab 100644 --- a/templates/500.html +++ b/helsinki.program/templates/500.html diff --git a/templates/base.html b/helsinki.program/templates/base.html index 2ed539e..2ed539e 100644 --- a/templates/base.html +++ b/helsinki.program/templates/base.html diff --git a/templates/program/current_box.html b/helsinki.program/templates/program/current_box.html index d778518..d778518 100644 --- a/templates/program/current_box.html +++ b/helsinki.program/templates/program/current_box.html diff --git a/templates/program/day_schedule.html b/helsinki.program/templates/program/day_schedule.html index 6230314..6230314 100644 --- a/templates/program/day_schedule.html +++ b/helsinki.program/templates/program/day_schedule.html diff --git a/templates/program/host_detail.html b/helsinki.program/templates/program/host_detail.html index b780838..b780838 100644 --- a/templates/program/host_detail.html +++ b/helsinki.program/templates/program/host_detail.html diff --git a/templates/program/host_list.html b/helsinki.program/templates/program/host_list.html index 365154a..365154a 100644 --- a/templates/program/host_list.html +++ b/helsinki.program/templates/program/host_list.html diff --git a/templates/program/recommendations.html b/helsinki.program/templates/program/recommendations.html index aa5866a..aa5866a 100644 --- a/templates/program/recommendations.html +++ b/helsinki.program/templates/program/recommendations.html diff --git a/templates/program/recommendations_box.html b/helsinki.program/templates/program/recommendations_box.html index 94a55dd..94a55dd 100644 --- a/templates/program/recommendations_box.html +++ b/helsinki.program/templates/program/recommendations_box.html diff --git a/templates/program/show_detail.html b/helsinki.program/templates/program/show_detail.html index 05e678c..05e678c 100644 --- a/templates/program/show_detail.html +++ b/helsinki.program/templates/program/show_detail.html diff --git a/templates/program/show_list.html b/helsinki.program/templates/program/show_list.html index 7643087..7643087 100644 --- a/templates/program/show_list.html +++ b/helsinki.program/templates/program/show_list.html diff --git a/templates/program/timeslot_detail.html b/helsinki.program/templates/program/timeslot_detail.html index f445f5d..f445f5d 100644 --- a/templates/program/timeslot_detail.html +++ b/helsinki.program/templates/program/timeslot_detail.html diff --git a/templates/program/week_schedule.html b/helsinki.program/templates/program/week_schedule.html index 2969d28..2969d28 100644 --- a/templates/program/week_schedule.html +++ b/helsinki.program/templates/program/week_schedule.html diff --git a/urls.py b/helsinki.program/urls.py index db535ce..db535ce 100644 --- a/urls.py +++ b/helsinki.program/urls.py |