Re: Proposing development discussion forums

2019-08-10 Thread gaurav jain
This sounds good to me, plus this can be a all in one django spot for django developer specially new developer On Sat, 10 Aug, 2019, 8:33 AM Andrew Godwin, wrote: > Hi everyone, > > This might be slightly controversial, but I would like to propose that we > have a forum for discussing Django

GSoC-19 Project Ideas

2019-01-31 Thread gaurav jain
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

GSoC Idea

2019-01-31 Thread gaurav jain
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):

Re: Google Summer of Code 2019

2019-01-31 Thread gaurav jain
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