Skip to content
Snippets Groups Projects
Commit 3024cc84 authored by Michal Cyprian's avatar Michal Cyprian
Browse files

Pin Django to version < 3.0

parent 3fd66f5e
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ url = "https://pypi.org/simple" ...@@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
name = "pypi" name = "pypi"
[packages] [packages]
django = "*" django = ">=2.1.2,<3.0"
"psycopg2-binary" = "*" "psycopg2-binary" = "*"
[requires] [requires]
......
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "e87e2063f2ce966d1d94238a6bc8bcf8650a173dd0fb0409815b5147d18dff18" "sha256": "2aeaa41d7d67c34f9c0ece7bbcee99d8932c5011531d00eed287e0e41f53098d"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
...@@ -18,11 +18,11 @@ ...@@ -18,11 +18,11 @@
"default": { "default": {
"django": { "django": {
"hashes": [ "hashes": [
"sha256:04f2e423f2e60943c02bd2959174b844f7d1bcd19eabb7f8e4282999958021fd", "sha256:acdcc1f61fdb0a0c82a1d3bf1879a414e7732ea894a7632af7f6d66ec7ab5bb3",
"sha256:e1cc1cd6b658aa4e052f5f2b148bfda08091d7c3558529708342e37e4e33f72c" "sha256:efbcad7ebb47daafbcead109b38a5bd519a3c3cd92c6ed0f691ff97fcdd16b45"
], ],
"index": "pypi", "index": "pypi",
"version": "==2.1.1" "version": "==2.1.2"
}, },
"psycopg2-binary": { "psycopg2-binary": {
"hashes": [ "hashes": [
......
# Django 2.1.1 LTS template for Platform.sh # Django 2 LTS template for Platform.sh
This project provides a starter kit for Django projects hosted on Platform.sh. It is primarily an example, although could be used as the starting point for a real project. This project provides a starter kit for Django projects hosted on Platform.sh. It is primarily an example, although could be used as the starting point for a real project.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment