From 8cbc735c31d73d22a68cb5454897595093f02a6a Mon Sep 17 00:00:00 2001 From: Clinton Ecker Date: Sun, 5 Apr 2009 16:20:37 -0500 Subject: [PATCH] moving things around so this app is deployable --- __init__.py => google_analytics/__init__.py | 0 models.py => google_analytics/models.py | 0 .../templates}/google_analytics/analytics_template.html | 0 {templatetags => google_analytics/templatetags}/__init__.py | 0 {templatetags => google_analytics/templatetags}/analytics.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename __init__.py => google_analytics/__init__.py (100%) rename models.py => google_analytics/models.py (100%) rename {templates => google_analytics/templates}/google_analytics/analytics_template.html (100%) rename {templatetags => google_analytics/templatetags}/__init__.py (100%) rename {templatetags => google_analytics/templatetags}/analytics.py (100%) diff --git a/__init__.py b/google_analytics/__init__.py similarity index 100% rename from __init__.py rename to google_analytics/__init__.py diff --git a/models.py b/google_analytics/models.py similarity index 100% rename from models.py rename to google_analytics/models.py diff --git a/templates/google_analytics/analytics_template.html b/google_analytics/templates/google_analytics/analytics_template.html similarity index 100% rename from templates/google_analytics/analytics_template.html rename to google_analytics/templates/google_analytics/analytics_template.html diff --git a/templatetags/__init__.py b/google_analytics/templatetags/__init__.py similarity index 100% rename from templatetags/__init__.py rename to google_analytics/templatetags/__init__.py diff --git a/templatetags/analytics.py b/google_analytics/templatetags/analytics.py similarity index 100% rename from templatetags/analytics.py rename to google_analytics/templatetags/analytics.py -- 2.39.5