Re: Select API choice when starting new project.

2023-04-17 Thread Daniel Azubuine
thank you i didn't know. On Mon, Apr 17, 2023 at 8:26 AM Florian Apolloner wrote: > Hi, this is something which is already supported via the template argument > to startproject/startapp. > > Cheers, > florian > > On Sunday, April 16, 2023 at 11:47:44 PM UTC+2 Daniel

Select API choice when starting new project.

2023-04-16 Thread Daniel Azubuine
When starting a new Django project, the user can select if he wants to build an API or use the Django template. If he chooses API, then Django-rest framework will be installed, and then serializers.py will be added to the folders. -- You received this message because you are subscribed to the Goo

Re: Add a minimal Gitignore

2023-03-09 Thread Daniel Azubuine
; On Thu, Mar 9, 2023, 14:13 Daniel Azubuine > wrote: > >> Yeah >> >> What I meant is for the default ‘startproject’ template to include a >> minimal .gitignore file. >> >> I've added the template. >> Just wanted to ask before I push >> >

Re: Add a minimal Gitignore

2023-03-09 Thread Daniel Azubuine
Yeah What I meant is for the default ‘startproject’ template to include a minimal .gitignore file. I've added the template. Just wanted to ask before I push On Thu, Mar 9, 2023, 20:00 James Bennett wrote: > On Thu, Mar 9, 2023 at 10:27 AM 'Adam Johnson' via Django developers > (Contributions t

Add a minimal Gitignore

2023-03-09 Thread Daniel Azubuine
I think it will be a little bit helpful to add a very minimal .gitignore file to the django project. Maybe one that just ignores the environments, test files -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group.