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, <rede...@gmail.com> wrote:

> 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 your project. Note that it
> is not necessary to do that, it's just for convenience.
>
> You could just manually create files and it would work just fine. There
> also exists templates for cookie-cutter tool that can build similar
> structuers.
>
>
> On Sun, Jan 20, 2019 at 4:31 PM Lara Garg <lg...@ec.iitr.ac.in> wrote:
>
>> 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 to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/e773e0b0-8946-45c3-a7a9-5b6565c22210%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/e773e0b0-8946-45c3-a7a9-5b6565c22210%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> --
> Jani Tiainen
>
> - Well planned is half done, and a half done has been sufficient before...
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAHn91ofXgbMvsEGMfRhJMy8sNZVp6yCGLUygPBKPonN65djYtA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAHn91ofXgbMvsEGMfRhJMy8sNZVp6yCGLUygPBKPonN65djYtA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFtSCBg3CnzHkS1hG7G_vvh%2BayDjLHnbCRxL_Nf3Y%3DTWbDTbwA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to