Re: Exciting Opportunity: Join Our Django WhatsApp Bulk Messaging Project!

2024-02-18 Thread Hamza Bilal
Yes i Want to join this project On Sun, 18 Feb 2024 at 21:47, SURAJ TIWARI wrote: > 🚀 Join Our Django WhatsApp Bulk Messaging Project! > > 👋 Hello everyone, > > Are you looking for an exciting opportunity to gain hands-on experience in > Django development? Do you want to work on a meaningful pr

I Want To Create An Api of notification In Django Rest API

2023-12-01 Thread Hamza Bilal
print("disconnected") def send_notification(self, event): print('Send Notification: ') data = json.loads(event.get('value')) self.send(text_data=json.dumps({'status': data})) print('Send Notification: ') `

I Want To Save The Data In My Database Depending On The Catgory Of Data Chosen by User Like I Have 4 Lisitings Like APparetements, Food And Life, Car And Travelling if User Selects Appartements Then A

2023-08-20 Thread Hamza Bilal
{% extends 'home.html' %} {% load static %} {% block content %} Add Plots In Your Listing If You Want To Buy The Plot Then Add It In Your Listing

Django Async support

2023-07-03 Thread 'Hamza Pervez' via Django users
Hi, We have been trying to use Django with Uvicorn via ASGI interface. As our use case is that our service acts as a wrapper for a 3rd party API service so using ASGI was a better choice because most of the time our service will be waiting on 3rd party service. Now the problem, I was assuming

Re: django

2023-03-01 Thread Hamza Shahid
Override get_queryset method or use models.objects.filter(user=request.user) On Wed, Mar 1, 2023, 5:45 PM Ikrombek wrote: > How to make a user's post visible only to that user using Django > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group.

remplir automatiquement les champs du formulaire

2023-02-22 Thread Hamza Sinon
dans mon projet je veux une méthode de saisie automatique j'explique : j'ai créé un nouveau champ dans mon formulaire Donneur qui s'appelé numero_cnib, je souhaite que si je saisisse dans le champs le numero_cnib qu'il me fasse une recherche du Donneur, qui est déjà enregistrée dans ma base de d

Django admin Ordering the display

2022-04-02 Thread Ali Hamza
How i Order this field descending order. i want completeorders show first then completemodules [image: DeepinScreenshot_select-area_20220402171316.png] -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rece

The session doesn't seem to expire after the browser is closed

2022-03-08 Thread Hamza Khyara
I'm trying to clear the expired sessions which are set to be expired after the browser is closed but they don't seem to expire. [image: code.PNG] The output: get_expire_at_browser_close: True All sessions: (A QuerySet contains all the sessions including the ones that are changed after the browse

Re: Looking to join a team in a Django Project to gain Experience

2020-09-22 Thread Hamza Mirchi
interested On Tue, Sep 22, 2020 at 5:39 AM ahmed.he...@gmail.com < ahmed.heshamel...@gmail.com> wrote: > Hi all, > > I am looking for a team of developers to join them in a project to enhance > my skills and add to my portfolio. I am available part time. > > Thanks > > -- > You received this mes

Re: I need django project

2020-07-14 Thread Hamza Mirchi
On Tuesday, July 14, 2020 at 11:07:20 PM UTC+5, Hamza Mirchi wrote: > > Hi, I'm HamzaLachi > > I worked on Django, celery > > and also I developed an API in Django, I can also make your Django website > more secure > > I have also done some project > > I

I need django project

2020-07-14 Thread Hamza Mirchi
Hi, I'm HamzaLachi I worked on Django, celery and also I developed an API in Django, I can also make your Django website more secure I have also done some project I need some Django paid task or project contact: itshamzamir...@gmail.com -- You received this message because you are subscribe

Re: Project Collaboration Team

2020-06-25 Thread Hamza Mirchi
interested On Tuesday, June 23, 2020 at 8:20:37 AM UTC-4, Ali Murtuza wrote: > > I am intrested > > On Tue, 23 Jun 2020 at 9:14 AM, Shubhanshu Arya > wrote: > >> Hello Everyone, >> I want to make a team in which we will make some very good level projects >> together. These projects will be ver

How Can i integerate 2checkout with django / python3

2020-06-25 Thread Hamza Mirchi
How Can i integerate 2checkout with django / python3 -- 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 disc

Re: Django Package Website is not opening

2020-05-05 Thread Hamza Mirchi
Hi Mike! What is the issue here sometimes it opened and sometimes it's not opening I'm from pakistan Thanks On Monday, May 4, 2020 at 4:31:49 AM UTC-4, Mike Dewhirst wrote: > > On 4/05/2020 6:21 pm, Mike Dewhirst wrote: > > On 4/05/2020 6:14 pm, Hamza Mirchi wr

Re: Django Package Website is not opening

2020-05-04 Thread Hamza Mirchi
If I use VPN it works but without VPN it's not working On Monday, May 4, 2020 at 4:22:37 AM UTC-4, Mike Dewhirst wrote: > > On 4/05/2020 6:14 pm, Hamza Mirchi wrote: > > Hi Everyone, > > > > Please Fix This issue > > > > This website is not openin

Django Package Website is not opening

2020-05-04 Thread Hamza Mirchi
Hi Everyone, Please Fix This issue This website is not opening https://djangopackages.org/ I need to check packages for my Django app but it's not opening please fix that -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from thi

Re: ValueError: The database backend does not accept 0 as a value for AutoField.

2020-04-06 Thread Hamza Mirchi
ero will assign this value. > > Cheers, > Simon > > Le lundi 6 avril 2020 09:35:22 UTC-4, Hamza Mirchi a écrit : >> >> Hi Everyone, >> >> I'm Saving My Mail Model but i can't but i get that error again and again >> >> This is m

OperationalError:no such table

2017-05-07 Thread hamza bouissi
after I add new model and delete all other models and their migration files I ran makemigrations followed by migrate command, Unfortunately, I got OperationalError: no such table

connect Django to MySQL and i get this error

2017-03-11 Thread gaieb hamza
Unhandled exception in thread started by .wrapper at 0x7f0047a0c510> Traceback (most recent call last): File "/home/whomi/demo/lib/python3.5/site-packages/django/db/backends/mysql/base.py", line 24, in import MySQLdb as Database ImportError: No module named 'MySQLdb' During handling of t

Any solution as DjangoKit but for windows ?!

2009-08-10 Thread Hamza
Hello , i have been searching for a week now about a solution making it easy to deploy django projects as desktop application , somehow i found some detailed articles and tutorials ( 3 ) for making this happen for windows , but with DjangoKit its pretty much easier and simpler , the question is as

Re: Admin Customisations

2009-07-25 Thread Hamza
That is the answer to my Question , Thank you both :) On Jul 24, 10:56 am, Daniel Roseman wrote: > On Jul 24, 8:27 am, StevenC wrote: > > > > > Hey, > > > Im new to Django and have create an online application system. > > > I need to know is it possible to customise the List Display and have

Djang-admin : Display link to object info page instead of edit form , in records change list ?

2009-07-23 Thread Hamza
Hello , I am customizing Django-admin for an application am working on . so far the customization is working file , added some views . but I am wondering how to change the records link in change_list display to display an info page instead of change form ?! in this blog post :http://www.theother

Django-admin {{ root_path }} problem !

2009-07-22 Thread Hamza
Hello , i have an issue in Django-Admin , when i click on logout and change password , it add /admin/logout and /admin/change_password/ to the current path as in http://localhost:8000/admin/posts/admin/logout/ and does the same to password_change . when trying to manually override this by adding

Re: Images dose not upload , unless it the admin !

2009-04-01 Thread Hamza
got it fixed it mins ago , Thanks Alex , ( I need to slp 38 hours so far ) On Apr 2, 7:49 am, Alex Gaynor wrote: > On Thu, Apr 2, 2009 at 1:38 AM, Hamza wrote: > > > Hello > > > am having a problem in uploading images , which i set ImageField to > >

Images dose not upload , unless it the admin !

2009-04-01 Thread Hamza
Hello am having a problem in uploading images , which i set ImageField to upload the image to /Photo/ directory , however it works , and uploaded the photos as expected , but now its not working : and display a message : This field is required. , when i submit a photo in it , it repeat the messa

Re: Auto-populate fields in django?

2009-03-31 Thread Hamza
or   > > http://www.b-list.org/weblog/2006/nov/02/django-tips-auto-populated-f... > >  , though am wondering if there is another way around !!! > > > -- > > Hamza > > -- >    Andy McKay >    Clearwind Consulting:w

Generic View for create , update and delete !

2009-03-28 Thread Hamza
Hello , am trying to use Generic view instead of using the old view way , however am a django newbie , i tried several tutorials , documentation and non seems works with me yet . can anyone point me an example ( full working good example ) of using generic view Regards --~--~-~--~