Re: Project initialization

2019-01-21 Thread Lara Garg
Yes it was, indeed. Thanks and Regards *Lara Garg* *B.tech, ECE (III)IIT ROORKEE* mobile: (+91)8954240448 email: lg...@ec.iitr.ac.in On Mon, Jan 21, 2019 at 7:22 AM Jason wrote: > Might be beneficial to review this documentation > https://docs.djangoproject.com/en/2.1/ref/django-admin/ > >

Re: Project initialization

2019-01-20 Thread Jason
Might be beneficial to review this documentation https://docs.djangoproject.com/en/2.1/ref/django-admin/ It does a good job of specifying the differences. Myself, using OSX and/or docker for all my projects, I only use django-admin to start a project, and use manage.py for everything else.

Re: Project initialization

2019-01-20 Thread Lara Garg
Most of the terminology that you have used is complete alien to me rn, but I hope to get there soon and will be able to understand then. Thanks On Sunday, January 20, 2019 at 8:33:14 PM UTC+5:30, Jani Tiainen wrote: > > Hi, > > If you were wondering why django-admin and not django. Explanation

Re: Project initialization

2019-01-20 Thread Nigel Copley
On this topic I've been wondering why some people use python manage.py startapp instead of django-admin startapp, is there any difference? On Sun, 20 Jan 2019, 15:03 Jani Tiainen, wrote: > Hi, > > If you were wondering why django-admin and not django. Explanation is > rather simple. When Django

Re: Project initialization

2019-01-20 Thread Jani Tiainen
Hi, If you were wondering why django-admin and not django. Explanation is rather simple. When Django python package is built "django-admin" is designated as a script that will be executed. Django within python namespace is just name of the package. So that's why django-admin is used to bootstrap

Re: Project initialization

2019-01-20 Thread Lara Garg
Yes, it's properly installed and currently i am using Debian On Sunday, January 20, 2019 at 4:36:52 AM UTC+5:30, Lara Garg wrote: > > Why write django-admin startproject xyz and not just django startproject > xyz? > Thanks in advance > > -- You received this message because you are subscribed

Re: Project initialization

2019-01-19 Thread tribhuvan kishor
first, check your Django properly installed or not. and tell me which operating system you are using. On Sun, Jan 20, 2019 at 4:36 AM Lara Garg wrote: > Why write django-admin startproject xyz and not just django startproject > xyz? > Thanks in advance > > -- > You received this message because

Project initialization

2019-01-19 Thread Lara Garg
Why write django-admin startproject xyz and not just django startproject xyz? Thanks in advance -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to