Skip to content

afiay/Django-Development-Environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Django Project Automated Setup

The application leverages a PowerShell script to fully automate the setup of a Django environment, streamlining the initial development process significantly. This automation script is designed to execute a series of commands that systematically set up a Python virtual environment, install necessary dependencies, initialize a Django project and app, and configure the database with a pre-defined User model.

Overview

The PowerShell script automates the following tasks:

  • Creating a virtual environment for the Django project.
  • Installing all necessary Python packages.
  • Initializing a Django project and app.
  • Setting up a basic model, view, and template structure.
  • Populating the database with fake data using the Faker library.

Prerequisites

Before running the script, ensure you have the following installed on your system:

  • Python 3.x
  • pip (Python package installer)
  • PowerShell (for Windows users)

Usage

Step 1: Download the Script

Download the PowerShell script provided in the repository to your local machine.

Step 2: Run the Script

Open PowerShell as an administrator and navigate to the directory where you saved the script. Execute the script by running:

.\setup_project.ps1

About

The application leverages a PowerShell script to fully automate the setup of a Django environment, streamlining the initial development process significantly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published