Re: Django 3.2 release candidate 1 released.

2021-03-18 Thread Chandrashekhar Singh
Hello, I am looking for someone who could help me to integrate okta with djnago. I will pay for their hard work. My website python version is 2.7 and djnago 1.8. Please let me know as soon as possible. Thanks On Thu, Mar 18, 2021, 7:40 PM Carlton Gibson wrote: > Details are available on the

Okta Djnago integration

2021-03-16 Thread Chandrashekhar Singh
Hello guys, I am looking for someone who could help me to integrate djnago with okta. Python version 2.7 and djnago is 1.8 Please let me know Thank you -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Okta implementation with djnago 1.8

2021-03-10 Thread Chandrashekhar Singh
Good morning, Does anyone know how to integrate okta with django 1.8 ? Thanks -- 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

Re: CRUD Generator

2021-01-07 Thread Chandrashekhar Singh
Hello, Does anyone one know ? Is django is best framework for developing delivery applications? Thanks On Thu, Jan 7, 2021, 11:39 PM Noel Simela wrote: > Good day, > > I have explored several crud generator packages. > > I am looking for an opinion on the best package to adopt that has been >

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

Different types of testing

2019-07-12 Thread Chandrashekhar Singh
Hello Developers, I am curious to know what are testing methods do we use in django. Does any has good examples or codes except django documentation.? thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

Re: While registering the user with django form, it gives "UNIQUE constraint failed: auth_user.username" error

2019-06-05 Thread Chandrashekhar Singh
Better will be, delete all migrations, and again migrate On Fri, May 17, 2019, 12:51 PM RAJENDRA MYTHILI 17BIS0120 < rajendra.mythili2...@vitstudent.ac.in> wrote: > I'm facing the same issue ... Did you figure out what's wrong? > > On Saturday, October 6, 2018 at 6:28:09 AM UTC-7, Jaydeep Borkar

Re: What's wrong with this model

2019-05-27 Thread Chandrashekhar Singh
You have to add null= true to each model field since database needs default value On Mon, May 27, 2019, 5:52 PM Saeed Pooladzadeh wrote: > Hello > > I made this model and think everything is fine: > > class Smodel(models.Model): > > eid=models.AutoField(primary_key=True) >#

Re: What is this error mean and what can I do

2019-05-27 Thread Chandrashekhar Singh
Yes I think you should first do "makemigrations" and then run migrate On Sun, May 26, 2019, 6:15 PM Saeed Pooladzadeh wrote: > > Hi > > This is my model: > from django.db import models > from django.conf import settings > > > # Create your models here. > class Smodel(models.Model): >

Re: Hosting - Does pythonanywhere supports all features as AWS.

2019-05-27 Thread Chandrashekhar Singh
Hii, It will better if you ask or email python anywhere directly On Sun, May 26, 2019, 2:49 PM Balaji Shetty wrote: > Does pythonanywhere supports all features as AWS. > > Or any service it does not as compared to AWS. > > > > On Sat, May 25, 2019 at 6:50 PM Subramanian Sridharan < >