Re: Django Group Project

2020-08-11 Thread Kyasanku Charles Nyombi
This might be fun +256756348138 On Wed, 12 Aug 2020 at 06:36 Nitin Kalmaste wrote: > +918149186047 > > On Tue, Aug 11, 2020 at 5:37 PM Anu Pande wrote: > >> Hi Nitin, >> >> Please share your number, we'll add you to the group. >> >> On Tue, Aug 11, 2020 at 9:51 AM Nitin Kalmaste >> wrote: >>

Re: Django Group Project

2020-08-11 Thread Nitin Kalmaste
+918149186047 On Tue, Aug 11, 2020 at 5:37 PM Anu Pande wrote: > Hi Nitin, > > Please share your number, we'll add you to the group. > > On Tue, Aug 11, 2020 at 9:51 AM Nitin Kalmaste > wrote: > >> Hey Guys, >> Just add me also, looking forward to working with you: My Email: >>

Re: Django Group Project

2020-08-11 Thread Vikash Django
Pls add me, my whatups no. is +91-91560-1540 Thanks for same Vikash Kumar On Wed, Aug 12, 2020 at 6:39 AM gregory adomako wrote: > Would love it if you guys can add me to the group. > Number = +233540233935 > > On Tue, Aug 11, 2020 at 1:07 PM Anu Pande wrote: > >> Hi Nitin, >> >> Please share

Re: collaborate to do a project for beginners

2020-08-11 Thread Vikash Django
I am interested add me +91-9156031540 Thanks for Same!! Vikash Kumar On Wed, Aug 12, 2020 at 6:41 AM gregory adomako wrote: > Also a beginner and would love to join the collaboration. > > On Mon, Aug 10, 2020 at 1:08 PM Naveen Vadavalasa > wrote: > >> Hi Narendra, >> I am interested. I know

Re: collaborate to do a project for beginners

2020-08-11 Thread gregory adomako
Also a beginner and would love to join the collaboration. On Mon, Aug 10, 2020 at 1:08 PM Naveen Vadavalasa wrote: > Hi Narendra, > I am interested. I know django concepts but i want to do a project > from scratch. > Thanks > Naveen vadavalasa > 7799550896 > > On Mon, 10 Aug, 2020, 5:11 PM

Re: Django Group Project

2020-08-11 Thread gregory adomako
Would love it if you guys can add me to the group. Number = +233540233935 On Tue, Aug 11, 2020 at 1:07 PM Anu Pande wrote: > Hi Nitin, > > Please share your number, we'll add you to the group. > > On Tue, Aug 11, 2020 at 9:51 AM Nitin Kalmaste > wrote: > >> Hey Guys, >> Just add me also,

Re: Undefined HTML controls

2020-08-11 Thread Ryan Nowakowski
On Tue, Aug 04, 2020 at 12:20:49PM -0700, Telly George wrote: > File name: new_page.html > Comments: This is the page with the controls where I cannot read the > information typed by the user > > {% extends "encyclopedia/layout.html" %} > > {% block title %} > Encyclopedia > {% endblock %}

Re: DjangoProject

2020-08-11 Thread Adam Johnson
Hi! I think you've found the wrong mailing list for this post. This mailing list is for discussing the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely

Re: DjangoProject

2020-08-11 Thread Desh Deepak
Access Granted On Tue, 11 Aug 2020, 10:25 pm Vishnu Bhandari, wrote: > Git Repo - VishnuWorld > > On Tue, 11 Aug, 2020, 10:24 pm Desh Deepak, > wrote: > >> Hello everyone, I want to developing a django project. Who wants to >> collaborate to do a project and learn django share your github user

Re: DjangoProject

2020-08-11 Thread Vishnu Bhandari
Git Repo - VishnuWorld On Tue, 11 Aug, 2020, 10:24 pm Desh Deepak, wrote: > Hello everyone, I want to developing a django project. Who wants to > collaborate to do a project and learn django share your github user id for > github reposetory access. > > Live on Heroku >

DjangoProject

2020-08-11 Thread Desh Deepak
Hello everyone, I want to developing a django project. Who wants to collaborate to do a project and learn django share your github user id for github reposetory access. Live on Heroku http://kidszania.herokuapp.com/ Thanks Desh Deepak +91 7011101001 -- You received this message because you

Re: collaborate to do a project for beginners

2020-08-11 Thread John Adepelumi
Also very new to Django and would love to join the collaboration. On Mon, Aug 10, 2020, 1:51 PM D.rahulsiddharth < rahulsiddharthda...@gmail.com> wrote: > Hello My name Is Rahulsiddharth I am intrested in doing projects from > starch > > ……… > > > > Sent from Mail

OS Error while using sendmail function in django.

2020-08-11 Thread Bikramjeet Singh
Django Version: 3.0.8 Exception Type: OSError Exception Value: [Errno 97] Address family not supported by protocol.#even though the code is correct I am facing this issue can somebody please help. -- You received this message because you are subscribed to the Google Groups "Django users"

Re: django.db.migrations.exceptions.NodeNotFoundError while upgrading django

2020-08-11 Thread Bansi Viradiya
I am facing the same issue.. Anyone get the solution for the same? Please domlet me know if anyone get the solution. On Monday, 23 April 2018 12:08:06 UTC+5:30, Akhi wrote: > > I am upgrading my django project from django1.5 to django1.11.10. while > upgrading when I run ./manange.py migrate I

Re: Django Group Project

2020-08-11 Thread Anu Pande
Hi Nitin, Please share your number, we'll add you to the group. On Tue, Aug 11, 2020 at 9:51 AM Nitin Kalmaste wrote: > Hey Guys, > Just add me also, looking forward to working with you: My Email: > nknckalma...@gmail.com > > > On Mon, Aug 10, 2020 at 10:29 PM Anu Pande wrote: > >> Hi Rahul,

django channels consumers

2020-08-11 Thread Vahid Asadi
Hi there. i want to send a message though WebSocket protocol after a user disconnected from the channel. the consumer codes is located on this link. https://paste.ubuntu.com/p/GND7tqVB6q/ the main function that sends a message to the group after a user disconnected is `chat_leave` function.

Re: Need the create statements for my Django models

2020-08-11 Thread Derek
"I was recently porting a legacy DB to Django by using the inspectdb command" - is there any reason why you cannot just stop here? Why do you think the "inspectdb" would fail? I would just go on creating the app and if any issues arise, I'd look at the specific model and see if it is because