Skip to content

tonraj/Easy-Django-Deployment-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Easy Django Deployment CLI (Under Development)

Deploy Django + Gunicorn + NGINX with Single Command

Deploying Django takes to much efforts, so i made this program, this program will deploy Django on any VPS with Gunicorn + NGINX enabled and all wraped in Python Environment.

Only supported in Linux OS

Features

[x] Deploy Entire Project with Single Command

[x] Push Updates with minimal Downtime

Get $100 Free Credits on Vultr (Affiliate Link)

"Buy Me A Coffee"

How to Use?

python easyd.py --help  # to view all available options and arguments

Example Commands

Deploy GIT Project

python easyd.py GIT --git-url http://da:dasd@gmail.com --python_version 3.8 --requirments req.txt --collect-static --migrate --project_name test --domain www.test.com test.com

Setup New

python easyd.py NEW --python_version 3.8 --django_version 4.2 --migrate --project_name test  --domain www.test.com test.com

About

Deploy Django with Single Command

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages