No project description provided
Project description
# django-fly It is an <b>useful command line tool</b> to manage (initialize and update) the deploy settings with <b>NGINX, Supervisor, Gunicorn, Letsencrypt</b> in the Linux web server. Current version only fits django 2.2.x.
It is my personal-used command to deploy django web app.
## Installation `$ pip3 install django-fly`
If you are failed to do pip3 install, please git clone this repo, then `python3 setup.py install`.
## Usage #### 1. `$ django-fly init`
To initialize the __deploy__ directory and sample configurations.
#### 2. `$ django-fly update`
After modificating and moving setting files under the right section under the __deploy__ directory, you can use this command to update settings of NGINX and Supervisor.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-fly-0.0.4.tar.gz.
File metadata
- Download URL: django-fly-0.0.4.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
838f9701a21b67015907033cf21223ef8c147aeba5a478893d388817b822d6d1
|
|
| MD5 |
dd970bbba480e9759d1a3590a0f0ac5a
|
|
| BLAKE2b-256 |
b907d71a9fddf27055973bfaea8378c91a392930b90fb44bdfcb2b80a859c172
|