Re: IS it possible to debug Django with Apache and mod_wsgi

2021-02-13 Thread yashwanth .k
Hello Ognjen Bjelica, I think we can check for line by line using manage.py -> shell. Where we have to individually import and check for consistency. On Fri, Feb 12, 2021 at 11:24 PM Ognjen Bjelica wrote: > Hi Rob, > Thanks for the quick reply, but I was looking for a way to run code line > by

Re: Django/python free Training

2020-12-23 Thread yashwanth .k
I am interested! Add me as well. On Wed, Dec 23, 2020 at 2:14 PM narendra thapa wrote: > interested to connect with you > > > On Wed, Dec 23, 2020 at 3:07 AM kerolos emad <55522ash...@gmail.com> > wrote: > >> very nice to hear that >> interested >> >> On Fri, Dec 18, 2020, 4:26 PM Python Class

Re: Project Collaboration Team

2020-06-23 Thread yashwanth .k
I am not able to share project idea in this telegram app. On Tue, Jun 23, 2020 at 7:57 PM Shubhanshu Arya wrote: > Okay, Please join this group. https://t.me/joinchat/AEjSR4Dgtjuw8-Cs3Q > > > On Tue, Jun 23, 2020 at 7:49 PM yashwanth .k > wrote: > >> I am

Re: Project Collaboration Team

2020-06-23 Thread yashwanth .k
I am interested... my Medium publication on Django --- https://medium.com/django-launcher. Regards. Looking forward to contributing to your projects. On Tue, Jun 23, 2020 at 7:38 PM Desh Deepak wrote: > Interested > > On Tue, 23 Jun 2020, 9:44 am Shubhanshu Arya, > wrote: > >> Hello Everyone,

Re: Required Python Django developers

2020-06-06 Thread yashwanth .k
Hello, I have 4 years experience in Django and Python. I think I am best fit for the requirement. Thank you. > On 06-Jun-2020, at 9:20 PM, Nagaraju Singothu > wrote: > > Sir, I'm interested I have 2+ yrs experience python and django developer > > On Sat 6 Jun, 2020, 8:39 PM maninder singh

Re: Django framework with machine learning

2020-04-29 Thread yashwanth .k
Can you please post some shots of output. On Tue, Apr 28, 2020 at 12:01 AM Lansana Sangare wrote: > Good evening, > > I am a new developer in Django but I have the basic knowledge. > > I wanted to know if someone has experience with django and machine > learning. > > I have a script in python

Re: Python Django Training

2020-02-28 Thread yashwanth .k
Hi, I am also interested in joining. Please add me to the group. On Fri, Feb 21, 2020 at 7:19 PM Isaac Ndutumo wrote: > Hello, I am interested in learning Python with you. Add me > > On Fri, Feb 21, 2020 at 4:42 PM Bharati Nilam > wrote: > >> Hi, >> I also from Hyderabad and I'm also

Re: CSS not working

2019-10-11 Thread yashwanth .k
Hello, You must make a separate directory in static folder. in the html file try using { load staticfiles } not {load static} On Fri, Oct 11, 2019 at 11:59 AM yasar arafath Kajamydeen < yasar...@gmail.com> wrote: > *@ Jani - Executed the given cmd, Please find the output and please guide > me

Re: My first django website

2019-10-06 Thread yashwanth .k
Thank you! On Sun, Oct 6, 2019 at 6:17 PM Ehab Al-Qabbani wrote: > I used "XHTML2PDF" https://pypi.org/project/django-xhtml2pdf/ > > > On Sun, Oct 6, 2019 at 2:36 PM yashwanth .k > wrote: > >> Nice!, >> How did you enable post view as pdf, >> Nee

Re: My first django website

2019-10-06 Thread yashwanth .k
Nice!, How did you enable post view as pdf, Need some help, Thank you! On Sun, Oct 6, 2019 at 5:45 AM Ehab Al-Qabbani wrote: > https://my-private-blog.herokuapp.com/ > > Please try it > > > > Warmest Regards, > Ehab > > -- > You received this message because you are subscribed to the Google

Re: How to generate a unique 9 digit random id for every registered user?

2019-10-05 Thread yashwanth .k
/master/speedy/core/base/models.py#L33-L48 > > > https://github.com/speedy-net/speedy-net/blob/master/speedy/core/accounts/models.py > > אורי > u...@speedy.net > > > On Fri, Oct 4, 2019 at 5:53 PM yashwanth .k > wrote: > >> Hello, >> >> My model co

Re: How to generate a unique 9 digit random id for every registered user?

2019-10-04 Thread yashwanth .k
x=True > ) > > Hi, please try the code above. > > On Fri, Oct 4, 2019 at 9:53 PM yashwanth .k > wrote: > >> Hello, >> >> My model consists of user details such as username and his id which is >> auto-generated by DB(indexing). >> Apart from this, I

How to generate a unique 9 digit random id for every registered user?

2019-10-04 Thread yashwanth .k
Hello, My model consists of user details such as username and his id which is auto-generated by DB(indexing). Apart from this, I need to assign a random unique 9 digit number for every user. The reason for assigning a random number to a registered user is to search a particular user using his

Re: Django 2.2.6 fails to serve some static files in Windows 10

2019-10-04 Thread yashwanth .k
Hi, once you try with href="/static/css/styles.css"> and discard STATIC_URL completely. Check whether the css is rendered or not? If yes, then the static-files of your project are not loaded properly. If no, then it is definitely a bug in(2.2.6). Thank you. On Friday, October 4, 2019 at