Skip to content

Commit

Permalink
đź“ť Django 5.0 mentioned in the requirements example.
Browse files Browse the repository at this point in the history
  • Loading branch information
archatas committed Mar 8, 2024
1 parent a601363 commit f1f45a8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h3 id="1-download-and-install-the-package-with-pip">1. Download and install the
<p><a href="https://websightful.gumroad.com/l/django-gdpr-cookie-consent">Get Django GDPR Cookie Consent from Gumroad</a>.</p>
<p>Create a directory <code>private_wheels/</code> in your project's repository and add the wheel file of the app there.</p>
<p>Link to this file in your <code>requirements.txt</code>:</p>
<pre><code>Django==4.2
<pre><code>Django==5.0
file:./private_wheels/django_gdpr_cookie_consent-2.2.0-py2.py3-none-any.whl
</code></pre>
<p>Install the pip requirements from the <code>requirements.txt</code> file into your project's virtual environment:</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,5 +317,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.3.1
Build Date UTC : 2024-03-08 14:00:51.263222+00:00
Build Date UTC : 2024-03-08 14:41:19.191526+00:00
-->
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Create a directory `private_wheels/` in your project's repository and add the wh
Link to this file in your `requirements.txt`:

```
Django==4.2
Django==5.0
file:./private_wheels/django_gdpr_cookie_consent-2.2.0-py2.py3-none-any.whl
```

Expand Down

0 comments on commit f1f45a8

Please sign in to comment.