Skip to content

Instantly share code, notes, and snippets.

@Mr-Destructive
Created September 12, 2021 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mr-Destructive/abdded48f75728494ca0114ee1a34ac1 to your computer and use it in GitHub Desktop.
Save Mr-Destructive/abdded48f75728494ca0114ee1a34ac1 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
mkdir $1
cd $1
pip install virtualenv
virtualenv env
source env/bin/activate.sh
pip install django
django-admin startproject $1 .
clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment