DEV Community

DoriDoro profile picture

DoriDoro

404 bio not found

Joined Joined on  github website
Django SafeString

Django SafeString

Comments
2 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
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

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

3
Comments
10 min read
Adding translation to Django Portfolio project

Adding translation to Django Portfolio project

1
Comments
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
Django translation: translate database content

Django translation: translate database content

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

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

Django: `render_to_string()` funtion

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

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

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

Understanding the importance of binding the port in Dockerfile

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

2
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

4
Comments
3 min read
Django QuerySets Are Lazy

Django QuerySets Are Lazy

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

Setting up `pre-commit` in a Django project

1
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

1
Comments
3 min read
In Python: `date` vs `datetime` object

In Python: `date` vs `datetime` object

2
Comments
2 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

2
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

5
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

4
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

44
Comments 3
4 min read
loading...