Re: Travis Problem

2018-02-05 Thread Andy Grabow
Thx i will test those versions myself. -- 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 an email to django-users+unsubscr...@googlegroups.com. To post to this group, send ema

Re: Reverse for 'detail' with arguments '('',)' not found. 1 pattern(s) tried: ['(?P[0-9]+)/$']

2018-03-08 Thread Andy Grabow
ing profile > in the db with generic view. > > > - Reply message - > From: "Andy" > To: "Django users" > Subject: Reverse for 'detail' with arguments '('',)' not found. 1 > pattern(s) tried: ['(?P[0-9]+)/$'] >

Re: django does not open html file properly

2018-05-01 Thread Andy Grabow
gt; I could zip gephi's graphics and make them downloadable on my site, how > could i do that? > How can i create a "download button" that allows the user to download my > zip files? > > Il giorno venerdì 27 aprile 2018 23:24:43 UTC+2, Andy ha scritto: >>

Re: Django and Fullcalendar.

2018-05-01 Thread Andy Grabow
Okay, then strip your template until you understand what’s happening. Elias Coutinho schrieb am Mo. 30. Apr. 2018 um 22:29: > No error, it returns a template full of cluttered tags. > > 2018-04-28 2:41 GMT-03:00 Andy : > >> What kind of error are you getting? >> &g

Filefield uploads in django admin

2017-06-06 Thread Andy Cheesman
nformation - If anyone has any starting points, I would happily provide further useful information Yours Andy -- 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,

Is Django and DjangoRestAPI's the correct framework for my project?

2018-11-22 Thread Andy Gardner
() functions etc do I write my own messaging function or does the framework actually have something already to do this kind of thing? Thanks in advance for answers/suggestions etc? Andy -- CONFIDENTIALITY NOTICE: This e-mail transmission and/or any attachments may contain confidential

Re: Is Django and DjangoRestAPI's the correct framework for my project?

2018-11-22 Thread Andy Gardner
model, but I probably need to set up a view and a serializer?) Andy On Thursday, 22 November 2018 17:06:12 UTC, Tim Vogt wrote: > > What problem are you trying to solve? > What reason do You use djanfo now for? > > And what do You want with the json? > Stored? Displayed? Or pu

Django/uWSGI/nginx under load

2021-02-20 Thread Andy Robinson
ry to share what I can and am very grateful for any help... Best Regards Andy Robinson -- 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 an email to django-use

Re: Django/uWSGI/nginx under load

2021-02-20 Thread Andy Robinson
Thanks for this. 27k file descriptors out of about 370k allowed. I presume that means this isn't a problem? (We run a lot of different virtual hosts on this box, each with a few Django processes) - Andy On Saturday, 20 February 2021 at 16:15:12 UTC mob...@aldian.net wrote: > C

Re: Django/uWSGI/nginx under load

2021-02-20 Thread Andy Robinson
I'm unsure what you mean - do you mean "are we executing raw SQL queries and a Python db api, or using Django's ORM?" If so, usually the latter but this is definitely not a problem of poorly written queries, we've profiled them. - Andy On Saturday, 20 February 20

Re: How to implement visa card and debit card payment in django

2023-03-13 Thread Andy Piltser-Cowan
Do you have an account with a payment processing company? That's the first step; second step is read their documentation about API access / web integration. On Friday, March 10, 2023 at 10:02:58 AM UTC-5 Ntanda Aloysius wrote: > how can I implement payment integartion in my Django ecommerce we

Using Countries with django

2021-06-06 Thread Williams Andy Inc
Can anyone recommend a 3rd party app to me to use with forms form countries and states and cities of the world .. thank you -- 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: Using Countries with django

2021-06-07 Thread Williams Andy Inc
thank you very much On Mon, Jun 7, 2021 at 7:13 PM dupakoor kannan wrote: > Hi, > > Here is the list https://djangopackages.org/grids/g/countries/. > > Hope this helps > > Kannan > > On Sun, Jun 6, 2021 at 4:22 PM Williams Andy Inc > wrote: > >> Can an

Suggestions for update

2021-06-08 Thread Williams Andy Inc
Hi and thanks to everyone, I have a few opinions and suggestions I would like to talk about which if possible I would also be part of contributors. We are all Django users, there are many professionals here and also there are beginners and learners too, like myself a learner too. I am on a dis

Re: Django request.session persist between logins of different users.

2021-06-08 Thread Williams Andy Inc
Did you have your own logout function view or class view? On Tue, Jun 8, 2021 at 9:17 AM Mateusz Wasielewski < mateusz.wasielewsk...@gmail.com> wrote: > Hello, > I want to implement two factor authetication in my django app. The steps > are as follows: > 1. User need to register > 2. User need t

Working with forms

2021-06-14 Thread Williams Andy Inc
I would like to know is there any easier way rather than overriding super, how do i add icons into the html input eg to have a key icon on the password field without installing any third party app also. is the best solution to render form in html and pass field values to django? or is there a

Re: Working with forms

2021-06-15 Thread Williams Andy Inc
t can be done with widgets I am not sure > https://docs.djangoproject.com/en/2.2/ref/forms/widgets/ > > On Tue, 15 Jun 2021 at 11:24, Williams Andy Inc > wrote: > >> I would like to know is there any easier way rather than overriding >> super, how do i add icons into the

Re: Working with forms

2021-06-15 Thread Williams Andy Inc
;, } ), ) the class is not showing up but the placeholder shows up without the f007 On Tue, Jun 15, 2021 at 10:04 AM Williams Andy Inc wrote: > Thanks am already trying that, and using that works for > adding placeholder, but then it doesn't add a class, if it c

Re: Working with forms

2021-06-15 Thread Williams Andy Inc
for now reason its now showing up thanks. i guess i needed to do hard refresh with f5 although i was using {% now "U" %} On Tue, Jun 15, 2021 at 10:10 AM Williams Andy Inc wrote: > class LoginForm(forms.Form): > username = forms.CharField( > label

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 Williams Andy Inc
Pérez wrote: > 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. > > > > h

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

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: 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

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

2021-06-18 Thread Williams Andy Inc
by weekend. On Fri, Jun 18, 2021 at 3:39 PM Goke Aruna wrote: > Dear Williams > > I am interested in learning with you. > > Regarde > > On Thu, Jun 17, 2021, 1:13 PM Williams Andy Inc > wrote: > >> I currently have a django project going on incase you

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

2021-06-18 Thread Williams Andy Inc
Today for all interested in learning together... we can have a google meeting time is 4pm gmt +3 DJANGO PRACTICE SESSIONS Saturday, June 19 · 4:00 – 6:00pm Google Meet joining info Video call link: https://meet.google.com/wcv-ojtf-vhi On Fri, Jun 18, 2021 at 4:08 PM Williams Andy Inc wrote

Re: please help! not getting the desired output. how to add multiple orders via Django forms using Javascript?

2021-06-19 Thread Williams Andy Inc
Anyone interested in talking about django sharing their knowledge or path or want to learn more? meeting Now https://meet.google.com/wcv-ojtf-vhi On Sat, Jun 19, 2021 at 10:31 AM DJANGO DEVELOPER wrote: > please can someone help me? > > On Sat, Jun 19, 2021 at 9:31 AM DJANGO DEVELOPER > wrote

File Upload

2021-09-04 Thread Williams Andy Inc
Hi i am am trying to upload a file through a function but not the form and am facing difficulties how do i upload a file from server path without using the template form or forms.form ```class Image(models.Model): name = models.CharField(max_length=40, blank=True, unique=True) image_fi

RE: Project together

2023-11-23 Thread Iwambe denen andy
Yeah it makes sense to me On Nov 23, 2023 7:24 PM, "marvel" wrote: Im interested Sent from Mail for Windows *From: *Denny *Sent: *Thursday, 23 November 2023 19:22 *To: *django-users@googlegroups.com *Subject: *Re: Project together Where

CockroachDB & Django

2019-07-08 Thread &#x27;Andy Woods' via Django users
ributors to our open-source Django prototype. We'd also love any beta testers who would be willing to give our prototype a try and provide feedback to us. If this is something you might be interested in, please let me know. Thank you! Andy a...@cockroachlabs.com -- You received this m

<    2   3   4   5   6   7