mirror of
https://github.com/practical-tutorials/project-based-learning
synced 2024-11-10 06:04:19 +00:00
Added Realtime Chat app tutorial for django (#371)
Building Realtime Chat application with Vue, django-notifs, RabbitMQ and uWSGI.
This commit is contained in:
parent
575fa6461c
commit
ba4c3c6c62
1 changed files with 8 additions and 0 deletions
|
@ -367,6 +367,14 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
|
||||||
- Build a Community-driven delivery application with Django, Postgres and JavaScript
|
- Build a Community-driven delivery application with Django, Postgres and JavaScript
|
||||||
- [Part 1](https://www.ashwinhariharan.tech/blog/thinking-of-building-a-contact-tracing-application-heres-what-you-can-do-instead/)
|
- [Part 1](https://www.ashwinhariharan.tech/blog/thinking-of-building-a-contact-tracing-application-heres-what-you-can-do-instead/)
|
||||||
- [Part 2](https://www.ashwinhariharan.tech/blog/thinking-of-building-a-contact-tracing-application-heres-what-you-can-do-instead-part-2/)
|
- [Part 2](https://www.ashwinhariharan.tech/blog/thinking-of-building-a-contact-tracing-application-heres-what-you-can-do-instead-part-2/)
|
||||||
|
- Realtime Chat application with Vue, django-notifs, RabbitMQ and uWSGI
|
||||||
|
- [Part 1](https://danidee10.github.io/2018/01/01/realtime-django-1.html)
|
||||||
|
- [Part 2](https://danidee10.github.io/2018/01/03/realtime-django-2.html)
|
||||||
|
- [Part 3](https://danidee10.github.io/2018/01/07/realtime-django-3.html)
|
||||||
|
- [Part 4](https://danidee10.github.io/2018/01/10/realtime-django-4.html)
|
||||||
|
- [Part 5](https://danidee10.github.io/2018/01/13/realtime-django-5.html)
|
||||||
|
- [Part 6](https://danidee10.github.io/2018/03/12/realtime-django-6.html)
|
||||||
|
|
||||||
|
|
||||||
### Bots:
|
### Bots:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue