Re: Gyftr api integration

2021-06-27 Thread Puneet Makhija
What do you mean by 'gyftr' please let me know What do you want to achieve On Sun, Jun 27, 2021, 9:13 PM Anuj Kumar wrote: > i also want api , please help me out > > On Friday, 30 October 2020 at 13:53:59 UTC+5:30 ankitba...@gmail.com > wrote: > >> Plz, Tell me how to integrate Gyftr api in

How can we achieve this?

2020-07-02 Thread Puneet Makhija
def decorator(func): @wraps(func) def inner(request, *args, **kwargs): pdb.set_trace() a1 = args user = a1[1]._request.user permission = Permission.objects.get(user=user) # < Permission: bookings | Booking | Can view Booking > return

How to achieve this?

2020-07-02 Thread Puneet Makhija
My clients wants sub admins panel , just like a staff users class OfferListAPIView(generics.ListCreateAPIView): queryset = Offers.objects.all().order_by('-id') serializer = OfferListSerializer @decorator def list(self, request): queryset = self.get_queryset() serializer =

Re: Collaborators

2020-06-27 Thread Puneet Makhija
Hello sir , Will you please please help me becuase I have to submit by project tomorrow , please help me please Here below is the link , sir please please help me https://stackoverflow.com/questions/62608223/override-a-field-in-child-class-from-the-parent-class-in-django On Friday, June 19,

Can somebody help me in this case

2020-06-27 Thread Puneet Makhija
https://stackoverflow.com/questions/62608223/override-a-field-in-child-class-from-the-parent-class-in-django If their will be no solution for this, Then I have to change my overall structure of the Code, Its take too much effort to do, and again testing required by the tester, Please help me ,

Re: Manage.py not working

2020-06-22 Thread Puneet Makhija
Hello piyush sir Please reply sir please reply my question On Mon, Jun 22, 2020, 10:39 PM Piyush Jangid wrote: > Try to change the directory of your app i.e try "cd C:// > ../texts1/text1 whatever where your namage.py is and then run command. > Thank you > Piyush jangid > > On Sat, 20 Jun

Re: Collaborators

2020-06-22 Thread Puneet Makhija
Hello please guide me please I request Actually I completed a project of django 95 percent By using abstract user Class User(absrract user) Class worker(User) Through this architecture And my clients suddenly wants role based setup They said when I am an admin I will be able to create multiple

Re: Please help me out!

2020-06-19 Thread Puneet Makhija
Meera, if you stuck anywhere Then post your issue Or contact me On Fri, Jun 19, 2020, 4:00 PM meera gangani wrote: > Yeah i already started my Project > So I have an HR Project > In this Project when admin enters the event details then the notification > will be sent to the user > > > > On Fri,

Re: Please help me out!

2020-06-19 Thread Puneet Makhija
Ma'am scratch se btana hai kya sab kuch On Fri, Jun 19, 2020, 1:11 PM Puneet Makhija wrote: > yes, let me know > U started your project? > > > On Fri, Jun 19, 2020, 12:01 PM meera gangani > wrote: > >> Hello , >> >> I want to implement a Notific

Re: Please help me out!

2020-06-19 Thread Puneet Makhija
yes, let me know U started your project? On Fri, Jun 19, 2020, 12:01 PM meera gangani wrote: > Hello , > > I want to implement a Notification module in my Project > could you please help me out! > > > Thank you > -Meera Gangani > > -- > You received this message because you are

Re: Employee leave module in django?

2020-06-18 Thread Puneet Makhija
ok Meera So whats the problem Just create it If you have any query just ask To me On Thu, Jun 18, 2020, 4:54 PM meera gangani wrote: > Hello , > > I want to implement an employee leave module in django?? > "Am New" in django > Please help me? > > Thanks in advance > -Meera Gangani > > -- > You

Re: cant be able to setup GDAL in django prject

2020-06-16 Thread Puneet Makhija
Please reply please please please please On Monday, June 15, 2020 at 6:51:51 PM UTC+5:30, Puneet Makhija wrote: > > As i am Stuck in this Error from 2 days. But cant get the Solution why > this was Happening > I am getting an Error: > > self._handle = _dlope

cant be able to setup GDAL in django prject

2020-06-15 Thread Puneet Makhija
As i am Stuck in this Error from 2 days. But cant get the Solution why this was Happening I am getting an Error: self._handle = _dlopen(self._name, mode) indusli | OSError: /usr/local/lib/libgdal.so: cannot open shared object file: No such file or directory And below is my django

Re: Django Matrimonial Apps,

2014-02-06 Thread Puneet
Guys did you anything on this ? I am looking for one matrimonial app in django. On Saturday, August 14, 2010 5:05:51 PM UTC+5:30, Kenneth Gonsalves wrote: > > On Sat, 2010-08-14 at 12:28 +0100, Rizwan Mansuri wrote: > > I belies in open sources 100%. Anything what I will write would be > > 100%

'python manage.py migrate' command gives error even after installing south

2013-11-22 Thread puneet pandey
I was going through Django tutorials and found the command - 'python manage.py migrate' to give output as 'unknown command' . So i searched for it and found that its most probably due to 'south' not installed. i checked it on python shell by giving the command - 'import south' which resulted in

Unexpected EOF while calling a stored procedure

2012-10-09 Thread puneet loya
Hi Everyone, I m facing aproblem while fetching data from MS sql server using a stored procedure. The stored procedure is being called from Django. The problem is, it is not fetching data for this particular procedure and all other procedures are working fine. The only error i get is

Re: sqlite datetime issue with django

2012-10-03 Thread puneet loya
p 25, 2012 at 2:19 PM, puneet loya <puneetl...@gmail.com> wrote: > > Hi, > > > > I m having problems with sqlite insertion. > > > > When i enter datetime object using django into sqlite, sqlite is > converting > > the datetime to UTC and storing it. Hence t

sqlite datetime issue with django

2012-09-25 Thread puneet loya
Hi, I m having problems with sqlite insertion. When i enter datetime object using django into sqlite, sqlite is converting the datetime to UTC and storing it. Hence the datetime inserted in the sqlite db is incorrect. My timezone in UTC+05:30 and the datetime inserted is in UTC. Any

Re: Can I simply disable the CSRF? crazy

2012-09-25 Thread puneet loya
but security for your app what you will >>> think after it running later. >>> >>> do it correctly now or later . >>> >>> Rgds, >>> >>> Mulianto >>> >>> On Mon, Sep 24, 2012 at 2:56 PM, yati sagade <yati@gmail.

Re: Can I simply disable the CSRF? crazy

2012-09-23 Thread puneet loya
Hi I was trying to disable csrf . I am calling post using ajax. I have used the csrf token placed it below the form. In my views file i m using the csrf exempt. I am still getting the network forbidden error. :( If you require more information i will share it :) On Thursday, 19 August

Re: looking for help to make build for django web application

2012-09-03 Thread puneet loya
u getting error for distutils.core?? Then download setup tools of python.. On Friday, April 20, 2012 9:12:16 PM UTC+5:30, Prit wrote: > > Hello Guys > > is there any one had use the Distutils for Distributing Python > Modules,I am looking for make build or setuptools for django

Re: Trouble installing django

2012-09-02 Thread puneet loya
Solved it :) Used the easy_install utility of python and the works done :) It installs Django automatically :) On Sunday, September 2, 2012 11:55:14 PM UTC+5:30, puneet loya wrote: > > I m a starter at python and Django.. > > When i execute the following command.. I get the err

Trouble installing django

2012-09-02 Thread puneet loya
I m a starter at python and Django.. When i execute the following command.. I get the error python setup.py install Traceback (most recent call last): File "setup.py", line 1, in from distutils.core import setup ImportError: No module named distutils.core I have 64-bit windows 7.. How do

Re: Django lucene

2009-08-31 Thread Puneet
Hi, Can anyone help with this in django with lucene? Is there anyone able to use this module sucessfully. I am getting this error when I am trying to search : Error : 'Manager' object has no attribute 'objects_search' Thanks, Puneet On Aug 25, 7:55 pm, Puneet <er.pu...@gmail.com> wrote

Django lucene

2009-08-25 Thread Puneet
is ?? Does anyone have a small working example ? Thanks, Puneet --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com

Re: Accessing session variables in template with django

2009-05-23 Thread Puneet
Thanks Daniel, Its working fine now. :) On May 23, 1:39 am, Daniel Roseman <roseman.dan...@googlemail.com> wrote: > On May 23, 6:34 am, Puneet <look4pun...@gmail.com> wrote: > > > > > Hi All, > > > I am facing issue when I am trying to access session vari

Accessing session variables in template with django

2009-05-23 Thread Puneet
to access it like : {{ request.session.cityname }} and {{ request.cityname }} But it does not seem to be working. Any suggestions ? Thanks, Puneet --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&q

Re: how to: munge words and numbers into a URL, then reverse it ?

2009-01-27 Thread Puneet Madaan
P.S ,,, Never use index in name generation, or you will run out of range one day ;) think of that nightmare in advance... i can only wish further schlaf süß, grüß Puneet On Tue, Jan 27, 2009 at 10:25 PM, felix <crucialfe...@gmail.com> wrote: > > ah, danke dir ! > > tha

Re: how to: munge words and numbers into a URL, then reverse it ?

2009-01-27 Thread Puneet Madaan
o encoded number which is ugly enough for non-developers :D you are free to choose encoding, and can nest them in multiple algos to make the thing more complex greetings, Puneet On Tue, Jan 27, 2009 at 4:48 PM, felix <crucialfe...@gmail.com> wrote: > > there is some hashing function or com

Re: Cannot serve static files

2009-01-22 Thread Puneet Madaan
-\adminmedia > -\media >-\css > -styles.css >-\images > -\templates >-base.html >-index.html > if 'print MEDIA_ROOT' spilts out a path different from your media folder, then you know where is the problem .. Greetings,

Re: Cannot serve static files

2009-01-22 Thread Puneet Madaan
beside you need to correct settings.py to SETTINGS_FILE_FOLDER = os.path.dirname( os.path.abspath(__file__)) On Thu, Jan 22, 2009 at 5:26 PM, john wrote: > > Thanks but no change. > > On Jan 22, 11:02 am, Dj Gilcrease wrote: > > change > > > >

Re: I don't even know where to begin writing this template-tags

2009-01-21 Thread Puneet Madaan
try this... its complete tutorial which include template tags too.. will help you to understand http://www.webmonkey.com/tutorial/Use_Templates_in_Django greetings, Puneet On Wed, Jan 21, 2009 at 2:13 PM, bruno desthuilliers < bruno.desthuilli...@gmail.com> wrote: > > On 21 jan, 0