A package that helps to deploy django application to heroku
Project description
Djangoroku
Djangoroku is the package that helps to deploy django application to heroku without worry of creating files required or installing third-party packages. The tool will all do for you!
- It setup the
settings.pyfile for deployment - It install all the necessary packages in your project
- Deploy the application while coding
- It setup the default database,
sqlitein 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 it 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 in localhost, while developing. Note that, the package only helps 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file djangoroku-0.1.1.tar.gz.
File metadata
- Download URL: djangoroku-0.1.1.tar.gz
- Upload date:
- Size: 4.0 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 |
6d7c796e4d48c5fd1e01ea6defe71c1628d5f71fd1e5b8716c5587ac1726a906
|
|
| MD5 |
f7780500cecfeed3bdd0133057087a70
|
|
| BLAKE2b-256 |
fe59786c993c2441f0ee4e3debf1570ce4b0af0532e0d4e305debdc40c72362a
|
File details
Details for the file djangoroku-0.1.1-py3-none-any.whl.
File metadata
- Download URL: djangoroku-0.1.1-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 |
41d061fd97d88d22657d7fd5f44b56217156b126e2321f90eae48e91f6e5fb59
|
|
| MD5 |
9a9a25eb260cc7b425b9a6b8629c355b
|
|
| BLAKE2b-256 |
52fa3349b90c934f02eb24d623185c080c07319de9536ba1b954d62f2ff6fda0
|