Jet Admin Backend Prob with Google Analytics

2016-07-14 Thread Michael Schintler
Hi all , I m sorry but new to Django and after some learning i came to Jet Admin Backend. All works fine excepting the "Google Analytics Widget". Could anybody help me ? I folowed absolutly this link https://github.com/geex-arts/django-jet/blob/master/docs/dashboard_modules.rst but it s a p

Re: Jet Admin Backend Prob with Google Analytics

2016-07-14 Thread ludovic coues
You have no variable named PROJECT_DIR your file pressmedia/pm/settings.py. You might want to remove os.path.join as you already specify the full path. 2016-07-14 17:16 GMT+02:00 Michael Schintler : > Hi all , > > I m sorry but new to Django and after some learning i came to Jet Admin > Backend. A

Re: Jet Admin Backend Prob with Google Analytics

2016-07-15 Thread Michael Schintler
Thank U very much solved the prob by Troque: PROJECT_PATH = os.path.abspath(os.path.dirname(__file__)) PROJECT_DIR = os.path.abspath(os.path.dirname(__file__)) So it works now. But the widget for GoogleAnalytics still not. I will find and solve that ;) But thx U helped me a lot. Am Donne