Friday, 9 October 2020

Job Application

CDAC Application id : 6935 Your transaction is successful. Please note your Transaction Id for future reference SHMP9311041844

Wednesday, 7 October 2020

Current Affair Source

Sai Deepak + Supreme court +www.youtube.com https://www.wionews.com/ipl Kunal Shah + beer bicep https://www.researchgate.net/publication/328307877_21_Lessons_for_the_21st_Century Zero To One Book Summary (PDF) by Peter Thiel

Friday, 2 October 2020

django commands

#--------------------------- django-admin startproject TestPro cd TestPro TestPro>python manage.py migrate TestPro>python manage.py runserver #--------------------------- Output... Starting development server at http://127.0.0.1:8000/ #---------------------------- TestPro>python manage.py createsuperuser email:saurabh password:saurabh123 password:saurabh123 #---------------------------- #Now we can access the django using # GUI using 127.0.0.1/admin #Put user login id and password #---------------------------- # Creating the app in django TestPro>python manage.py startapp SportApp TestPro>python manage.py startapp NewsApp #----------------------------- #10 Sept 2020