Получи случайную криптовалюту за регистрацию!

Django Unleashed Framework

Логотип телеграм канала @django_prog — Django Unleashed Framework D
Логотип телеграм канала @django_prog — Django Unleashed Framework
Адрес канала: @django_prog
Категории: Технологии
Язык: Русский
Количество подписчиков: 1.74K
Описание канала:

Лучшие материалы по разработке на фреймворке Django на русском и английском языке
Купить рекламу: https://tprg.ru/gpvZ
По вопросам рекламы: @tproger_sales_bot
Правила общения: https://tprg.ru/rules
Другие каналы: @tproger_channels

Рейтинги и Отзывы

2.00

2 отзыва

Оценить канал django_prog и оставить отзыв — могут только зарегестрированные пользователи. Все отзывы проходят модерацию.

5 звезд

0

4 звезд

0

3 звезд

1

2 звезд

0

1 звезд

1


Последние сообщения 11

2022-05-16 08:57:42
Adding Custom Model Managers In Django

A manager is an interface through which database query operations are provided to Django models. At least one Managerexists for every model in a Django application, objectsis the default manager of every model that retrieves all objects in the database.
However, one model can have multiple model managers, we can also build our own …

Read: http://djangocentral.com/adding-custom-model-managers-in-django/
425 views05:57
Открыть/Комментировать
2022-05-15 15:19:10
Let Cloudinary handle image uploads in your Django application.

Hi, everyone,
It's been a while since I uploaded my last article. I would love to tell you that I have joined Publicis Sapient six months ago as a Junior Associate Technology. And now, I have been promoted to Associate Technology L1. These first six ...

Read: https://magbanum.tech/let-cloudinary-handle-image-uploads-in-your-django-application
463 views12:19
Открыть/Комментировать
2022-05-15 08:45:14
Django 4.0.4 Best Practices Tutorial : Part 1

Wha's Django ?
Django is a Python-based web framework. A Web framework is a piece of software that helps you build dynamic Web sites, apps, and services. It includes a set of tools and functionalities that address a variety of common Web development...

Read: https://ayat.hashnode.dev/django-404-best-practices-tutorial-part-1
506 views05:45
Открыть/Комментировать
2022-05-15 00:08:35
Setup Continuous Deployment For Your Django Project With Docker Compose, Caddy and GitHub

There are many services that offer easy and continous deployments, for example Heroku or Dokku. But you might want to consider doing it yourself, Heroku is expensive and Dokku won't scale past one server, using Docker ensures that you will be able to...

Read: https://code.roettgers.co/django-docker-compose-continuous-deployment
509 views21:08
Открыть/Комментировать
2022-05-14 22:10:16
Building Résumé with Django

"Everything was first an idea"

Overview
If you've ever needed an internship, apprenticeship, or a job, you've almost likely needed a resume or CV (depending on the company's choice).
You may have even utilized CV generators such as Visualcv or Novor...

Read: https://sarahthedeveloper.hashnode.dev/building-resume-with-django
504 views19:10
Открыть/Комментировать
2022-05-14 18:07:05
How to serve static files in Django Production with WhiteNoise?

Introduction:
You might have faced this situation while deploying your Django project to the production, when the static files were not available after adding DEBUG=False in settings.py file. Because Django is not capable of serving the static files ...

Read: https://blog.devjunction.in/serve-static-files-in-django-production-with-whitenoise
508 views15:07
Открыть/Комментировать
2022-05-13 20:04:56
Introduction to Django Framework

In this article and the upcoming ones, I will provide you with a basic introduction to what is the Djnago framework and how to create your first ever app in simple and straight forward steps, with the addition of explaining a bit more on each buildin...

Read: https://batoolragayah.hashnode.dev/introduction-to-django-framework
543 views17:04
Открыть/Комментировать
2022-05-13 18:20:46
Introduction to Djnago Framework

In this article and the upcoming ones, I will provide you with a basic introduction to what is the Djnago framework and how to create your first ever app in simple and straight forward steps, with the addition of explaining a bit more on each buildin...

Read: https://batoolragayah.hashnode.dev/introduction-to-djnago-framework
542 views15:20
Открыть/Комментировать
2022-05-13 15:28:19
How to revert migrations in Django?

Introduction:
Sometimes we run a migration that make changes in our database, but we want to revert it and delete the migration, without creating a new migration.
Well, in that case, there is a small trick that you can use to revert your migration sa...

Read: https://blog.devjunction.in/revert-migrations-in-django
538 views12:28
Открыть/Комментировать
2022-05-13 13:03:30
Django News - DjangoCon US/Europe Call for Proposals - May 13th 2022

Read: https://django-news.com/issues/127
195 views10:03
Открыть/Комментировать