selectfilter2 javascript and django

2015-04-29 Thread Dimitris Kougioumtzis
i want to use the selectfilter widget for a view , the user in my django application is only active not staff because i want to restrict access to django admin pages. But selectfilter widget dosen't work the error i get is SyntaxError: expected expression, got '<' /admin/jsi18n/ (line

Re: selectfilter2 javascript and django

2015-04-29 Thread Dimitris Kougioumtzis
ok i found it in the urls.py i add the (r'^jsi18n/$', 'django.views.i18n.javascript_catalog'), and in template Τη Τετάρτη, 29 Απριλίου 2015 - 4:12:56 μ.μ. UTC+3, ο χρήστης Dimitris Kougioumtzis έγραψε: > > i want to use the selectfilter widget for a vi

Django with digital certificates

2016-09-12 Thread Dimitris Kougioumtzis
I have an application with django framework. The users have in their usb sticks their certificates. How to access their certificates from the django application to the client computer ; -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsub

Re: [42S22] [Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Invalid column name 'p_comments'

2023-09-21 Thread Dimitris Kougioumtzis
I had the same problem Some ware in your code you loop the model that you want to make the changes so a solution is to comment the code temporally so you can proceed with your migrations On Friday, January 31, 2020 at 5:29:20 PM UTC+2 mahesh goud wrote: > Hi All, > > I am trying to add