OK, another update on the update (sorry, I am using the last of my energy
to arrange this handover, so I missed some things yesterday)
I'm going to hand over to a team of Carlton, Jamesie and Asif for now -
I'll get the docs on the repo sorted out tonight and make write up a few
more docs on how t
Hi Andrew!! I would love to help as a co-maintainer of the projects related
to django-channels. my github: auvipy
On Thursday, January 31, 2019 at 4:18:57 AM UTC+6, Andrew Godwin wrote:
>
> Just to update on this - nobody has individually come forward to help
> full-time, though I have seen Carl
Hi Gaurav,
In regards to your query, there is already a solution for this called -
cookiecutter-django by pydanny. Although it’s a starter template and not a
direct integration with core django. For adding multiple apps you change
cookiecutter’s code a bit and you will get the results.
Regards,
K
This mailing list is for the development of Django itself, not for support
using Django. Please use the django-users mailing list for that, or IRC
#django on freenode, or a site like Stack Overflow. However, given your
question doesn't seem Django related, you probably don't want to ask in a
Dj
Hi I want to plot cordinates on google map using gmplot here its draw
straight line, Is there anyway to plot a road route with help of cordinates
--
You received this message because you are subscribed to the Google Groups
"Django developers (Contributions to Django itself)" group.
To unsubscr
Hi Everyone,
I had some ideas for the upcoming GSoC.
1. To make a code coverter old clean flask monolithic code to be converted
to simple Django Code. All we would need is to change the queries and shift
rest of the code.
2. I have personally been using a code generator for my
APIs(https://gith
from django.db import models
from django.contrib.auth.models import User
class CommenInfo(models.Model):
archived = models.BooleanField(default=False)
created_at = models.DateTimeField(auto_now_add=True)
updated_at = models.DateTimeField(auto_now=True)
def delete(self):
se
One Idea i have a one command django project maker to instead having 1+n
commands(n number of apps) and linking them in setting we can have command
take the number of apps and app_names in ine do and then later we can add
functionality for heroku ,docker etc
On Wednesday, January 16, 2019 at 8: