|
5 | 5 |
|
6 | 6 | .gitignore | 1 +
|
7 | 7 | README.md | 11 +++++++++++
|
8 |
| - poetry.lock | 7 +++++++ |
9 |
| - pyproject.toml | 14 ++++++++++++++ |
10 |
| - 4 files changed, 33 insertions(+) |
| 8 | + pyproject.toml | 19 +++++++++++++++++++ |
| 9 | + 3 files changed, 31 insertions(+) |
11 | 10 |
|
12 | 11 | --- Install and configure Flake8 with flake8-pyproject
|
13 | 12 |
|
14 |
| - poetry.lock | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- |
15 |
| - pyproject.toml | 9 ++++++++ |
16 |
| - 2 files changed, 75 insertions(+), 2 deletions(-) |
| 13 | + poetry.lock | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| 14 | + pyproject.toml | 10 ++++++++ |
| 15 | + 2 files changed, 86 insertions(+) |
17 | 16 |
|
18 | 17 | --- Install and configure isort with flake8-isort
|
19 | 18 |
|
20 |
| - poetry.lock | 34 +++++++++++++++++++++++++++++++++- |
| 19 | + poetry.lock | 37 ++++++++++++++++++++++++++++++++++++- |
21 | 20 | pyproject.toml | 8 ++++++++
|
22 |
| - 2 files changed, 41 insertions(+), 1 deletion(-) |
| 21 | + 2 files changed, 44 insertions(+), 1 deletion(-) |
23 | 22 |
|
24 | 23 | --- Install and configure pytest
|
25 | 24 |
|
26 |
| - poetry.lock | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- |
| 25 | + poetry.lock | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- |
27 | 26 | pyproject.toml | 4 ++++
|
28 |
| - 2 files changed, 73 insertions(+), 1 deletion(-) |
| 27 | + 2 files changed, 79 insertions(+), 1 deletion(-) |
29 | 28 |
|
30 | 29 | --- Initialize Django project
|
31 | 30 |
|
|
35 | 34 | example/urls.py | 23 ++++++++++
|
36 | 35 | example/wsgi.py | 17 +++++++
|
37 | 36 | manage.py | 22 ++++++++++
|
38 |
| - poetry.lock | 80 ++++++++++++++++++++++++++++++++- |
| 37 | + poetry.lock | 86 +++++++++++++++++++++++++++++++++++- |
39 | 38 | pyproject.toml | 4 ++
|
40 | 39 | test_no_smoke.py | 8 ++++
|
41 |
| - 9 files changed, 294 insertions(+), 1 deletion(-) |
| 40 | + 9 files changed, 300 insertions(+), 1 deletion(-) |
42 | 41 |
|
43 | 42 | --- Configure Django settings with django-environ
|
44 | 43 |
|
45 | 44 | .gitignore | 1 +
|
46 | 45 | README.md | 6 ++++++
|
47 | 46 | example.env | 3 +++
|
48 | 47 | example/settings.py | 15 ++++++++-------
|
49 |
| - poetry.lock | 18 +++++++++++++++++- |
50 |
| - pyproject.toml | 1 + |
51 |
| - 6 files changed, 36 insertions(+), 8 deletions(-) |
| 48 | + poetry.lock | 14 +++++++++++++- |
| 49 | + pyproject.toml | 3 ++- |
| 50 | + 6 files changed, 33 insertions(+), 9 deletions(-) |
52 | 51 |
|
53 | 52 | --- Force HTTPS traffic
|
54 | 53 |
|
|
58 | 57 |
|
59 | 58 | --- Install psycopg for PostgreSQL support
|
60 | 59 |
|
61 |
| - poetry.lock | 36 +++++++++++++++++++++++++++++++++++- |
62 |
| - pyproject.toml | 1 + |
63 |
| - 2 files changed, 36 insertions(+), 1 deletion(-) |
| 60 | + poetry.lock | 25 ++++++++++++++++++++++++- |
| 61 | + pyproject.toml | 3 ++- |
| 62 | + 2 files changed, 26 insertions(+), 2 deletions(-) |
64 | 63 |
|
65 | 64 | --- Configure WhiteNoise for serving static files
|
66 | 65 |
|
67 | 66 | .gitignore | 1 +
|
68 | 67 | example/settings.py | 9 +++++++++
|
69 |
| - poetry.lock | 16 +++++++++++++++- |
70 |
| - pyproject.toml | 1 + |
71 |
| - 4 files changed, 26 insertions(+), 1 deletion(-) |
| 68 | + poetry.lock | 17 ++++++++++++++++- |
| 69 | + pyproject.toml | 3 ++- |
| 70 | + 4 files changed, 28 insertions(+), 2 deletions(-) |
72 | 71 |
|
73 | 72 | --- Install and configure Sentry
|
74 | 73 |
|
75 |
| - example/settings.py | 8 ++++++ |
76 |
| - poetry.lock | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++- |
77 |
| - pyproject.toml | 1 + |
78 |
| - 3 files changed, 90 insertions(+), 1 deletion(-) |
| 74 | + example/settings.py | 8 +++++ |
| 75 | + poetry.lock | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++- |
| 76 | + pyproject.toml | 3 +- |
| 77 | + 3 files changed, 99 insertions(+), 2 deletions(-) |
79 | 78 |
|
80 | 79 | --- Configure the project for Heroku deployment
|
81 | 80 |
|
82 | 81 | Procfile | 2 ++
|
83 | 82 | app.json | 37 +++++++++++++++++++++++++++++++++++++
|
84 |
| - poetry.lock | 23 ++++++++++++++++++++++- |
85 |
| - pyproject.toml | 5 +++++ |
86 |
| - 4 files changed, 66 insertions(+), 1 deletion(-) |
| 83 | + poetry.lock | 26 ++++++++++++++++++++++++-- |
| 84 | + pyproject.toml | 7 ++++++- |
| 85 | + 4 files changed, 69 insertions(+), 3 deletions(-) |
87 | 86 |
|
88 | 87 | --- Custom user model using UUID4 as the primary key
|
89 | 88 |
|
|
0 commit comments