93159/unable-to-create-a-project-in-django
I'm unable to create a project in Django
When I typed "Django - admin startproject mysite"
It is saying "it is not recognized as an internal or external command, operable program or batch file."
I think u didn't install Django.
python -m django --version
Check if it is installed
OR
django-admin startproject mysite
Hello @kartik, Basically, a field declared as a FileField, ...READ MORE
Hello @kartik, The correct way to create a ...READ MORE
Hi, there is a very simple solution ...READ MORE
The uuid module, in Python 2.5 and ...READ MORE
Hi, there is only that way and ...READ MORE
Hi all, with regard to the above ...READ MORE
suppose you have a string with a ...READ MORE
You can also use the random library's ...READ MORE
Hey, @Roshni, It is very simple to execute, ...READ MORE
Use {{ request.user.get_profile.whatever }}. Django's templating language ...READ MORE
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.