Django & Github Actions
https://www.codingforentrepreneurs.com/blog/django-github-actions/
@Django_pythonl
https://www.codingforentrepreneurs.com/blog/django-github-actions/
@Django_pythonl
Mastering Django: Advanced Models
https://djangobook.com/django-tutorials/mastering-django-advanced-models/
@Django_pythonl
https://djangobook.com/django-tutorials/mastering-django-advanced-models/
@Django_pythonl
Cookiecutter Django
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
Github: https://github.com/cookiecutter/cookiecutter-django
Docs: https://cookiecutter-django.readthedocs.io/en/latest/
@Django_pythonl
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
Github: https://github.com/cookiecutter/cookiecutter-django
Docs: https://cookiecutter-django.readthedocs.io/en/latest/
@Django_pythonl
💻 Continuously Deploying Django to Linode with Docker and GitHub Actions
https://testdriven.io/blog/deploying-django-to-linode-with-docker-and-github-actions/
@Django_pythonl
https://testdriven.io/blog/deploying-django-to-linode-with-docker-and-github-actions/
@Django_pythonl
testdriven.io
Continuously Deploying Django to Linode with Docker and GitHub Actions
In this tutorial, we'll look at how to configure GitHub Actions to continuously deploy a Django and Docker application to Linode.
Bugfix Django: 4.1.1.
https://www.djangoproject.com/weblog/2022/sep/05/bugfix-release/
@Django_pythonl
https://www.djangoproject.com/weblog/2022/sep/05/bugfix-release/
@Django_pythonl
Top 12 Django Packages and Libraries
https://www.stxnext.com/blog/top-django-packages-libraries/
@Django_pythonl
https://www.stxnext.com/blog/top-django-packages-libraries/
@Django_pythonl
Stxnext
Top 12 Django Packages and Libraries
Read our article to discover the best Django packages and libraries you should check out if you’re looking for top tools to help you out in your projects!
Django REST API-интерфейс в одном файле
https://adamj.eu/tech/2020/10/15/a-single-file-rest-api-in-django/
@Django_pythonl
https://adamj.eu/tech/2020/10/15/a-single-file-rest-api-in-django/
@Django_pythonl
adamj.eu
A Django REST API in a Single File - Adam Johnson
I previously covered writing a Django application in a single file, for both synchronous and asynchronous use cases. This post covers the angle of creating a REST API using Django in a single file.
Please open Telegram to view this post
VIEW IN TELEGRAM
Django-Ninja – Веб-фреймворк для быстрого построения REST-сервиса на Django
https://github.com/vitalik/django-ninja
https://github.com/vitalik/django-ninja
redis-search-django: поиск Django ORM с помощью RediSearch.
https://github.com/saadmk11/redis-search-django
@Django_pythonl
https://github.com/saadmk11/redis-search-django
@Django_pythonl
GitHub
GitHub - saadmk11/redis-search-django: Django package that provides auto indexing and searching capabilities for Django model instances…
Django package that provides auto indexing and searching capabilities for Django model instances using RediSearch. - saadmk11/redis-search-django
@Django_pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
GitHub - wagtail/wagtail: A Django content management system focused on flexibility and user experience
A Django content management system focused on flexibility and user experience - wagtail/wagtail
Five Common Django Mistakes of 2022
https://medium.com/python-in-plain-english/five-common-django-mistakes-of-2022-5a88bc2b7cb4
@Django_pythonl
https://medium.com/python-in-plain-english/five-common-django-mistakes-of-2022-5a88bc2b7cb4
@Django_pythonl
Medium
Five Common Django Mistakes of 2022
Django comes first to my mind regarding web development in Python. Developed and maintained by Django Software Foundation, it is a free and…