| Code Base
  •       Django
  •     Python
  •     JavaScript
  •     Jquery
  •     HTML
  •     CSS
  •     BootStrap
  •     ABAP
  •     SQL
  •     TKINTER
Login

  • DJANGO Queryset filter using array values Django Forms : HiddenInput Django Forms : Modify form value before save DJANGO Queryset : Calculate Sum of column Django Forms : Optional field Django Forms : height of text area VisualStudioCode: Startup Kit Django Basic Project Startup Code Dajngo:Message Framework Django Models DJANG Views : CURD VisualStudioCode: Error : Class has no objects member Django View : Pass value from checkbox to view Call Javascript function from Django Template Get Selected value from dropdown list Python : Requests DJANGO Queryset Q , F Filter AJAX Call : Django Javascript DJANGO Queryset Get Last N record DJANGO Queryset create_update , get_create DJANGO Queryset Update DJANGO Queryset OrderBy Django: File upload DJANGO Queryset Last Latest DJANGO Queryset Distinct DJANGO Queryset Exclude CKEditor Window Frame with scrollbar , Canvas using grid positioning User Authentication Custom Tag in IF statement

DJANGO Queryset Distinct

DJANGO


Get Distinct values for queryset

folder_1 = sap_menu_area.objects.all().values('folder_1').distinct()

 

            Related