pip not working

2020-05-15 Thread Akorede Habeebullah
Hi guys, I need help with my pip. It was working fine until I upgraded it. 
now its not working fine anymore. I tried running all pip commands that I 
know its still not working.
I detected this while trying to install requirements.txt for a cloned 
project , I've tried using  python -m pip install and pip install --user 
but its not working too.

I need help pls.
Thanks.

-- 
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 
https://groups.google.com/d/msgid/django-users/5c0ea322-4bbc-4ad8-a901-5d206fed198d%40googlegroups.com.


Re: How to calculate appreciation in django

2020-09-16 Thread Akorede Habeebullah
Can you be more elaborate?
How does the system work?

*Akorede Habeebullah A.*
*hda0...@gmail.com *
*+2348179564316*


On Wed, Sep 16, 2020 at 4:43 PM Ernest Thuku  wrote:

> Hello guys,
> I have developed a system to manage assets. It is more like a stock
> management system whereby the system has a reorder level and such. Anyone
> who can help me to apply appreciation/depreciation code?
>
> --
> 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
> https://groups.google.com/d/msgid/django-users/CAPsfuoeLeeXJx3ZGA8X8vD3t1W7CYb3xi2t9%2BLUqXpdFuHD_0Q%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAPsfuoeLeeXJx3ZGA8X8vD3t1W7CYb3xi2t9%2BLUqXpdFuHD_0Q%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 
https://groups.google.com/d/msgid/django-users/CAK37-gO5qosxEpK7ULb9GxCfBq4ky2MYqOf_7WkDCxQBo%2BiZBQ%40mail.gmail.com.


server.starttls() error while sending Emails

2021-02-06 Thread Akorede Habeebullah
Hi there,
I'm trying to send emails with python using smtp.gmail.com but I've been 
getting this error:
[image: Screenshot from 2021-02-06 23-46-55.png]

Here is a screenshot of my code:
[image: Screenshot from 2021-02-06 23-45-01.png]

I've tried unlocking captcha for the Gmail account to reduce the firewalls 
but its still not working. I'll be glad to get help from you guys.

*Best Regards.*

-- 
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 
https://groups.google.com/d/msgid/django-users/a40a5936-4774-4c8a-816c-514acd265126n%40googlegroups.com.


Re: Django Rest framework

2023-11-14 Thread Akorede Habeebullah
Try using django-cors-headers. It should work.
You can check it's documentation for how to use it.

On Tue, Nov 14, 2023, 12:13 AM Lutaaya Jamil  wrote:

> You can correct me if I am wrong, but there is something to do with
>
> Cross-Origin Resource Sharing (CORS) in Django which somehow is set to
> prevent unauthorized domains from accessing information from another
> domain. So, I suggest if that is the issue, follow the steps that start by
> installing the django-cors-header, and add your new url to ALLOWED_HOSTS
> list in settings.py
> On Monday, 13 November 2023 at 16:31:42 UTC+3 Denny (Python developer)
> wrote:
>
>>
>> i need assistance on deployment maybe vercel is not working on my side
>>
>> On Monday, November 13, 2023 at 4:19:48 PM UTC+3 Vishesh Mangla wrote:
>>
>>> Use selenium
>>>
>>> On Mon, 13 Nov, 2023, 18:48 Vishesh Mangla, 
>>> wrote:
>>>
 Don't use postman for gui based login

 On Mon, 13 Nov, 2023, 18:25 Denny (Python developer), <
 dennisk...@gmail.com> wrote:

> i think the the error is from vercel itself assist me my tech guys
>
> On Monday, November 13, 2023 at 3:54:29 PM UTC+3 Denny (Python
> developer) wrote:
>
>> i hosted my django application to vercel and am using free postgress
>> database from railway so when i try to register the user i get an error
>>  attached below. when i connect my endpoints with fronted of which am 
>> using
>> React i get an error cors origin assist me please
>>
> --
> 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...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/55866942-048b-4c25-8b81-e4d259dca936n%40googlegroups.com
> 
> .
>
 --
> 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
> https://groups.google.com/d/msgid/django-users/5ee28b0b-d280-487a-921b-f7f9a02ba637n%40googlegroups.com
> 
> .
>

-- 
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 
https://groups.google.com/d/msgid/django-users/CAK37-gN0wN03068N0p_bBf_Y1pRnnk4jkZBV1TzkBPG5Wfck%3DQ%40mail.gmail.com.


Re: Web redirection

2024-01-23 Thread Akorede Habeebullah
Close both terminals, then restart the Django server first before starting
React.

On Wed, Jan 24, 2024, 2:35 AM Muhammad Juwaini Abdul Rahman <
juwa...@gmail.com> wrote:

> Can you show the screenshot of your terminal?
>
> On Tue, 23 Jan 2024 at 23:34, Raymond Nsubuga 
> wrote:
>
>> Am working on a django react project but everytime i run my django server
>> at port 8000, it instead redirects to port 3000 belonging to react
>> automatically, what is the issue that can be causing this ?. And how am i
>> able to solve it ?
>>
>> --
>> 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
>> https://groups.google.com/d/msgid/django-users/CAJpDcBTvmMd94%2BBnr3aN3c7VGv3m80opQDm7kiA83YxkZpEkHA%40mail.gmail.com
>> 
>> .
>>
> --
> 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
> https://groups.google.com/d/msgid/django-users/CAFKhtoSA2ZeyUgQr4iJD41zbT8Zq-9kiJwzQbGKuE-faz8Jqgw%40mail.gmail.com
> 
> .
>

-- 
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 
https://groups.google.com/d/msgid/django-users/CAK37-gPzmSBdehb-oSaaubFdQP40hcro39ZZRn89fvZ_dH6yPQ%40mail.gmail.com.


Re: Looking for collaborators for an online marketplace project with Python, Django, React.js and Next.js

2024-02-12 Thread Akorede Habeebullah
Your repo is written in Spanish. How do you expect English speakers or
people who don't understand Spanish to collaborate?

On Sat, Feb 10, 2024 at 5:55 PM Jorge Bueno 
wrote:

> The project:
>
> I am working on an exciting project that I think you might be interested
> in. It's about an online marketplace similar to the US farmers and
> livestock markets, but with an online focus. The project is already half
> done, with a well-defined requirements list and backlog that will allow you
> to learn a lot while contributing to a real project.
>
> Technologies:
>
> We are using Python and Django for the backend, Next.js and React for the
> frontend.
>
> What we are looking for:
>
> We need help to get django working making python manage.py runserver and
> also all the procedures to check it works well as unit tests right now we
> have the following functionalities programmed the MVP:
> 1.User Registration
> User Profiles
> Product Listing
> 4.Search and Filters
>  5.Shopping Cart
>  6.Payment System
> 7.Ratings and Reviews
> 8.Messaging
>  Notification system
> 10.User management
> Why collaborate:
>
> You will learn a lot: The project is well organized and will allow you to
> work with modern and relevant technologies.
> You will contribute to a real project: Your work will have a direct impact
> on the success of the project.
> You will be part of a community: We are a passionate team committed to the
> success of the project.
> How can you participate?
>  You can access my public GitHub repository here:
> https://github.com/Programacionpuntera/Marketplace-Supremo
>
> --
> 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
> https://groups.google.com/d/msgid/django-users/153e4e9d-4453-4280-8b06-27c8cbd1f72fn%40googlegroups.com
> 
> .
>

-- 
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 
https://groups.google.com/d/msgid/django-users/CAK37-gPEDq%2B2qgnzGajgkzCGVQ_aXPA1SkDBgUxhAbxgg5N9Nw%40mail.gmail.com.


Study and project partner(s) needed

2020-02-14 Thread Akorede Habeebullah
Hi guys, 

I've been learning Django on a solo for a while now and I'm really in need 
of a Programmer friend/partner who we can always learn together, build 
projects together. This will really benefit both sides greatly. 
I am a person you'll really love to make friend with. Interested 
individuals should pls signify. 

Thanks.

-- 
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 
https://groups.google.com/d/msgid/django-users/6d4ed94c-3864-4c5b-9f9e-5df7b6a77cdd%40googlegroups.com.


Re: Study and project partner(s) needed

2020-02-16 Thread Akorede Habeebullah
I'm really impressed in the level of interest you guys have shown in my
request.

I've created a whatsapp group where we can all discuss and move from there.
I'll add up those who have dropped their numbers and for others, you can
join via the invite link below :

https://chat.whatsapp.com/IpOfUUdkdCJCUwZjQfQBZR

Thank you everyone.

Best regards,
Habeebullah.

On Fri, Feb 14, 2020, 17:15 Akorede Habeebullah  wrote:

> Hi guys,
>
> I've been learning Django on a solo for a while now and I'm really in need
> of a Programmer friend/partner who we can always learn together, build
> projects together. This will really benefit both sides greatly.
> I am a person you'll really love to make friend with. Interested
> individuals should pls signify.
>
> Thanks.
>
> --
> 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
> https://groups.google.com/d/msgid/django-users/6d4ed94c-3864-4c5b-9f9e-5df7b6a77cdd%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/6d4ed94c-3864-4c5b-9f9e-5df7b6a77cdd%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 
https://groups.google.com/d/msgid/django-users/CAK37-gNQWKOZcjjS3TCKfLwyL%3D%3DDtyrrhtWgDbddobC47eBHGA%40mail.gmail.com.


Re: Study and project partner(s) needed

2020-02-16 Thread Akorede Habeebullah
Thanks for your interest. You can join the whatsApp group 
via https://chat.whatsapp.com/IpOfUUdkdCJCUwZjQfQBZR

On Friday, February 14, 2020 at 8:45:32 AM UTC-8, Greenfield Obasi wrote:
>
> Yooo let do this!
>
> On Fri, 14 Feb 2020, 16:16 Akorede Habeebullah,  > wrote:
>
>> Hi guys, 
>>
>> I've been learning Django on a solo for a while now and I'm really in 
>> need of a Programmer friend/partner who we can always learn together, build 
>> projects together. This will really benefit both sides greatly. 
>> I am a person you'll really love to make friend with. Interested 
>> individuals should pls signify. 
>>
>> Thanks.
>>
>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/6d4ed94c-3864-4c5b-9f9e-5df7b6a77cdd%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-users/6d4ed94c-3864-4c5b-9f9e-5df7b6a77cdd%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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 
https://groups.google.com/d/msgid/django-users/28452412-80e7-428f-94f3-f31931f3e3bc%40googlegroups.com.


Re: Python Django Training

2020-02-16 Thread Akorede Habeebullah
I'm interested too. You can add me up on WhatsApp +2348179564316

On Sat, Feb 8, 2020 at 5:48 AM Hector Gonzalez 
wrote:

> Iam interest!!! Take my email
> El 2 feb. 2020 12:33 PM, "V S V Narsimha Murthy" 
> escribió:
>
>> Hi Everyone,
>>
>> I am interested to attend the python and Django training. Please add my
>> email as well for the training classes.
>>
>> Thanks in advance.
>>
>> Regards,
>> Narasimha Murthy
>>
>> On Sun, Feb 2, 2020 at 9:25 PM Maqdum Adewale 
>> wrote:
>>
>>> I'm interested
>>>
>>> On Sun, Feb 2, 2020, 3:44 PM yerri swamy 
>>> wrote:
>>>
 I am also intrested..

 On Sat, Feb 1, 2020, 7:12 PM Srikanth K  wrote:

> Hi,
>
> I am from Hyderabad. I am Python Developer by Profession. I am eager
> take up any Python , Django Training (online Preferrable or Weekends).
> Members who require can contact me or share me  there idea.
>
> Regards,
> Srikanth.K
>
> --
> 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
> https://groups.google.com/d/msgid/django-users/CACPyz-gXb7wo9E0Uhs_pnxF9X52uA10__Fq1xt4trjXUaN3ehQ%40mail.gmail.com
> 
> .
>
 --
 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
 https://groups.google.com/d/msgid/django-users/CAKMSwL9eDJMGh6Jc20fureSvx%3DeZrDPtbWFhcjTKEzU4rQbHXA%40mail.gmail.com
 
 .

>>> --
>>> 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
>>> https://groups.google.com/d/msgid/django-users/CA%2B48qrFGwBVGhdpPyCSqN_6GdjiDAj%3DSp-4CF74YWN7eZgOfwA%40mail.gmail.com
>>> 
>>> .
>>>
>>
>>
>> --
>> Thanks
>> Narasimha Murthy
>>
>> --
>> 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
>> https://groups.google.com/d/msgid/django-users/CAE%3D5Kz4OwOG3kVy48NWtWDXQYrtgCy5jB%2BY9jfUu2%3DJ_6g8tzA%40mail.gmail.com
>> 
>> .
>>
> --
> 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
> https://groups.google.com/d/msgid/django-users/CA%2BT_vrB9b99-RfA%2BP0O3DQ_FNdZw0Z2Sv3xuW8YNPnxA6cr2Cw%40mail.gmail.com
> 
> .
>

-- 
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 
https://groups.google.com/d/msgid/django-users/CAK37-gNt4LyR6nxHus6YkaYNy6xSdGkz8vKdZL6BGeaEyTbpfQ%40mail.gmail.com.