Re: Assistance for deploying django app to heroku

2021-04-23 Thread Irfan Khan
-with-restored-database With Regards, *Irfan khan* On Sat, 24 Apr 2021 at 00:23, Kasper Laudrup wrote: > On 23/04/2021 20.41, Ejike Enyinnaya wrote: > > I did a git add ., git commit -m and git push heroku master > > Not sure if it's related, but it's possible: This is not how you should

Re: load static in css file

2020-07-30 Thread Irfan Khan
{% static 'imag.jpg' %} instead of this try {% static “images/imag.png” %} On Thu, 30 Jul 2020 at 6:07 PM, Chander shekhar wrote: > I am unable to fetch images from css file . > I have used {% load static %} > {% static 'imag.jpg' %} > buti can't fetch.console is saying image not found. > >

webex / zoom meetings Integrations in django

2020-06-10 Thread Irfan Khan
Hi Everyone, I wanted to integrate webex or zoom meetings Into my django application, can any one please guide me or suggest docs. target : i have one linke on template which is if the end user click on that link he can join the session/ meeting. With Regards, *Irfan khan* -- You received

Django models for user

2020-05-09 Thread Irfan Khan
i am working on a LMS project, so if a tutor signed up and he can upload his tutorials from his account. And when rendering to template each user should have their list of tutorials. as well as he will upload new tutorials. How to design it dynamically. Please guide me. Thank you in advance.

Re: Help passing the url

2020-04-10 Thread Irfan Khan
Hi, Need to pass id in function as parameter as well as in that post obj On Tue, 7 Apr 2020 at 1:23 AM, Luka Nik wrote: > How do I pass it exactly? > > On Mon, 6 Apr 2020, 9:41 pm ola neat, wrote: > >> You need to add the id as argument in the function >> >> On Mon, Apr 6, 2020, 19:17 Luka

Getting one view function context into another view

2020-04-01 Thread Irfan Khan
Hi all, I have detailview template there detailview view all description like title. Date etc.., >From that function detailview I wanted to get that title into another view Can any one guide me Thank you -- You received this message because you are subscribed to the Google Groups "Django

Re: User Athentication Issue

2020-03-22 Thread Irfan Khan
Thank you. got it now With Regards, *Irfan khan* On Sun, 22 Mar 2020 at 03:16, Juan J. Moreno Piña < prof.juanj.mor...@gmail.com> wrote: > I would suggest you to look at Django user authentication , please > chech tis documentation to understand its approac

Re: User Athentication Issue

2020-03-21 Thread Irfan Khan
i am not able to find, can u please suggest any documentation or tutorial for that With Regards, *Irfan khan* On Wed, 18 Mar 2020 at 17:38, Integr@te System wrote: > Hi Irfan, > > Plz try to consider cookies with connection session on this user for which > other happen. > &

User Athentication Issue

2020-03-18 Thread Irfan Khan
hi every one, as implemented the user authentication i have tested it working fine. but one issue is when ever we logged into the portal then if we again clicks on back option in browser it going back to login page.how to prevent it. thanks in advance. With Regards, *Irfan khan* -- You

Django s3 video files displaying to templates

2020-03-11 Thread Irfan Khan
Hi all, Can any one guide me how to display uploaded video files in S3 to django templates. Thanks in advance for your help -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send

Re: Python Django Training

2020-02-21 Thread Irfan Khan
Hi How you conducting the sessions and please add me into the group On Sat, 1 Feb 2020 at 7:12 PM, Srikanth K wrote: > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). Members > who require can

Re: installation of django

2020-02-11 Thread Irfan Khan
Are you getting any error messages? On Tue, 11 Feb 2020 at 9:43 PM, paarull shukla wrote: > heloo guys i m not able to install django please help me it .i m facing > issue last 10 days . i m getting collecting django after tht installation > not started > > -- > You received this message

Re: Unique Field

2020-01-21 Thread Irfan Khan
d, 22 Jan 2020, 01:39 Irfan Khan, wrote: > >> Here you can check this link for reference >> >> https://pypi.org/project/nanoid/ >> >> >> On Tue, 21 Jan 2020 at 9:02 PM, Soumen Khatua >> wrote: >> >>> Could you share any documentatio

Re: Unique Field

2020-01-21 Thread Irfan Khan
Here you can check this link for reference https://pypi.org/project/nanoid/ On Tue, 21 Jan 2020 at 9:02 PM, Soumen Khatua wrote: > Could you share any documentation link,please?? > > On Tue, 21 Jan 2020, 20:45 Irfan Khan, wrote: > >> You can use nano library to gener

Re: Unique Field

2020-01-21 Thread Irfan Khan
You can use nano library to generate unique numbers or characters On Tue, 21 Jan 2020 at 8:41 PM, Soumen Khatua wrote: > Hi Folks, > > Is their any other library or module is available except UUID which can > generate unique number in python? > > As I mentioned earlier I want to use random

Saving data from query to another table

2019-12-02 Thread Irfan Khan
Hi all, Requirement : I have two tables. In first table I have some data which is already stored. And now I have created one form for search data from that existing data table, when result found I wanted to store that data to another table, can any one pls guide my easy way to overcome. Thank

Re: Form validations

2019-07-11 Thread Irfan Khan
Yeah currently I do have modelforms but I need to know using regular expression can we done On Thu, 11 Jul 2019 at 6:36 PM, Jani Tiainen wrote: > Hi. > > Usually you validate user input and by using Forms or ModelForms. > > > to 11. heinäk. 2019 klo 12.50 Irfan Khan ki

Form validations

2019-07-11 Thread Irfan Khan
Dear members, I wanted to validate the form which contains the name, phone number, address,email, etc.., I have developed and tested it if we give any character it’s saving to database table.so I wanted to validate the every field for example In name field it should take only alphabets, And in

Re: Creating pdf in python

2019-06-27 Thread Irfan Khan
I have used *xhtml2pdf* library. Here https://djangopackages.org/grids/g/pdf/ This one can help you which is suitable for Requiremnt On Thu, 27 Jun 2019 at 8:16 PM, Django Dojo wrote: > Hello everyone, > > I have a pdf template and I need different Individuals(s) to fill out > different

ReportLab or Xhtml2pdf Please can any one guide me to convert the rendered in html to pdf

2019-04-19 Thread Irfan Khan
hi, i stucked in converting the pdf file from html can an one suggest me even any other possibility instead of using python library -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from

Re: Convertingg rendered Model Data in HTML to PDF USING XHTML2PDF

2019-04-18 Thread Irfan Khan
thanks for your response Matthew Pava Not Exactly getting using xhtml2pdf for converting model data rendered in html to pdf i have browsed but not exactly getting, can any one please guide me, On Thursday, 18 April 2019 20:18:59 UTC+5:30, Irfan Khan wrote: > > hi, all > ca

Convertingg rendered Model Data in HTML to PDF USING XHTML2PDF

2019-04-18 Thread Irfan Khan
hi, all can any one please guide me how to covert the rendered data from models in html to pdf for example i have developed application and in that implemented search field to get the data from the database,till now it now fine but i have used xhtml2pdf library to convert i can see there

ModelForm FileField Not Effecting the CSS

2019-03-25 Thread Irfan Khan
Hi, I have enquiry form developed in the MODELFORM, after rendering to the templates i defined the div tag in the put this form and applied the CSS effects.but the issue is all fields except fiel field are in the proper alignment, can any one please guide me to make this filefield also in