Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 629 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 629 Bytes

Django Girls Batch

This batch script is to automate the processes involved starting a Django Project!

Below are the processes handled by the script:

  1. Making a directory
  2. changing to directory
  3. Installing virtual environment
  4. Activating virtual environment
  5. Upgrading pip
  6. Installing Django
  7. Starting Django Project
  8. Launching mysite directory to configure Settings.py

How to run script

  1. Open Command Prompt
  2. Change directory to where the script is located
  3. Type d and press the Tab key then hit Enter
  4. Wait for the script to execute till mysite directory opens!

Happy Coding!