Re: Looking for a Learning Buddy

2023-10-16 Thread Shailesh Yadav
buddies.* Thanks & Regards Shailesh Yadav +91-9920886044 [image: Linkedin] <https://in.linkedin.com/in/shailesh-yadav-b7ab89110> On Sat, Oct 14, 2023 at 7:49 PM Migui Galan wrote: > Hi! Any update from the group of "Looking learning buddy" ? has anyone > created? >

Re: How to get data from another function in view to show it on template ?

2023-04-04 Thread Shailesh Yadav
You can open ChatGPT and type the above question. I'll tell you in detail.Thanks. Thanks & Regards Shailesh Yadav +91-9920886044 [image: Linkedin] <https://in.linkedin.com/in/shailesh-yadav-b7ab89110> On Tue, Apr 4, 2023 at 10:13 PM Ravindra Magar wrote: > How to get data

Re: What Programming Language should i learn

2022-08-30 Thread Shailesh Yadav
. Thanks & Regards Shailesh Yadav +91-9920886044 [image: Linkedin] <https://in.linkedin.com/in/shailesh-yadav-b7ab89110> On Tue, Aug 30, 2022 at 8:12 PM Ryan Nowakowski wrote: > On Tue, Aug 30, 2022 at 03:35:26PM +0100, fawemimo olawale wrote: > > Which of these programmin

Re: Sorting price and discount price (urgent)

2021-07-01 Thread Shailesh Yadav
': 'price', 'price':'discount_price' }, Thanks & Regards Shailesh Yadav On Thu, Jul 1, 2021 at 1:33 PM Aritra Ray wrote: > I tried to describe the problem but till my capability and it is urgent, > not just for increasing the possibility of getting help. Thank yo

Re: Need urgent help with filter system (django-filter) in Django

2021-06-23 Thread Shailesh Yadav
in Html code {{items_filter.form}} Search Thanks & Regards Shailesh Yadav +91-9920886044 [image: Linkedin] <https://in.linkedin.com/in/shailesh-yadav-b7ab89110> On Wed, Jun 23, 2021 at 9:50 PM Shailesh Yadav wrote: > Okay. > If you using the Django filter then, pleas

Re: Need urgent help with filter system (django-filter) in Django

2021-06-23 Thread Shailesh Yadav
Okay. If you using the Django filter then, please try like below in your views.. abc_list = ModelName.objects.all() result_filter = ModelNameFilter(request.GET, queryset=abc_list) Thanks & Regards Shailesh Yadav +91-9920886044 [image: Linkedin] <https://in.linkedin.com/in/shailes

Re: Need urgent help with filter system (django-filter) in Django

2021-06-23 Thread Shailesh Yadav
Okay use below in html {{yourmodelnameinsmall_filter.form}} Thanks & Regards Shailesh Yadav +91-9920886044 [image: Linkedin] <https://in.linkedin.com/in/shailesh-yadav-b7ab89110> On Wed, Jun 23, 2021 at 2:58 PM Aritra Ray wrote: > This isn't working. When we are suppl

Re: Need urgent help with filter system (django-filter) in Django

2021-06-23 Thread Shailesh Yadav
Can you help with what ERROR you are getting? Thanks & Regards Shailesh Yadav +91-9920886044 [image: Linkedin] <https://in.linkedin.com/in/shailesh-yadav-b7ab89110> On Wed, Jun 23, 2021 at 2:25 PM Aritra Ray wrote: > Hi, > I've been trying to introduce a filter sys

Re: Edx LDAP Auth setting

2021-05-27 Thread Shailesh Yadav
Can you paste the below code into settings.py and check the error log and how you have configured it?. Checking the log file in Terminal logger = logging.getLogger('django_auth_ldap') logger.addHandler(logging.StreamHandler()) logger.setLevel(logging.DEBUG) Thanks & Regards Shailesh Y

Re: List Products of one Category

2021-05-07 Thread Shailesh Yadav
: allproduct = Product.objects.all(); data = {} Remaing code--- Thanks & Regards Shailesh Yadav +91-9920886044 [image: Linkedin] <https://in.linkedin.com/in/shailesh-yadav-b7ab89110> On Fri, May 7, 2021 at 7:13 PM Shailesh Yadav wrote: > What Error are you getting? > &g

Re: List Products of one Category

2021-05-07 Thread Shailesh Yadav
What Error are you getting? Thanks & Regards Shailesh Yadav +91-9920886044 [image: Linkedin] <https://in.linkedin.com/in/shailesh-yadav-b7ab89110> On Fri, May 7, 2021 at 6:48 PM GWISU MANYANDA wrote: > Hi Every one! I 'm looking for help. > I'm working with Ecommer

Re: module not found

2021-04-27 Thread Shailesh Yadav
-part-1.html Thanks & Regards Shailesh Yadav +91-9920886044 [image: Linkedin] <https://in.linkedin.com/in/shailesh-yadav-b7ab89110> On Tue, Apr 27, 2021 at 6:33 PM Théodore KOSSI wrote: > thanks you very much. I will try this issue and will return later. > > Le lun. 2

Re: Django Rest Framework & How to Learn it ?

2021-04-12 Thread Shailesh Yadav
Please ping me separately. I'll share some videos and notes with you. Thanks & Regards Shailesh Yadav [image: Linkedin] <https://in.linkedin.com/in/shailesh-yadav-b7ab89110> On Mon, Apr 12, 2021 at 6:40 PM 'Amitesh Sahay' via Django users < django-users@googlegroups.com> wro

how to display the latest updated records in table -Django

2021-02-17 Thread Shailesh Yadav
I am having a table in the template file and I'm updating the data by using the .xls file. Can anyone please help me with how to display the latest added records with some hint(or by adding another column) *OR* how to differentiate which are updated records and which are newly added records?

how to store count value in python(django)?

2021-02-07 Thread Shailesh Yadav
Hi Everyone, Can you please look into below Stackoverflow question and let me know how I can define count list in *DB *and use it in view and reset it based on some time duration. Now I have defined it globally and it is working fine but the problem is when else block is executing it is not

Re: How to set daily update limit for django model(db)?

2021-02-04 Thread Shailesh Yadav
>> On Friday, January 22, 2021 at 10:45:54 PM UTC+5:30 >>> gabriela...@gmail.com wrote: >>> >>>> Previous, you can use: >>>> howmany = mytable.count() >>>> >>>> Also you can use xlrd library, for instance: >>>>

Re: How to set daily update limit for django model(db)?

2021-01-22 Thread Shailesh Yadav
ulas = documento.sheet_by_index(1) > > On the other hand, the model has not contains records, it's only an > structure definition of a table > > > Gabriel Araya Garcia > GMI - Desarrollo de Sistemas Informáticos > > > > > El vie, 22 ene 2021 a las 12:58, Shaile

How to set daily update limit for django model(db)?

2021-01-22 Thread Shailesh Yadav
Hi I'm having one Django web app where My *model A *contains 1000 records and I want to set a daily update limit for example if users are updating that data by uploading a .xls file then it should count how many records updated and once it is more than 500 then the user should get an Error

How to get request.user.username in django logger?

2021-01-07 Thread Shailesh Yadav
Hello Everyone, Can you please check this question and help me what mistake I am doing. https://stackoverflow.com/questions/65613400/how-to-get-request-user-username-in-django-logger?noredirect=1#comment116006814_65613400 -- You received this message because you are subscribed to the Google

How to set daily Update limit on Django model

2021-01-04 Thread Shailesh Yadav
I'm new to Django. I have created one Django App where users can update their Shift Timing(Morning/Evening/General) and based on this Shift Timing I am taking real-time data from Django Model and running Linux script which will be evaluating

Re: How to get username in django_requestlogging

2021-01-03 Thread Shailesh Yadav
cted from the current request >> (or there is no current request), a hyphen '-' is substituted as a >> placeholder. >> >> Maybe you are trying with anonymous user?  >> >> >> >> >> On Sat, Jan 2, 2021, 8:42 PM Shailesh Yadav >> wr

how to validate empty field value in django 'import_export' at db level

2021-01-03 Thread Shailesh Yadav
Hello everyone I have created one webpage where I am using Django *'import_export'* Resource for .xlsfile upload. I am having below fields name in the .xls file as shown below image. [image: shift.png] Now here *id* is my primary key and upload functionality is working fine. Now I want that

How to get username in django_requestlogging

2021-01-02 Thread Shailesh Yadav
I am using ‘django_requestlogging’ for the log file and I have followed django_requestlogging this link and configured it as per the steps given. I am not getting the username in the log file instead of that I am getting “-”. Please find the

how to use Django filtered class data to seperate download view

2020-12-21 Thread Shailesh Yadav
I am using Django filter and using it in normal view it is working as expected now I want to download the filtered data so for this I am writing one download view where I am trying to use the same FilterClass but no luck. It is giving me an ERROR( *Exception Value:type object ‘CTSFilter’ has