Starting a New Django Project
Open the command prompt , then enter your projects directory. mkdir projects cd projects mkdir django_example cd django_example Then we use django-admin tool. django-admin startproject mywebsite cd mywebsite
Most Recent developments in Software engineering, ICT, Artificial Intelligence, Programming Languages, Cyber Security and other tech articles around the globe.