Skip to content

Commit

Permalink
🎨 Cosmetic change.
Browse files Browse the repository at this point in the history
  • Loading branch information
archatas committed Feb 13, 2024
1 parent 0b667f6 commit ff68326
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ <h3 id="1-set-paddle-environment-to-live">1. Set Paddle environment to live</h3>
<pre><code class="language-python">PADDLE_SUBSCRIPTIONS[&quot;ENVIRONMENT&quot;] = &quot;live&quot;
</code></pre>
<p>Make sure that <code>PADDLE_SUBSCRIPTIONS["WEBSITE_URL"]</code> points to the URL of the production website, which has to be approved by Paddle.</p>
<p>Remove the <code>PADDLE_SUBSCRIPTIONS['RESTRICTED_TO_IPS']</code> setting.</p>
<p>Remove the <code>PADDLE_SUBSCRIPTIONS["RESTRICTED_TO_IPS"]</code> setting.</p>
<h3 id="2-flush-staging-data-and-set-up-paddle-subscription-anew">2. Flush staging data and set up Paddle subscription anew</h3>
<pre><code class="language-bash">(venv)$ python manage.py flush_paddle_billing_models
(venv)$ python manage.py set_up_paddle_subscriptions
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,5 +344,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-02-11 11:30:57.997002+00:00
Build Date UTC : 2024-02-13 10:36:53.375462+00:00
-->
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://websightful.github.io/django-paddle-subscriptions-docs/</loc>
<lastmod>2024-02-11</lastmod>
<lastmod>2024-02-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://websightful.github.io/django-paddle-subscriptions-docs/CHANGELOG/</loc>
<lastmod>2024-02-11</lastmod>
<lastmod>2024-02-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://websightful.github.io/django-paddle-subscriptions-docs/LICENSE/</loc>
<lastmod>2024-02-11</lastmod>
<lastmod>2024-02-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://websightful.github.io/django-paddle-subscriptions-docs/customization/</loc>
<lastmod>2024-02-11</lastmod>
<lastmod>2024-02-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://websightful.github.io/django-paddle-subscriptions-docs/getting-started/</loc>
<lastmod>2024-02-11</lastmod>
<lastmod>2024-02-13</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://websightful.github.io/django-paddle-subscriptions-docs/screenshots/</loc>
<lastmod>2024-02-11</lastmod>
<lastmod>2024-02-13</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
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 @@ -274,7 +274,7 @@ PADDLE_SUBSCRIPTIONS["ENVIRONMENT"] = "live"

Make sure that `PADDLE_SUBSCRIPTIONS["WEBSITE_URL"]` points to the URL of the production website, which has to be approved by Paddle.

Remove the `PADDLE_SUBSCRIPTIONS['RESTRICTED_TO_IPS']` setting.
Remove the `PADDLE_SUBSCRIPTIONS["RESTRICTED_TO_IPS"]` setting.

### 2. Flush staging data and set up Paddle subscription anew

Expand Down

0 comments on commit ff68326

Please sign in to comment.