Re: help for django interview task

2019-01-31 Thread Mohammad Shareef M
Refer this beginners document and try - https://tango-with-django.readthedocs.io/en/latest/ Thanks & Regards, Mahammad Shareef M +919741482617 +971581756035 On Thu, Jan 31, 2019 at 3:42 PM Tim Vogt (Tim Vogt) wrote: > draw out the program first and isolatie each problem you try to solve. >

Re: How To Set Up Django with Postgres, Nginx, and Gunicorn on DIGITAL OCEAN

2019-01-16 Thread Mohammad Shareef M
thank you Thanks & Regards, Mahammad Shareef M +919741482617 +971581756035 On Wed, Jan 16, 2019 at 5:20 PM wrote: > this should help > > https://simpleisbetterthancomplex.com/tutorial/2016/10/14/how-to-deploy-to-digital-ocean.html > > On Wednesday, 16 January 2019 07:53:31 UTC, Shareef 617 w

solve problem to load template

2018-11-11 Thread Mohammad Shareef M
template = get_template('reports_base.html') {TemplateDoesNotExist}common_email_templates/partial_display_marketing_msg.html Pls help to solve this problem Thanks & Regards, Mahammad Shareef M +919741482617 +971501340618 +971581756035 -- You received this message because you are subscribed

Re: Help me to Generate CSV through Django View from database - and download the same

2018-10-16 Thread Mohammad Shareef M
Thanks lot Thanks & Regards, Mahammad Shareef M +919741482617 +971501340618 +971581756035 On Tue, Oct 16, 2018 at 2:57 PM mottaz hejaze wrote: > import csvfrom django.http import HttpResponse > def some_view(request): > # Create the HttpResponse object with the appropriate CSV header. >

Re: How to migrate old database into new database using python script

2018-10-11 Thread Mohammad Shareef M
Create new database and Restore the backup file Thanks & Regards, Mahammad Shareef M +919741482617 +971501340618 +971581756035 On Thu, Oct 11, 2018 at 4:01 PM Mohammad Aqib wrote: > Hi All, > I have a task to migrate all data into a new database using "backup.sql" > file. > How to write a P

Re: plotly gantt chart python - when we click bar it shoud redirect to another page. Can we implement href with plotly graph

2018-10-11 Thread Mohammad Shareef M
can we not create hover text and y axis label different for python plotly gantt chart? Thanks & Regards, Mahammad Shareef M +919741482617 +971501340618 +971581756035 On Thu, Oct 11, 2018 at 1:54 PM Shareef 617 wrote: > plotly gantt chart python - when we click bar it shoud redirect to > a

Re: Create Gantt chart for Tasks

2018-10-09 Thread Mohammad Shareef M
Help me out to implement Gantt Chart. not graph Thanks & Regards, Mahammad Shareef M +919741482617 +971501340618 +971581756035 On Tue, Oct 9, 2018 at 5:59 PM Pawel Grajewski wrote: > > https://simpleisbetterthancomplex.com/tutorial/2018/04/03/how-to-integrate-highcharts-js-with-django.html