I have linked my website hosted on heroku to google analytics. I want to display all the analytics on the dashboard of my website. I tried every stack overflow answer but nothing seemed to work for me. Can anyone please help?
Here is a link to my website - sym-fi.herokuapp.com
Here is a pic of the Django directory :
I did find this package [https://pypi.org/project/django-google-analytics-app/], but I don't know how to use it.
I'm a newbie in coding and I'll appreciate if you guys help me out. Thanks
Related
I'm new to all things Website building/customising, complete beginner learning on the go (literally YouTube and google are a very good friend of mine at them moment)
I have just finished migration from the Wamp localhost to Bitnami WordPress (AWS EC2) using the All-in-one Migration plugin, I am using the Electro (child) theme, however my carousel sections are not working with AWS version of the site, upon inspecting the elements of both the localhost and the AWS site it appears a "segment" is missing I have taken screenshot and highlighted the segment that doesn't appear on the AWS site,
If somebody on here could advise me on the best way to solve this I would be so grateful, as I am trying to google the answers but I haven't exactly found the answer (probably due to my website knowledge)
Thank you in advance
Ashley
Localhost site with the missing line
I am a beginner in django and i want to integrate razorpay with django application but not getting any proper documentation
can anyone help me to provide step by step documentation or any github link.
Thank you.
https://github.com/razorpay/razorpay-python
no there isn't any the only thing you can do now is to follow the guide from official website and make your own the needed steps for the python integration is given in the link
I've got the fusebox framework files from https://github.com/fusebox-framework/Fusebox-ColdFusion. And I'm trying to make a fusebox framework setup with a simple coldfusion app in cf 2018. I followed the youtube video (https://www.youtube.com/watch?v=jnBpKegsO3Q) to learn.
But Now I'm getting error like Could not find the ColdFusion component or interface fusebox5.Application.
In the downloaded folder I'm not having the fusebox5 folder. I'm not sure how to do this. If you have any documentation link please provide to me. I'm a new guy to the coldfusion technology. So, Please guide me to the right way to make the fusebox & CF setup.
Thanks friends!
Finally, I've got the solution for the fusebox5 setup with cf 2018. Should change the function name from getCanonicalPath to getFBCanonicalPathin the fusebox core files.
Following core files are need to be changed:
corefiles/PathUtil.cfc
corefiles/fuseboxPlugin.cfc
corefiles/fuseboxCircuit.cfc
corefiles/fuseboxApplication.cfc
After modified these files I can successfully run the code with fusebox5 framework.
I've got this idea from https://www.sidwing.com/2019/01/22/working-with-old-frameworks-fusebox-4-5/
This post is very helpful to me. It will help someone to make a setup.
Thank you so much, friends!
Can anyone tell me how I can easily host my Django Project on Google Cloud Platform ?
Links to a detailed video guide are highly appreciated and Thanks in advance.
I find the documentation so convoluted, tedious, and non-user friendly and so need help to figure out the right way to host my Django based project.
The best way to deploy your Django project in the cloud is using a micro VM, or you can use google app engine but I don't have experience with that so I can't help you with that.
First create a VM instace if you don't know how you can read this then you can read this tutorial how to setup a Django tutorial in a Linux machine . Hope it helps
Google Cloud Platform has multiple product offerings, you need to decide on one which best fits your particular case.
IMHO you should start here to decide: Getting Started With Django
I'm building a website using django and planning to connect it with facebook. I googled and found so many codes to do the job but don't know which one is good for me. I need facebook connect and new graph api support. Could anyone share me some experiences with codes below and advise me which one is good for me? (with some tips if possbible)
github.com/benbinary/django-facebookconnect
github.com/dickeytk/django_facebook_oauth
github.com/digvan/django_facebook_oauth
github.com/facebook/python-sdk
github.com/flashingpumpkin/django-socialregistration
github.com/ryanmark/django-facebookconnect
github.com/tschellenbach/Django-facebook
I would really appreciate it.
http://github.com/facebook/python-sdk is official Facebook Graph SDK from Facebook. So it's good for fetching/puting data from Facebook. It's doing it well, so you don't have to search for alternative.
Authentication is bit more problem. I was searching for library witch will match my needs, but not found it. So I wrote bit off code myself.
see also:
http://developers.facebook.com/docs/authentication/
http://developers.facebook.com/docs/api
http://developers.facebook.com/docs/reference/javascript/