Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django

django-oauth2-provider with custom user model?

Django crash - Segmentation fault: 11 on macOS

Django-Background-Tasks: Initialize Task at midnight and repeat every midnight

python django

How to make a view that records the data from a ModelMultipleChoiceField form in database with django?

python django python-3.x

rest-framework "get() missing 1 required positional argument"

How to set up Django with nginx reverse proxy

django nginx

How do I group unit tests in Django at a higher granularity than the app?

python django unit-testing

Postgres doesn't respect Django's "on_delete = models.CASCADE" in models.py. Why?

How can I dynamically set Django filter in queryset

encrypt a string to obtain a fixed length

why django user password doesnt encrypted while i create new user?

python django model

Django - Correct method of consuming my own REST API internally in the views.py?

python django python-3.x

How to set up a Django URL regex that accepts only 3 specific words?

How to obtain a token for a user with payload using Django Simple JWT

Uninstall app A that app B have a dependency in one old migration

'future' is not a registered tag library.

django python-3.x

Expire the user activation link and remove from database in django

python django django-views

ValueError at /profile/:The 'image' attribute has no file associated with it

django: sort table data according to other table data

sql django

Django - How to add "or" condition to queryset.filter in custom filter