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
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
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
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
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