Hi all,
I thought since I knew a little bit about Python that I could just jump on over to Django move up from there.(I've been using IDE's). ha!
I have Windows PowerShell up and downloaded Python 3.10 and Django(I think), I did,
pip install Django , and it says it is downloaded::
'Requirement already satisfied: Django in c;\users\ my name, yada ya da site-packages (4.1.2)
'Requirement already satisfied: tzdata in c:\users\my name site-packages(from Django)(2022.4)
'Requirement already satisfied: asgiref<4,>3,5.2
'Requirement already satisfied: sqlparse.=0.2.2 in c:\users....
but I guess I am not sure what I am suppose to be seeing on WPS screen.
I have zero None experience with PowerShell nor Django so I feel like I have thrown myself into the ocean (I can't swim!)
Am I doing something wrong, did I do everything right? I don't know where to start, I have been on Djangoproject.com,
realpython.com reading over documentation on how to do this Django.