ojengwa / django-google-analytics

Automatically exported from code.google.com/p/django-google-analytics
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

all installed, sync'd and migrated...but no admin interface #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
note, my django projects all have modular settings setup that use a snippet 
like https://gist.github.com/1241403 in the head of my settings/__init__.py. 
This loads all the extra .py files in the same directory.

I also have another directory in the settings directory a "mode" directory, 
which I use for live,dev,testing specific overrides.

However, that intro over, i installed as per normal. The installation is very 
basic. however after syncdb i expected to see some modification to the Sites 
admin interface. There was however no modification.

What steps will reproduce the problem?
1. pip install -E environ django_google_analytics
2. . ./environ/bin/activate
3. echo "GOOGLE_ANALYTICS_MODEL = True" | tee ./projects/settings/analytics.py
4. ./project/manage.py syncdb
5. http://localhost/admin/sites/

What is the expected output? What do you see instead?
under site name and site domain, i expected to see a field for entering the 
google analytics code.

instead, there is only the two standard fields

What version of the product are you using? On what operating system?

$ pip freeze
...
django-google-analytics==1
...

Please provide any additional information below.
Using django 1.3 and python 2.6.6

Original issue reported on code.google.com by airtonix@gmail.com on 26 Sep 2011 at 1:14