You've installed your django correctly. I can see the version in your snapshot.
Also I think you're trying to call django-admin from a python shell. Just write the command 'django-admin startproject mysite' on the terminal/command prompt. This should do it. On Sun, Aug 18, 2019 at 4:08 AM Daniel Agbaji <[email protected]> wrote: > Please check to see it you got install Django properly with the version of > Python you are using. > > On Sat, Aug 17, 2019, 4:38 PM Muhammad Nadeem <[email protected]> > wrote: > >> 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 >> <https://groups.google.com/d/msgid/django-users/CALYW77hm8aK%2BNPpfPPexB10ikmQ7Y%2BzezZZULe5mDvgLyVYSSQ%40mail.gmail.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/CAEnL_2nXTu13StMpfL8EQR6zwhZ6TmpW8RhHYoH69cc-9xWAog%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAEnL_2nXTu13StMpfL8EQR6zwhZ6TmpW8RhHYoH69cc-9xWAog%40mail.gmail.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/CACh0EhyuXD2Xix4uGNTwBr7nPeebnbweogmhOfZx7iLmsFi0BA%40mail.gmail.com.

