summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-03-26 19:36:39 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-03-26 19:36:39 (GMT)
commit1f384ccf609e4d8cea4ac15c789d044ab6fa86f7 (patch)
treecabede5815519adcce80cfa5aeee239873221b11
parent5504c0d926aabb2017e547bfbfbcf986ce5ee037 (diff)
creating an egg pt2
-rw-r--r--helsinki.program/__init__.py (renamed from program/__init__.py)0
-rw-r--r--helsinki.program/admin.py (renamed from program/admin.py)0
-rw-r--r--helsinki.program/fixtures/broadcastformats.yaml (renamed from program/fixtures/broadcastformats.yaml)0
-rw-r--r--helsinki.program/fixtures/hosts.yaml (renamed from program/fixtures/hosts.yaml)0
-rw-r--r--helsinki.program/fixtures/musicfocus.yaml (renamed from program/fixtures/musicfocus.yaml)0
-rw-r--r--helsinki.program/fixtures/rrules.yaml (renamed from program/fixtures/rrules.yaml)0
-rw-r--r--helsinki.program/fixtures/showinformation.yaml (renamed from program/fixtures/showinformation.yaml)0
-rw-r--r--helsinki.program/fixtures/shows.yaml (renamed from program/fixtures/shows.yaml)0
-rw-r--r--helsinki.program/fixtures/showtopics.yaml (renamed from program/fixtures/showtopics.yaml)0
-rw-r--r--helsinki.program/management/__init__.py (renamed from program/management/commands/__init__.py)0
-rw-r--r--helsinki.program/management/commands/__init__.py (renamed from program/management/__init__.py)0
-rw-r--r--helsinki.program/management/commands/importhosts.py (renamed from program/management/commands/importhosts.py)0
-rw-r--r--helsinki.program/management/commands/importnotes.py (renamed from program/management/commands/importnotes.py)0
-rw-r--r--helsinki.program/management/commands/importprogramslots.py (renamed from program/management/commands/importprogramslots.py)0
-rw-r--r--helsinki.program/management/commands/importshows.py (renamed from program/management/commands/importshows.py)0
-rw-r--r--helsinki.program/models.py (renamed from program/models.py)0
-rw-r--r--helsinki.program/urls.py2
-rw-r--r--helsinki.program/urls_program.py (renamed from program/urls.py)0
-rw-r--r--helsinki.program/views.py (renamed from program/views.py)0
-rw-r--r--program/tests.py0
20 files changed, 1 insertions, 1 deletions
diff --git a/program/__init__.py b/helsinki.program/__init__.py
index e69de29..e69de29 100644
--- a/program/__init__.py
+++ b/helsinki.program/__init__.py
diff --git a/program/admin.py b/helsinki.program/admin.py
index 5a6ce7f..5a6ce7f 100644
--- a/program/admin.py
+++ b/helsinki.program/admin.py
diff --git a/program/fixtures/broadcastformats.yaml b/helsinki.program/fixtures/broadcastformats.yaml
index 84fa335..84fa335 100644
--- a/program/fixtures/broadcastformats.yaml
+++ b/helsinki.program/fixtures/broadcastformats.yaml
diff --git a/program/fixtures/hosts.yaml b/helsinki.program/fixtures/hosts.yaml
index 4cccf3a..4cccf3a 100644
--- a/program/fixtures/hosts.yaml
+++ b/helsinki.program/fixtures/hosts.yaml
diff --git a/program/fixtures/musicfocus.yaml b/helsinki.program/fixtures/musicfocus.yaml
index 90de149..90de149 100644
--- a/program/fixtures/musicfocus.yaml
+++ b/helsinki.program/fixtures/musicfocus.yaml
diff --git a/program/fixtures/rrules.yaml b/helsinki.program/fixtures/rrules.yaml
index 4095e07..4095e07 100644
--- a/program/fixtures/rrules.yaml
+++ b/helsinki.program/fixtures/rrules.yaml
diff --git a/program/fixtures/showinformation.yaml b/helsinki.program/fixtures/showinformation.yaml
index cbde529..cbde529 100644
--- a/program/fixtures/showinformation.yaml
+++ b/helsinki.program/fixtures/showinformation.yaml
diff --git a/program/fixtures/shows.yaml b/helsinki.program/fixtures/shows.yaml
index f520b26..f520b26 100644
--- a/program/fixtures/shows.yaml
+++ b/helsinki.program/fixtures/shows.yaml
diff --git a/program/fixtures/showtopics.yaml b/helsinki.program/fixtures/showtopics.yaml
index 8f12508..8f12508 100644
--- a/program/fixtures/showtopics.yaml
+++ b/helsinki.program/fixtures/showtopics.yaml
diff --git a/program/management/commands/__init__.py b/helsinki.program/management/__init__.py
index 3aa4ca5..3aa4ca5 100644
--- a/program/management/commands/__init__.py
+++ b/helsinki.program/management/__init__.py
diff --git a/program/management/__init__.py b/helsinki.program/management/commands/__init__.py
index 3aa4ca5..3aa4ca5 100644
--- a/program/management/__init__.py
+++ b/helsinki.program/management/commands/__init__.py
diff --git a/program/management/commands/importhosts.py b/helsinki.program/management/commands/importhosts.py
index 39a8afd..39a8afd 100644
--- a/program/management/commands/importhosts.py
+++ b/helsinki.program/management/commands/importhosts.py
diff --git a/program/management/commands/importnotes.py b/helsinki.program/management/commands/importnotes.py
index 19ddfed..19ddfed 100644
--- a/program/management/commands/importnotes.py
+++ b/helsinki.program/management/commands/importnotes.py
diff --git a/program/management/commands/importprogramslots.py b/helsinki.program/management/commands/importprogramslots.py
index 52aa73a..52aa73a 100644
--- a/program/management/commands/importprogramslots.py
+++ b/helsinki.program/management/commands/importprogramslots.py
diff --git a/program/management/commands/importshows.py b/helsinki.program/management/commands/importshows.py
index b013dab..b013dab 100644
--- a/program/management/commands/importshows.py
+++ b/helsinki.program/management/commands/importshows.py
diff --git a/program/models.py b/helsinki.program/models.py
index f6839e2..f6839e2 100644
--- a/program/models.py
+++ b/helsinki.program/models.py
diff --git a/helsinki.program/urls.py b/helsinki.program/urls.py
index db535ce..9de7b46 100644
--- a/helsinki.program/urls.py
+++ b/helsinki.program/urls.py
@@ -5,5 +5,5 @@ admin.autodiscover()
urlpatterns = patterns('',
(r'^admin/', include(admin.site.urls)),
- (r'^program/', include('helsinki.program.urls')),
+ (r'^program/', include('helsinki.program.urls_program')),
)
diff --git a/program/urls.py b/helsinki.program/urls_program.py
index 637ad97..637ad97 100644
--- a/program/urls.py
+++ b/helsinki.program/urls_program.py
diff --git a/program/views.py b/helsinki.program/views.py
index 23c1483..23c1483 100644
--- a/program/views.py
+++ b/helsinki.program/views.py
diff --git a/program/tests.py b/program/tests.py
deleted file mode 100644
index e69de29..0000000
--- a/program/tests.py
+++ /dev/null