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

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