Skip to content

Automated script to set up a Django server with a virtual environment, upgrade pip, and start the server.

License

Notifications You must be signed in to change notification settings

basit3000/Django-Setup-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django Setup Script

The purpose of this script is to automate the creation of a Python virtual environment, set up a Django server, upgrade pip, and start the server.

Prerequisites

  • Ensure Python is installed locally. You can download it from python.org.

Steps to Run the Script

  1. Open Command Prompt / Shell / PowerShell

    Open your preferred command line interface.

  2. Clone this Project

    Clone the repository to your local machine using the following command:

    git clone https://github.com/basit3000/Django-Setup-Script.git
    
  3. Navigate to the project directory

    cd <project_directory>
    
  4. Run the script

    python script.py

About

Automated script to set up a Django server with a virtual environment, upgrade pip, and start the server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages