Re: Django Group Project

2020-08-10 Thread Nitin Kalmaste
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, > > Yes, I am interested to start a social networking project from scratch. > Let's connect & discuss. > > Thanks - > Anu > > On Mon,

Django test runner not respecting unittest.TestCase?

2020-08-10 Thread Derek DeHart
For one of my functional tests, I decided to use unittest.TestCase instead of a Django test class because it was convenient when cleaning up the test to have direct access to my local development database in the test itself. Running the test in isolation like so passes as I'd expect: $ python

Django projects , and collaboration

2020-08-10 Thread Sudhanshu Prajapati
JOIN TechEra community which be announcing projects on which people can collaborate and learn open source. https://bit.ly/techeradiscordserver -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

InconsistentMigrationHistory after upgrading to Django 3.1

2020-08-10 Thread Naaman Hirschfeld
Hi, I've upgraded the project I'm working on (enterprise project that is deployed to production for a few years now), from version 3.0.8 to version 3.1. After upgrading I suddenly get an InconsistentMigrationHistory exception telling me that

Re: Django Group Project

2020-08-10 Thread Anu Pande
Hi Rahul, Yes, I am interested to start a social networking project from scratch. Let's connect & discuss. Thanks - Anu On Mon, Aug 10, 2020 at 6:21 PM D.rahulsiddharth < rahulsiddharthda...@gmail.com> wrote: > Hello !! my name is Rahul siddharth I am interested in doing projects . >

Re: How to build a comprehensive chat system with django

2020-08-10 Thread sunday honesty
Let me check it out and get back to you On Mon, Aug 10, 2020, 4:13 PM dupakoor kannan wrote: > Hi, > > Hope this helps https://djangopackages.org/grids/g/chat/ > > > > On Mon, Aug 10, 2020 at 6:27 AM sunday honesty > wrote: > >> I recently got employed in this company as a django developer. >>

Re: How to build a comprehensive chat system with django

2020-08-10 Thread dupakoor kannan
Hi, Hope this helps https://djangopackages.org/grids/g/chat/ On Mon, Aug 10, 2020 at 6:27 AM sunday honesty wrote: > I recently got employed in this company as a django developer. > After one week, it seems they liked me and believe I could do anything. > Today, they asked me to do the

RE: collaborate to do a project for beginners

2020-08-10 Thread D . rahulsiddharth
Hello My name Is Rahulsiddharth I am intrested in doing projects from starch ……… Sent from Mail for Windows 10 From: narendra thapa Sent: 10 August 2020 17:11 To: django-users@googlegroups.com Subject: collaborate to do a project for beginners hello everyone,I'm a beginner in django. I want to

RE: Django Group Project

2020-08-10 Thread D . rahulsiddharth
Hello !! my name is Rahul siddharth I am interested in doing projects . specifically some social networking projects Sent from Mail for Windows 10 From: Anu Pande Sent: 10 August 2020 16:50 To: Django users Subject: Django Group Project Hello Everyone ! I am new to Django & looking forward

Re: Python-django project

2020-08-10 Thread Rostislav Kornatsky
Hi, I'm interested. I have a start test project and i will be glad to collaborate with somebody вторник, 21 июля 2020 г., 6:09:08 UTC+3 пользователь learn code написал: > > Hi everyone, > > I am learning python and django, like to work on the projects to improve > more.If any one interested to

Re: collaborate to do a project for beginners

2020-08-10 Thread Naveen Vadavalasa
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 narendra thapa, wrote: > hello everyone,I'm a beginner in django. I want to learn django by > implementing . If their is someone who

collaborate to do a project for beginners

2020-08-10 Thread narendra thapa
hello everyone,I'm a beginner in django. I want to learn django by implementing . If their is someone who wants to collaborate to do a project and learn django please let me know. Regards, Narendra Thapa Cheers ;) -- You received this message because you are subscribed to the Google

Re: How to build a comprehensive chat system with django

2020-08-10 Thread sunday honesty
I am not new to that extent... I have gone far with many tutorials but not doing anything on messaging system... I know I can research and get some ways to go but I need a recommendation from probably someone that has done this kind of thing before... I don't want to do it the wrong or time

Django Group Project

2020-08-10 Thread Anu Pande
Hello Everyone ! I am new to Django & looking forward to working in group with like-minded people. So, if there is anyone willing to work together on Django projects, may contact me through mail. Also, if there is anyone who mentors newbies, then would really appreciate the help. Thanks -

Sometimes get "incorrect padding error"- new bug in django 3.1?

2020-08-10 Thread Diptesh Choudhuri
Environment: Request Method: GET Request URL: http://127.0.0.1:8000/admin/ Django Version: 3.1 Python Version: 3.8.3 Installed Applications: ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages',

Re: CSRF verification failed, 'CSRF token missing or incorrect'

2020-08-10 Thread Shaurya Pratap Singh
> > It should be like this-> > {% csrf_token %} {{ form.as_p }} {% for field, errors in form.errors.items %} {{ errors }} {% endfor %} -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Which is a better

2020-08-10 Thread Shaurya Pratap Singh
On Monday, 22 June 2020 23:40:50 UTC+5:30, Fredrick Adhing'a wrote: > > Views and models created using functions or classes? > classes are the best for model templates views. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

Re: How to build a comprehensive chat system with django

2020-08-10 Thread dr neyx de godlove
the best way if your new in django go to some tutorials in youtube(CoreryMs find this guy) then after one week or more you can go to django documentation from there you will be able to do anything On Mon, Aug 10, 2020 at 1:34 PM RANGA BHARATH JINKA < bharathjink...@gmail.com> wrote: > >

Re: How to build a comprehensive chat system with django

2020-08-10 Thread RANGA BHARATH JINKA
https://blog.heroku.com/in_deep_with_django_channels_the_future_of_real_time_apps_in_django On Mon, Aug 10, 2020 at 3:57 PM sunday honesty wrote: > I recently got employed in this company as a django developer. > After one week, it seems they liked me and believe I could do anything. > Today,

How to build a comprehensive chat system with django

2020-08-10 Thread sunday honesty
I recently got employed in this company as a django developer. After one week, it seems they liked me and believe I could do anything. Today, they asked me to do the following do the following for the company: Build a web app where everyone within the company will be able to connect locally and

Re: Security issue in django.db.models

2020-08-10 Thread Juan Díaz
Thanks for the answers! El dom., 9 ago. 2020 a las 11:16, Liu Zheng () escribió: > All the previous answers are great to explain the reason. Just want to > add: if you do not desire empty string in form and in shell, you probably > need to add a min_length validation condition > > On Sun, Aug 9,