Skip to main content

Helps in deploying django files to heroku.

Project description

Makes the necessary changes to your django files and deploys them to heroku.

Usage:

from primepastalib import herokuLogin, djangoDeploy

#projectName is the name of your django project, and appName is the name that you’d your heroku app to have.

#adds the required files and makes changes to the settings.py file, and deploys them to heroku. Make sure you’re logged in. Heroku will choose a name for the app.

djangoDeploy(‘projectName’)

#Does the same as above, except the name you pass will be used for the app.

djangoDeploy(‘projectName’, ‘appName’)

#You can also login to heroku by running the following: (It is recommended that you log into the heroku CLI yourself.)

herokuLogin()

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangoherokudeployer-0.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page