Re: Need to volunteer in a django project to emprove my knowledge

2021-06-17 Thread Williams Andy Inc
Communication will be difficult, I think . On Thu, Jun 17, 2021 at 11:27 PM Luciano Martins wrote: > it also accepts dev BR, but I don't speak english and I use google > translator > > Em quinta-feira, 17 de junho de 2021 às 14:40:43 UTC-3, swiss...@gmail.com > escreveu: > >>

Django project(website) and cpane

2021-06-17 Thread Peter Kirieny
would somebody please help me with the procedure on how to upload my django website on cpanel i used: python, pycharm, django,html css and some javascript I've already bought a domain name and hosting and i can log into cpanel please help. -- You received this message because you are subscribed

Re: Need to volunteer in a django project to emprove my knowledge

2021-06-17 Thread Luciano Martins
it also accepts dev BR, but I don't speak english and I use google translator Em quinta-feira, 17 de junho de 2021 às 14:40:43 UTC-3, swiss...@gmail.com escreveu: > https://github.com/swisscodes > > On Thu, Jun 17, 2021 at 5:50 PM Williams Andy Inc > wrote: > >> Its open for anyone ready to

Re: Hiring Django developers in Mumbai

2021-06-17 Thread Williams Andy Inc
Am not in india but ill like to collaborate with you so i can learn from other developers and also add to my cv. here is my latest work. https://swiss-social.herokuapp.com/ On Thu, Jun 17, 2021 at 10:00 PM Prasad Ajmire wrote: > Interested > > On Sun, May 23, 2021, 9:28 AM Sidhesh D wrote: >

Re: Allow field validation in ajax.

2021-06-17 Thread Ayush Bisht
If you specifically trying to validate the form on the basis of empty input field, then simply include *required* attribute in you input field ** and for more validation , you just validate all the thing in HTML only using django template tags... here I am including a descent approach ...

Re: Hiring Django developers in Mumbai

2021-06-17 Thread Prasad Ajmire
Interested On Sun, May 23, 2021, 9:28 AM Sidhesh D wrote: > Hello, > > We are building a new website for kids to engage with our content and > showcase their projects. We are looking for a mid-level full-stack > developer. > > > Please mail your resume to care...@curiositygym.com. > > - sidhesh

Re: In need of urgent help regarding dynamic image display v

2021-06-17 Thread Ayush Bisht
I think there is 2 method which you can do to get the work done. ... *1 : first one* .. you can declare a property decorator which just return the url of that image class Banner(BaseModel): image = ResizedImageField(upload_to="banner", null=True, blank=True)

Re: Adding Two Models In Django

2021-06-17 Thread Ayush Bisht
class Year(models.Model): year = models.IntegerField() class Month(models.Model): MONTH_CHOICE = ( (1 , "Jan"), (2, 'Feb'), (3, 'March'), (4, 'April'), (5, 'May'), (6, 'June'), (7, 'July'), (8, 'Aug'), (9, 'Sept'),

Re: Need to volunteer in a django project to emprove my knowledge

2021-06-17 Thread Williams Andy Inc
https://github.com/swisscodes On Thu, Jun 17, 2021 at 5:50 PM Williams Andy Inc wrote: > Its open for anyone ready to participate just add me on my github or msg > me here we can do some google meets or zoom ,,, for example now i want to > add the edit and delete button using jquery and ajax..

Re: How to use django template tags in .js file ??

2021-06-17 Thread Ayush Bisht
thanks, It works for me On Wednesday, June 16, 2021 at 12:08:20 PM UTC-7 Nikeet NA wrote: > Or you can store the url in the variable then use it. > > On Thursday, 17 June 2021 at 00:29:00 UTC+5:30 Nikeet NA wrote: > >> Do like this use >> var obj_slug = object.slug inside script tag below

Re: Need to volunteer in a django project to emprove my knowledge

2021-06-17 Thread Williams Andy Inc
Its open for anyone ready to participate just add me on my github or msg me here we can do some google meets or zoom ,,, for example now i want to add the edit and delete button using jquery and ajax.. so it stays on same page. we can collaborate and learn On Thu, Jun 17, 2021 at 4:05 PM Boris

Re: In need of urgent help regarding dynamic image display v

2021-06-17 Thread Arjun Kumar
Hi all, Anyone having complete practical knowledge of Django. Kindly help me to do so. Warm regards, Arjun Kumar Delhi, India On Thu, 17 Jun 2021 at 16:40, Aritra Ray wrote: > Hi, > I've been building a Django E-commerce website and I'm facing this problem. > I have created a Banner model

Re: Need to volunteer in a django project to emprove my knowledge

2021-06-17 Thread Boris Pérez
I´m intrested on participate too...is it posiible??? Thanks, Boris 2021-06-17 8:13 GMT-04:00, Williams Andy Inc : > I currently have a django project going on incase you want to learn or > contribute or collaborate for learning. > > https://swiss-social.herokuapp.com/ > > code

Re: using .annotate on a queryset and output field is a result of function

2021-06-17 Thread Nikeet NA
Its not the perfect method you can optimize ot more if you want. You can prefer this Link On Thu, 17 Jun 2021 at 18:06, Nikeet NA wrote: > You can do it like this : > > class TransactionEntry(models.Manager): >

Re: using .annotate on a queryset and output field is a result of function

2021-06-17 Thread Nikeet NA
You can do it like this : class TransactionEntry(models.Manager): def get_total_prices(self): return self.queryset().defer("users").annotate.(total_price=F("num_shares")*F("price_per_share")) On Thu, 17 Jun 2021 at 15:31, VISHESH MANGLA < f20170...@pilani.bits-pilani.ac.in>

Re: Need to volunteer in a django project to emprove my knowledge

2021-06-17 Thread FLAVIEN HERI
thank you very much im available Flavien On 6/17/21, Nikeet NA wrote: > OK that interesting I can help. > > On Thursday, 17 June 2021 at 17:03:28 UTC+5:30 flavie...@gmail.com wrote: > >> Actually im not working on any django project but i was working on >> geodjango in the past >> Flavien >> >>

Re: Need to volunteer in a django project to emprove my knowledge

2021-06-17 Thread Williams Andy Inc
I currently have a django project going on incase you want to learn or contribute or collaborate for learning. https://swiss-social.herokuapp.com/ code https://github.com/swisscodes/social-app anyone want to learn or collaborate msg me. we could do video learning by zoom or google. can share my

Re: Need to volunteer in a django project to emprove my knowledge

2021-06-17 Thread Nikeet NA
OK that interesting I can help. On Thursday, 17 June 2021 at 17:03:28 UTC+5:30 flavie...@gmail.com wrote: > Actually im not working on any django project but i was working on > geodjango in the past > Flavien > > On 6/17/21, Nikeet NA wrote: > > What type of project are you working upon ? > > >

Re: Need to volunteer in a django project to emprove my knowledge

2021-06-17 Thread FLAVIEN HERI
Actually im not working on any django project but i was working on geodjango in the past Flavien On 6/17/21, Nikeet NA wrote: > What type of project are you working upon ? > > On Thursday, 17 June 2021 at 16:51:01 UTC+5:30 flavie...@gmail.com wrote: > >> hi guys in term of improving my knowledge

Re: Need to volunteer in a django project to emprove my knowledge

2021-06-17 Thread Nikeet NA
What type of project are you working upon ? On Thursday, 17 June 2021 at 16:51:01 UTC+5:30 flavie...@gmail.com wrote: > hi guys in term of improving my knowledge in building Django project, > i need to be a volunteer > I'm good in English and fluent in French > > My WhatsApp number:+243815357825

Need to volunteer in a django project to emprove my knowledge

2021-06-17 Thread FLAVIEN HERI
hi guys in term of improving my knowledge in building Django project, i need to be a volunteer I'm good in English and fluent in French My WhatsApp number:+243815357825 thank you so much Flavien -- FLAVIEN HERI *Information management AscociateUNHCR-Kinshasa* Tél:+243978587009 Skype:

Re: In need of help regarding HTML Submit button

2021-06-17 Thread Aritra Ray
Thank you, it worked! On Tue, 15 Jun 2021 at 00:13, Nikeet NA wrote: > Change the type of button back to type='button" rather than type="submit" > > On Monday, 14 June 2021 at 22:39:27 UTC+5:30 arit...@gmail.com wrote: > >> Hi, >> I'm facing an error with the Place Order button not working when

In need of urgent help regarding dynamic image display v

2021-06-17 Thread Aritra Ray
Hi, I've been building a Django E-commerce website and I'm facing this problem. I have created a Banner model which will take in images via django.ResizedImage and then display it in the homepage. But I'm unable to process them in CSS. Kindly help me out. PS: I'll have to process it as

Re: Allow field validation in ajax.

2021-06-17 Thread Eugene TUYIZERE
Dear NA, still it does not wark On Sun, 13 Jun 2021 at 03:20, Nikeet NA wrote: > You are not submitting your form which Inturn is not validating. For > validations to run you need to submit a form. > > Give the submit button attribute type="submit", then add an event listener > for form submit

Fwd: Django chart using chart.js

2021-06-17 Thread Eugene TUYIZERE
please assist -- Forwarded message - From: Eugene TUYIZERE Date: Thu, 17 Jun 2021 at 11:15 Subject: Django chart using chart.js To: Team, I have a table called Indicators. This includes indicator, target and progress. Both target and progress are numbers. What I want is to

Re: using .annotate on a queryset and output field is a result of function

2021-06-17 Thread VISHESH MANGLA
what about overwriting the manager? How to make the manager auto-add those computed properties ? On Thursday, June 17, 2021 at 8:50:27 AM UTC+5:30 Nikeet NA wrote: > You cannot use properties in django orm , it does not allow that. > >

Django chart using chart.js

2021-06-17 Thread Eugene TUYIZERE
Team, I have a table called Indicators. This includes indicator, target and progress. Both target and progress are numbers. What I want is to display a chart target and progress for every indicator. With the code below I only get indicators I failed to display the bars (columns). Please assist