Re: micro payments

2020-02-06 Thread Evgeni Petrov
I was thinking about sms payments On Thu, 6 Feb 2020 at 20:40, Jody Fitzpatrick < jody.lee.fitzpatr...@gmail.com> wrote: > PayPal, talk to them about micropayments. It is by far less expensive than > the traditional route - at least when i last used it it was. > > On Thu, Feb 6, 2020 at 7:39 AM

Re: not inserted registeration form.

2020-02-06 Thread Farai M
In the temple use form.idfield.errors In the view u can use print or try and catch On Fri, Feb 7, 2020, 9:03 AM nrupesh08 wrote: > hi, > why not inserted registration. their is no error shows. plese tell how to > see any error? once check my screeshots > > -- > You received this message because

not inserted registeration form.

2020-02-06 Thread nrupesh08
hi, why not inserted registration. their is no error shows. plese tell how to see any error? once check my screeshots -- 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

Django on production

2020-02-06 Thread Perceval Maturure
Dear Django Masters I have deployed my project on pythonanywhere with Django on python 3.7I have one app with two templates , the other is displaying data whilst the other isn’t. What could be the problem because in the development environment everything is working perfectly. Regards Sent

open source advice needed

2020-02-06 Thread Chandrashekhar Singh
Hello, email me. I live in Chicago -- 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 view this discussion on the web

Re: open source advice needed

2020-02-06 Thread RLM
Hi Kimberley. My daughter is a senior IT teacher in a school cluster of 4 schools. She creates her learning, curriculum and tutorials on Moodle, she is very good at using it. She had much similar idea and concept as you describe below. Being in Victoria Australia, the Education curriculum (IT)

Re: Is this mistake in utils.functional?

2020-02-06 Thread Tim Graham
The code is equivalent to: res = self.func(instance) instance.__dict__['self.name'] = self.func(instance) (except that self.func(instance) isn't called twice like it would be in this version) On Thursday, February 6, 2020 at 7:39:47 AM UTC-5, Akira Furude wrote: > > Currently I'm working on my

Re: open source advice needed

2020-02-06 Thread Kimberly Regan
David, Thank you. I have not looked at Moodle. I will check it out. Thank you! On Thu, Feb 6, 2020 at 3:12 PM David Mayne wrote: > Just curious Kimberly, but have you looked at some of the existing open > source learning packages out there, like, perhaps moodle (I know, not > python, but it is

Re: open source advice needed

2020-02-06 Thread David Mayne
Just curious Kimberly, but have you looked at some of the existing open source learning packages out there, like, perhaps moodle (I know, not python, but it is pretty extensive open source education package). Perhaps what you are wanting to do can be added into an existing open source package -

Re: open source advice needed

2020-02-06 Thread Kimberly Regan
Hi Andrew, Thanks for checking out my school. I appreciate your input. If not django, then what platform do you think? Thanks for the insight! Kimberly On Wed, Jan 29, 2020 at 8:45 PM Andrew C. wrote: > Hi Kimberly, > > I’ve taken a look at your preschool and school program, SNACS. Early in my

Re: open source advice needed

2020-02-06 Thread Kimberly Regan
Hey Andrew, Thanks for reading out. I'd love to share more about this project. I'm attaching an NDA if you wouldn't mind signing and sending back so we can chat about it. Thank you so much! Best, Kimberly On Tue, Jan 28, 2020 at 5:03 PM Andrew C. wrote: > Hi Kimberly, > > Django is mostly for

Re: Dynamically retrieve data from table

2020-02-06 Thread Farai M
Put user id in your Entity table it will be user has one Entity one to one .In the view u just retrieve the Entity id related to that user. On Wed, Feb 5, 2020, 2:30 PM bobo michel wrote: > Hi all, > > I am struggling with a piece of code for a few days now and thought I'll > seek for advice. >

Re: Lots of errors after deploying and going live

2020-02-06 Thread Juan Pablo Romero Bernal
Hi Dave, First of all, what kind of environment are you using to production deployment ? May be if you give us some details about it we can help you. Bye, On Tue, Feb 4, 2020 at 4:36 AM Dave Ko wrote: > Hi guys, so this is a very general post, I have been working on a django > blog following

Re: micro payments

2020-02-06 Thread Jody Fitzpatrick
PayPal, talk to them about micropayments. It is by far less expensive than the traditional route - at least when i last used it it was. On Thu, Feb 6, 2020 at 7:39 AM Evgeni Petrov wrote: > I am creating a Django platform. I need a solution for micropayments. The > value will be on average 2

Re: Lots of errors after deploying and going live

2020-02-06 Thread onlinejudge95
It might be out of point but the moment you start noticing these errors repeatedly is the time you start considering using docker. On Tue, Feb 4, 2020 at 4:07 PM Dave Ko wrote: > Hi guys, so this is a very general post, I have been working on a django > blog following Corey Schafer's Django

RE: Python Django Training

2020-02-06 Thread waqas
Me to interested Sent from Mail for Windows 10 From: Aakash Verma Sent: Thursday, 6 February 2020 10:26 PM To: django-users@googlegroups.com Subject: Re: Python Django Training I am interested in attending the training for python /django . On Sat, Feb 1, 2020, 7:12 PM Srikanth K

Python Django Training

2020-02-06 Thread Aakash Verma
Add me in the group. Would love to participate in the discussion. -- 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

Re: Python Django Training

2020-02-06 Thread Aakash Verma
I am interested in attending the training for python /django . On Sat, Feb 1, 2020, 7:12 PM Srikanth K 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 contact me or

Problem with serialising POST, PUT request in DRF

2020-02-06 Thread onlinejudge95
Hi Devs, I am trying to implement a CRUD app(modeling blogs) using Django & DRF. I am using *rest_framework.serializers.ModelSerializer* for serializing my model. While sending a POST, PUT request the serializer is not saving my data, what am I missing? *terminal* > Request data:- {'title':

Re: What are the topics should a guy with 5+ years experience in django should know ?

2020-02-06 Thread Motaz Hejaze
Man you should tell us :D On Thu, 6 Feb 2020, 2:39 pm Santhosh Kumar, wrote: > Working in Django for more than 5 years. Want to know what are the topics > in Django I must have good knowledge? > > Thanks in advance. > > Regards, > Santhosh > > -- > You received this message because you are

Re: Djandego local host connection abortewd

2020-02-06 Thread Advik charde
Swj On Wed, Feb 5, 2020, 6:00 PM yazan bader wrote: > am having new issue when running Django localhost 127.0.0.1:8000 as > connection getting aborted ,this is new for me as I am working with Django > from 3 month and cant find solution for it. > > below is the Exception i got: > > Exception

Re: rest-auth vs djoser

2020-02-06 Thread Emmanuel klutse
thanks, team. I think djoser is pretty straightforward so I will settle on it, thanks for your input. On Thu, Feb 6, 2020 at 4:06 AM Aldian Fazrihady wrote: > When chose to use djoser about a year ago, I saw it was more recently > updated than rest-auth, so I tried djoser first. > After using

Re: Django local host connection aborted

2020-02-06 Thread yazan bader
thanks buddy issue was one of my static files .mp4 video i remove it and everything working ok On Thursday, February 6, 2020 at 10:18:28 AM UTC+2, maninder singh Kumar wrote: > > This is straight of the home page ? >Is the server running ? >Do you have the apps installed? >Any other

Re: Django local host connection aborted

2020-02-06 Thread yazan bader
thanks buddy issue was one of my static files .mp4 video i remove it and everything working ok On Wednesday, February 5, 2020 at 6:56:26 PM UTC+2, jlgimeno71 wrote: > > > > On Wed, Feb 5, 2020, 4:34 AM Ayser shuhaib > wrote: > >> Can you send your settings.py file please. >> >> On Wed, 05 Feb

Re: Django local host connection aborted

2020-02-06 Thread yazan bader
well thanks for replying my internet was down, issue solved and its cause one static file with .mp4 type is causing the browsers to block connection i remove it and everything works fine. On Wednesday, February 5, 2020 at 2:35:21 PM UTC+2, Ayser shuhaib wrote: > > Can you send your settings.py

Re: Python Django Training

2020-02-06 Thread Oyekanmi Akande
i am also learning django. but, i am beginner stage. add me,in your groups. Please how do i join On Sat, Feb 1, 2020 at 2:42 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

Re: Python Django Training

2020-02-06 Thread Raj G. A
Hi I am interested to attend the python and Django online training. Please add me as well for the training classes. Thanks in advance. On Saturday, 1 February 2020 19:12:52 UTC+5:30, Srikanth K wrote: > > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up

What are the topics should a guy with 5+ years experience in django should know ?

2020-02-06 Thread Santhosh Kumar
Working in Django for more than 5 years. Want to know what are the topics in Django I must have good knowledge? Thanks in advance. Regards, Santhosh -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Problem in fetching the name from database

2020-02-06 Thread Miguel Braga
can you give some more context? how are you fetching the data? On Sun, 12 Jan 2020 at 13:09, Aadarsh Bajpai wrote: > Hello , >I am facing problem in fetching the name from database such > that whenever i try to fetch the column from the database it comes in the > form of tuple as

Re: Python Django Training

2020-02-06 Thread Rishabh Gupta
I am intreasted On Saturday, February 1, 2020 at 7:12:52 PM UTC+5:30, 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 contact me or share me

Re: Python Django Training

2020-02-06 Thread Infinity Developer
Sir iam eagerly join with you, Too intrested On Sat, Feb 1, 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 contact me or share me

micro payments

2020-02-06 Thread Evgeni Petrov
I am creating a Django platform. I need a solution for micropayments. The value will be on average 2 euros. What is the best and easy solution? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Is this mistake in utils.functional?

2020-02-06 Thread Akira Furude
Currently I'm working on my website, and has debugging it for a while. Using breakpoint() function I found bug/mistake/missed error in *django/utils/functional.py **cached_property.__get__(), line 48*. That line contains this: res = instance.__dict__[self.name] = self.func *(instance)*. May be I

Re: ValueError: The QuerySet value for an exact lookup must be limited to one result using slicing

2020-02-06 Thread Kasper Laudrup
On 06/02/2020 13.02, shubham joshi wrote: https://github.com/shubham1507/TiffinApp/tree/development https://stackoverflow.com/help/how-to-ask -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

ValueError: The QuerySet value for an exact lookup must be limited to one result using slicing

2020-02-06 Thread shubham joshi
https://github.com/shubham1507/TiffinApp/tree/development -- 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 view

Re: Python Django Training

2020-02-06 Thread Shivam Dutt Sharma
Please post details of the seminar, as and when it happens. --shivam On Saturday, February 1, 2020 at 7:12:52 PM UTC+5:30, 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).

Re: Python Django Training

2020-02-06 Thread KONE GOMPOU LOUA ALASSANE
Interested Whatsapp 22547389778 Le jeu. 6 févr. 2020 à 08:42, Sahil sharma a écrit : > I'm also want to join sir. > > On Sat, 1 Feb 2020, 19:12 Srikanth K, wrote: > >> Hi, >> >> I am from Hyderabad. I am Python Developer by Profession. I am eager take >> up any Python , Django Training (online

Re: Lots of errors after deploying and going live

2020-02-06 Thread maninder singh Kumar
Great answer Mike ! [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Wed, Feb 5, 2020 at 4:19 AM Mike Dewhirst wrote: > Dave > > You are absolutely right. Django does go smoothly on the local machine. > However, if

Re: contrib.sites Admin problem

2020-02-06 Thread maninder singh Kumar
I figure that since only one kind of users, namely super or admin exist in django, it has got to be in the permissions. As staff items are not objects. [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Wed, Feb 5,

Re: Python Django Training

2020-02-06 Thread Sahil sharma
I'm also want to join sir. On Sat, 1 Feb 2020, 19:12 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 contact me or share me there idea. > >

Re: Django local host connection aborted

2020-02-06 Thread maninder singh Kumar
This is straight of the home page ? Is the server running ? Do you have the apps installed? Any other info you could provide ! [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Wed, Feb 5, 2020 at 6:00 PM