Re: Python-django project

2020-08-05 Thread jhabar singh
Sapna, Can you tell me something about your project? On Wed 5 Aug, 2020, 5:22 PM yammunap...@gmail.com, wrote: > Dear I am interested to join with your work. Its my WhatsApp number > +919384402100 > > Best regards, > > Yamuna V > > > > *From: *Mithlesh Kumar > *Sent: *Wednesday, 29 July 2020

Re: Udemy Clone

2020-08-01 Thread jhabar singh
what help do u need ? On Fri, Jul 31, 2020 at 7:16 PM vedant mehta wrote: > I m creating a udemy clone can anyone help? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it,

Re: Django automatic Logout and and after login it stays on same page

2020-07-28 Thread jhabar singh
by the way how can django logout automatically. I mean user should only be given the access to do so. On Wed, Jul 29, 2020 at 3:37 AM isha thakur wrote: > I am new to Django and using Django 3.0.2. Sometimes Django automatically > logout and when I try to log in on my website then it stays on

Re: Django and PostGIS app to Google cloud.

2020-07-28 Thread jhabar singh
yeah I can help you On Tue, Jul 28, 2020 at 5:16 PM viraj s solanki wrote: > Hello, everyone, > > Anyone can help to push my Geodjango + PostGIS web app to host on Google > Cloud? I can pay a consulting fee for the time one invest to help me. > > -- > You received this message because you are

Re: Django Pagination paginate dictionary of objects

2020-07-28 Thread jhabar singh
bro try to send a intended code On Tue, Jul 28, 2020 at 5:16 PM Harvindar Singh Garcha < garchaama...@gmail.com> wrote: > I am new to Django, and trying to paginate a dictionary objects, > However I am unable to so and not getting what's wrong with my code, > Its still printing whole data on a

Re:

2020-07-28 Thread jhabar singh
Yeah that's a problem which even I had faced. So therefore I don't use pythonanywhere free tier. I would recommend you to use AWS or Heroku to host your website. If you want your server to be fast then use AWS. It works very well for me but heroku is also a very good choice. But to use these you

Re: looking for solution

2020-07-27 Thread jhabar singh
in cart app urls.py did you write app_name = 'cart' On Mon, Jul 27, 2020 at 4:43 PM Lutalo Bbosa joseph wrote: > hello everyone am stack with some error in django am working on an > ecommerce application here is the error code. > i have aswell attached my template and the views.py file >

Re: Python-django project

2020-07-26 Thread jhabar singh
I am Interested -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re: Django dynamic time settings in DB

2020-07-26 Thread jhabar singh
It is never a good approach to store something in database which needs to be changed after every second. If you to perform asynchronous task then you can use celery https://docs.celeryproject.org/en/stable/getting-started/introduction.html On Sunday, July 26, 2020 at 11:54:17 PM UTC+5:30,