DEV Community

DoriDoro profile picture

DoriDoro

404 bio not found

Django migration operations

Django migration operations

1
Comments
5 min read

Want to connect with DoriDoro?

Create an account to connect with DoriDoro. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Django REST Framework (DRF) - permissions

Django REST Framework (DRF) - permissions

1
Comments
5 min read
Django REST Framework (DRF) - ModelViewSets

Django REST Framework (DRF) - ModelViewSets

Comments
5 min read
What is the difference between the template filter: `|linebreaks` and `|linebreaksbr` in Django Template?

What is the difference between the template filter: `|linebreaks` and `|linebreaksbr` in Django Template?

Comments
1 min read
How to get the `verbose_name` of an attribute of a model.

How to get the `verbose_name` of an attribute of a model.

Comments
3 min read
Why do I need to store environment variables in a separate file when going to production?

Why do I need to store environment variables in a separate file when going to production?

Comments
3 min read
What is gunicorn?

What is gunicorn?

4
Comments
3 min read
What is Docker?

What is Docker?

Comments
2 min read
What is CI/CD?

What is CI/CD?

Comments
4 min read
Understanding the differences between `reverse()` and `reverse_lazy()` in Django's `get_absolute_url()` method.

Understanding the differences between `reverse()` and `reverse_lazy()` in Django's `get_absolute_url()` method.

1
Comments
4 min read
What is Django's `get_absolute_url()` method?

What is Django's `get_absolute_url()` method?

Comments
2 min read
How to implement pagination in a Django project?

How to implement pagination in a Django project?

Comments
5 min read
How to creating a SEO friendly URL in a Django project

How to creating a SEO friendly URL in a Django project

Comments
2 min read
Convert a Django function-based-view into a class-based-view (DetailView)

Convert a Django function-based-view into a class-based-view (DetailView)

1
Comments
3 min read
Python regular expression methods re.match() and re.sub()

Python regular expression methods re.match() and re.sub()

2
Comments
5 min read
How to create a Django password validator?

How to create a Django password validator?

1
Comments
1 min read
Django messages framework

Django messages framework

Comments
2 min read
Various `lxml.html` techniques explained

Various `lxml.html` techniques explained

1
Comments
12 min read
Django SafeString

Django SafeString

Comments
2 min read
What is `prefix_default_language` in Django?

What is `prefix_default_language` in Django?

Comments
2 min read
Understanding Django template inheritance

Understanding Django template inheritance

3
Comments
3 min read
Make a Django project production-ready, create a Docker Image and use GitHub CI/CD to automate the push of the Docker image

Make a Django project production-ready, create a Docker Image and use GitHub CI/CD to automate the push of the Docker image

13
Comments
10 min read
Adding translation to Django Portfolio project

Adding translation to Django Portfolio project

5
Comments 1
3 min read
Usage of Django `.values_list()` method in a view

Usage of Django `.values_list()` method in a view

Comments
1 min read
Guide to install and set up the package `django-modeltranslation` into a Django projcet.

Guide to install and set up the package `django-modeltranslation` into a Django projcet.

1
Comments
2 min read
Why creating a variable and using that variable as reference can lead to confusion?

Why creating a variable and using that variable as reference can lead to confusion?

Comments
2 min read
Python: differences between `.replace()` and `.re.sub()` methods

Python: differences between `.replace()` and `.re.sub()` methods

1
Comments
2 min read
Django: `render_to_string()` funtion

Django: `render_to_string()` funtion

1
Comments
1 min read
What is the difference between `gettext` and `gettext_lazy`?

What is the difference between `gettext` and `gettext_lazy`?

1
Comments
2 min read
Understanding the importance of binding the port in Dockerfile

Understanding the importance of binding the port in Dockerfile

2
Comments
4 min read
Django: difference between MEDIA_ROOT and STATIC_ROOT

Django: difference between MEDIA_ROOT and STATIC_ROOT

Comments
4 min read
Django TemplateView and DetailView - how do they work together

Django TemplateView and DetailView - how do they work together

4
Comments
4 min read
Determine which CBV (classed-base-view) of Django to use

Determine which CBV (classed-base-view) of Django to use

Comments
3 min read
Django Model Properties

Django Model Properties

11
Comments
3 min read
Django QuerySets Are Lazy

Django QuerySets Are Lazy

6
Comments
2 min read
Setting up `pre-commit` in a Django project

Setting up `pre-commit` in a Django project

4
Comments
2 min read
Django: several ForeignKey relationships in models

Django: several ForeignKey relationships in models

2
Comments
2 min read
Python: try - except block

Python: try - except block

1
Comments
2 min read
In Django model: save an image with Pillow (PIL) library

In Django model: save an image with Pillow (PIL) library

3
Comments
3 min read
Difference between templatetag: linebreaks and linebreaksbr in Django template

Difference between templatetag: linebreaks and linebreaksbr in Django template

1
Comments
2 min read
Creation of choices in django model

Creation of choices in django model

3
Comments
2 min read
In which order a Django model is created?

In which order a Django model is created?

1
Comments
3 min read
Host a Django project documentation autogenerated with Sphinx on Read the Docs -- Django specifics

Host a Django project documentation autogenerated with Sphinx on Read the Docs -- Django specifics

1
Comments
4 min read
create a custom BaseCommand for a Django app

create a custom BaseCommand for a Django app

9
Comments
5 min read
Create a simple Django app from scratch with PyCharm IDE and use a GitHub repository

Create a simple Django app from scratch with PyCharm IDE and use a GitHub repository

5
Comments
3 min read
Django REST Framework warning: `UnorderedObjectListWarning`

Django REST Framework warning: `UnorderedObjectListWarning`

1
Comments
1 min read
several ways to create a simple url

several ways to create a simple url

Comments 1
2 min read
DRF detailed information of user in related serializer

DRF detailed information of user in related serializer

Comments
1 min read
What problems can happen with different serializer in DRF?

What problems can happen with different serializer in DRF?

Comments
2 min read
Error: __str__ returned non-string (type User)

Error: __str__ returned non-string (type User)

Comments
1 min read
DRF create validation in serializer

DRF create validation in serializer

Comments
1 min read
DRF create @property decorator in view and use property in serializer

DRF create @property decorator in view and use property in serializer

1
Comments
4 min read
Create a superuser in Django with custom user model attributes

Create a superuser in Django with custom user model attributes

Comments
2 min read
Classed-Base-Views (CBV) Register, Login and Logout

Classed-Base-Views (CBV) Register, Login and Logout

12
Comments
3 min read
How to first migrate custom User model within models directory

How to first migrate custom User model within models directory

Comments
2 min read
Deploy a Django app with PostgreSQL database on Vercel

Deploy a Django app with PostgreSQL database on Vercel

65
Comments 3
4 min read
loading...