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
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
django-girls-0.0.1.tar.gz
(1.5 kB
view details)
File details
Details for the file django-girls-0.0.1.tar.gz
.
File metadata
- Download URL: django-girls-0.0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3ae76ea577534dba2e181674a9c6690d4a1b61ab5b919a85a61902e4e8b48e4 |
|
MD5 | 4f4a4145ccea3ce7810f3c4c5075fa79 |
|
BLAKE2b-256 | abe1f392e43d0f465a790b0d169cb6a0fbcabfa0d1b1b15cd0d13fbf6449e3bd |