A package that helps to deploy django application to heroku
Project description
Djangoroku
Djangoroku is the package that helps to deploy Django application on Heroku.
How
- Configures the
settings.py
file for deployment - Installs all the necessary packages in your project
- Deploys the application while coding
- Configures the default database,
sqlite
on Heroku
Tech
Djangoroku involves these tech:
- Django - Python backend framework
- Heroku - PaaS for build and deploy apps
- Python - Server side language
Installation and Uses
To install and use djangoroku
run these commands. Make sure you're at the root directory of your project.
$ pip install djangoroku
$ echo "from djangoroku import *" > deploy.py
$ python3 deploy.py
The script will start running and do everything for you. You'll only needed to provide:
- Your project name
- Choose the app name (which will be the Heroku domain name)
- Needed to be logged in your Heroku account (emphasized)
Make sure your project runs with no errors on localhost
, while developing. Note that, the package only helps you to deploy and not debug your coding errors.
Todos
- Display and interprete Heroku logs for debugging during deployment.
- Setting up all types of databases.
License
MIT
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
djangoroku-0.1.2.tar.gz
(3.9 kB
view details)
Built Distribution
File details
Details for the file djangoroku-0.1.2.tar.gz
.
File metadata
- Download URL: djangoroku-0.1.2.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc5295f77be392e94984fbd6ace5359d7b07b449a814ec603cac10a0384d8eca |
|
MD5 | bcc428783331e72f2853b23b8497fb0c |
|
BLAKE2b-256 | d5c26b07ce0f3d6f0d2e3da869f6fff1e7e211cc46812a6f246b3e0a10c6e014 |
File details
Details for the file djangoroku-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: djangoroku-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5857cf8280220f6c62c82f1864a70a1bbeb958a5c45f61d44b278d4c6f5585d9 |
|
MD5 | 96c978b442869bd32ba0641456e9f44d |
|
BLAKE2b-256 | 9fb42d403ea48d499c73f2bef263e7205375071091725ab25916945040e9426c |