Skip to content

A simple Shell Script to create Django Project in Virtual Environment

License

Notifications You must be signed in to change notification settings

kritebh/django-boilerplate-shell-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Script for Setting Up Django Project

It is a script for automating the setup of Django Project

  • Download the script file
  • Run by clicking on it or .\django
  • First It will ask for the Folder Name
  • It will create Virtual Environment into Folder given above
  • Then It will Install Django
  • Provide the Django Project Name
  • Voila Your Project will open in VS Code

Prerequisite

  • Python Installed
  • Git Installed
  • Visual Studio Code Installed

Python Download

Git Download

Visual studio Code Download

How to customize it for your own preferences

So let's say you don't want to open it in VS Code

Simply remove the "code ." from line 14

Just Project Name

Similarly if you don't want to use separate name for folder and project name then you can use the second script i.e. "djangoOnlyProject.ps1"

Start The Server

What if you want to create boilerplate along with the development server.

For this you can use third script i.e. "djangoWithServer.ps1"

About

A simple Shell Script to create Django Project in Virtual Environment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published