Skip to content

Commit

Permalink
update django websocket docs
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Mar 25, 2024
1 parent e376317 commit c149f43
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pages/app-deploy/django/websocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@ export default () => (
</li>
</ul>

<p>
در صورتی که تمایلی به خواندن آموزش متنی ندارید می‌توانید ویدیوی آموزشی زیر
‌را مشاهده کنید.
</p>
<video
src="https://files.liara.ir/liara/django/django-websocket.mp4"
controls="controls"
className="block w-full"
width="100%"
></video>

<h3 id="build-websocket">ساخت برنامه WebSocket در جنگو</h3>
<p>
در ابتدا، باید با استفاده از دستور زیر، در یک محیط مجازی، یک پروژه Django
Expand Down

0 comments on commit c149f43

Please sign in to comment.