Re: Opensource Django Project

2023-04-08 Thread Tim Graham
Yes. See https://docs.djangoproject.com/en/dev/internals/contributing/new-contributors/ On Saturday, April 8, 2023 at 10:50:17 AM UTC-4 Naresh Pahariya wrote: > Me too... > > I think there is a documentation for django contribution. > > Thanks, > Naresh > > On Sat, 8 Apr, 2023, 3:51 pm Dipankar

Re: The problem of versioning a large project.

2023-04-08 Thread Christian González
I think that's not possible with Django without some quirks. You need to add apps to your settings.py anyway, so, if these apps are not present in your repo, it's not working, as there are imports that lead into nowhere. Django provides really good support for creating reusable "apps" that ca

Re: Django "makemigrations -- update" donot working

2023-04-08 Thread Muhammad Juwaini Abdul Rahman
Do you need that '--update' parameter? On Fri, 7 Apr 2023 at 05:57, Saifullah Shahen wrote: > in my custom user model, initially, my model looks like this > > class User(AbstractUser, BaseModelWithUUID): > phone = models.CharField(max_length=11, > validators=[validate_phone_number]) > I do c

Re: Opensource Django Project

2023-04-08 Thread Naresh Pahariya
Me too... I think there is a documentation for django contribution. Thanks, Naresh On Sat, 8 Apr, 2023, 3:51 pm Dipankar, wrote: > Hi All, > > I want to contribute to the Open Source Django Project as a developer. > Can anybody help me please? > > -- > Warm Regards, > Dipankar B. > > -- > You

Opensource Django Project

2023-04-08 Thread Dipankar
Hi All, I want to contribute to the Open Source Django Project as a developer. Can anybody help me please? -- Warm Regards, Dipankar B. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe fro