Skip to content

Commit

Permalink
update flask + django docs
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Mar 28, 2024
1 parent 4abaa12 commit 0f84261
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
22 changes: 4 additions & 18 deletions pages/app-deploy/django/tips.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default () => (
<Highlight className="json">
{`{
"django": {
"pythonVersion": "3.11"
"pythonVersion": "3.12"
}
}
`}
Expand All @@ -98,11 +98,12 @@ export default () => (
<ul>
<li>3.7</li>
<li>3.8</li>
<li>3.9</li>
<li>
<b>3.9 (پیش‌فرض)</b>
<b>3.10 (پیش‌فرض)</b>
</li>
<li>3.10</li>
<li>3.11</li>
<li>3.12</li>
</ul>
<h3 id="supervisord-conf">استفاده از Supervisord</h3>
<p>
Expand Down Expand Up @@ -535,20 +536,5 @@ CORS_ALLOW_METHODS = [
برابر با 3.6.0 است. در صورتی که نسخه Python را تغییر دهید، پکیج GDAL را
نیز باید متناسب با نسخه Python انتخاب کنید.
</Notice>

<h3 id="mirror">غیرفعال کردن Mirror</h3>
<p>
Mirror اختصاصی لیارا به‌منظور دانلود سریع‌تر پکیج‌ها در پلتفرم Django
به‌صورت پیش‌فرض فعال است اما شما می‌توانید با قرار دادن قطعه‌کد زیر در
فایل <Link href="/app-deploy/django/liarajson">liara.json</Link>، این
قابلیت را غیر فعال کنید:
</p>
<Highlight className="json">
{`{
"django": {
"mirror": false
}
}`}
</Highlight>
</Layout>
);
7 changes: 4 additions & 3 deletions pages/app-deploy/flask/tips.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default () => (
<Highlight className="json">
{`{
"flask": {
"pythonVersion": "3.11"
"pythonVersion": "3.12"
}
}
`}
Expand All @@ -74,11 +74,12 @@ export default () => (
<ul>
<li>3.7</li>
<li>3.8</li>
<li>3.9</li>
<li>
<b>3.9 (پیش‌فرض)</b>
<b>3.10 (پیش‌فرض)</b>
</li>
<li>3.10</li>
<li>3.11</li>
<li>3.12</li>
</ul>

<h3 id="set-timezone">تنظیم منطقه‌ی زمانی (TimeZone)</h3>
Expand Down

0 comments on commit 0f84261

Please sign in to comment.