Skip to main content

Set of packages that allows to deploy into heroku (without local PosgreSQL database)

Project description

This is a simple package that simply requires the following packages:

  • django

  • gunicorn

  • dj-database-url

  • dj-static

However, in order to deploy into Heroku, we would also need a packaged called “psycopg”.

So after virtual environment activation we need to run:

pip install django-girls

Then:

pip freeze > requirements.txt

And at least add “psycopg2” package manually by adding a file to the requirements.txt file. Open file “requirements.txt” and a line at the end of it:

psycopg2==2.5.3

Project details


Download files

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

Source Distribution

django-girls-0.0.1.tar.gz (1.5 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