]> git.parisson.com Git - django-google-tools.git/commit
New code added. Old code removed.
authorOrne Brocaar <info@brocaar.com>
Thu, 5 Aug 2010 13:22:41 +0000 (15:22 +0200)
committerOrne Brocaar <info@brocaar.com>
Thu, 5 Aug 2010 13:22:41 +0000 (15:22 +0200)
commit387c21d0d882b33e33ce80c19ee228eb7d94e36a
tree1df5680550e84d7de2f0cea4167887deff6e2254
parentdc7d92181a6ebd80eb5f99777d6a4df783b5f4be
New code added. Old code removed.
26 files changed:
.gitignore
AUTHORS [deleted file]
LICENSE.mdown [deleted file]
MANIFEST.in [new file with mode: 0644]
README.mdown
google_analytics/__init__.py [deleted file]
google_analytics/admin.py [deleted file]
google_analytics/fixtures/analytics_test.json [deleted file]
google_analytics/models.py [deleted file]
google_analytics/templates/google_analytics/analytics_async_template.html [deleted file]
google_analytics/templates/google_analytics/analytics_template.html [deleted file]
google_analytics/templates/google_analytics/test_template.html [deleted file]
google_analytics/templatetags/__init__.py [deleted file]
google_analytics/templatetags/analytics.py [deleted file]
google_analytics/tests/__init__.py [deleted file]
google_analytics/tests/test_templatetags.py [deleted file]
googletools/__init__.py [new file with mode: 0644]
googletools/admin.py [new file with mode: 0644]
googletools/migrations/0001_initial.py [new file with mode: 0644]
googletools/migrations/__init__.py [new file with mode: 0644]
googletools/models.py [new file with mode: 0644]
googletools/templates/googletools/analytics_code.html [new file with mode: 0644]
googletools/templates/googletools/site_verification_code.html [new file with mode: 0644]
googletools/templatetags/__init__.py [new file with mode: 0644]
googletools/templatetags/googletools.py [new file with mode: 0644]
setup.py