FIRST U NEED TO START A NEW PROJECT USING FOLLOWING CODE: django-admin startproject mysite WHERE "mysite" is the name of your project. you can change this name as you desired.
if further u have any error fell free ping me On Sun, Aug 18, 2019 at 1:32 AM Naty Mina <[email protected]> wrote: > hi, i'm new in django and trying to create my first project > i followed the documentation and when i try to execute the django-admin > startproject mysite i get error that 'no django settings specified' and to > try 'django-admin.py help' instead for usage. > the problem is when i try to do so, i get again the same error message > i need help with that. > i attached file so you can see > *thank you* > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/1690dca2-2728-452e-81fe-1458af63ba95%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/1690dca2-2728-452e-81fe-1458af63ba95%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CALYW77hm8aK%2BNPpfPPexB10ikmQ7Y%2BzezZZULe5mDvgLyVYSSQ%40mail.gmail.com.

