Re: Django/uWSGI/nginx under load

2021-02-20 Thread John McClain
are you using django directly to run the queries or are you querying the
db. I had a similar problem a while back with a project and the load was
resolved by letting python do the work.



On Sat, 20 Feb 2021 at 15:23, Andy Robinson  wrote:

> Hi all,
>
> We're maintaining an application that is hitting scaling problems.   It
> helps run grass-roots sporting events all over Europe, so Saturdays can
> produce large and unpredictable loads, with both logged-in users and public
> viewers. Despite a powerful server seemingly being lightly loaded (htop
> suggests just 3-6 out of24 cores typically busy, and free memory
> available), it often "hangs" for long periods - simple requests return
> after 10sec, and at times we have had to restart nginx.
>
> If anyone here has experience of this configuration under high loads, we'd
> be keen to hire an experienced expert to review and check we are not doing
> anything stupid with our nginx or uwsgi configuration.
>
> Likewise, if you really know how to cache Django with nginx, and work
> around the various cookies and language settings so that logged-in pages
> still work but anonymous ones can be cached, we'd love to get a bit of
> help
>
> Architecture is ubuntu 18.04, Django 3.0.12, with MariaDB and Mongo back
> ends used for slightly different things.
>
> Feel free to contact me by private email if you,
>
> Otherwise, if people have suggestions and questions here, I'll try to
> share what I can and am very grateful for any help...
>
> Best Regards
>
>
> Andy Robinson
>
>
> --
> 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/4fcc006e-37bb-4497-a692-45dfb99bfad1n%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/4fcc006e-37bb-4497-a692-45dfb99bfad1n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_q%3DH4D4%3DcDr9GJWR5j2WU%3DkCwRW-xKaQGBdK25Ca1m13g%40mail.gmail.com.


need help integrating SSL with react/django web app

2021-05-08 Thread John McClain
Hello,

I am having difficulties connecting SSL to my React/Python webapp

I am trying to integrate the PWA and am having difficulties getting the SSL
to adopt to the app.

Does anyone have experience with this?

Cheers

-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_qHS2wdhuwYQLob1C_uM8vgfpbqnvxGke5oy8CyuT551g%40mail.gmail.com.


Re: need help integrating SSL with react/django web app

2021-05-08 Thread John McClain
i recently configured nginx, it wasn't part of the stack initially. I will 
try and work through it. I broke down and actually bought a cert so 
hopefully, it will solve the problems

thanks for your feedback

On Saturday 8 May 2021 at 10:17:27 UTC+1 amarb...@gmail.com wrote:

> I am using Nginx as a proxy for my Django app and this method is working 
> just fine.
>
> On Sat, May 8, 2021, 11:14 Ammar Mohammed  wrote:
>
>> I think you're supposed to install the certificate in your web server 
>> (Nginx, Apache).
>> Follow the manual to install it to your server and everything will be 
>> fine.
>>
>> On Sat, May 8, 2021, 10:35 John McClain  wrote:
>>
>>> Hello,
>>>
>>> I am having difficulties connecting SSL to my React/Python webapp
>>>
>>> I am trying to integrate the PWA and am having difficulties getting the 
>>> SSL to adopt to the app.
>>>
>>> Does anyone have experience with this?
>>>
>>> Cheers
>>>
>>> -- 
>>> John McClain
>>>
>>> Cell: 085-1977-823
>>> Skype: jmcclain0129
>>> Email: jmccla...@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...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/CAN-hv_qHS2wdhuwYQLob1C_uM8vgfpbqnvxGke5oy8CyuT551g%40mail.gmail.com
>>>  
>>> <https://groups.google.com/d/msgid/django-users/CAN-hv_qHS2wdhuwYQLob1C_uM8vgfpbqnvxGke5oy8CyuT551g%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/af701aab-5c6f-4f3d-94cf-93b8ab454984n%40googlegroups.com.


Re: need help integrating SSL with react/django web app

2021-05-09 Thread John McClain
Hello Ammar,

we're stuck, have been for days

We have nginx set in ec2 instance but cannot get the ssl to slip in.

I copied in Divy who is also working to get this solved

any help would be appreciated


can you help me with this or provide any documentation

On Sat, 8 May 2021 at 10:16, Ammar Mohammed  wrote:

> I am using Nginx as a proxy for my Django app and this method is working
> just fine.
>
> On Sat, May 8, 2021, 11:14 Ammar Mohammed  wrote:
>
>> I think you're supposed to install the certificate in your web server
>> (Nginx, Apache).
>> Follow the manual to install it to your server and everything will be
>> fine.
>>
>> On Sat, May 8, 2021, 10:35 John McClain  wrote:
>>
>>> Hello,
>>>
>>> I am having difficulties connecting SSL to my React/Python webapp
>>>
>>> I am trying to integrate the PWA and am having difficulties getting the
>>> SSL to adopt to the app.
>>>
>>> Does anyone have experience with this?
>>>
>>> Cheers
>>>
>>> --
>>> John McClain
>>>
>>> Cell: 085-1977-823
>>> Skype: jmcclain0129
>>> Email: jmcclain0...@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/CAN-hv_qHS2wdhuwYQLob1C_uM8vgfpbqnvxGke5oy8CyuT551g%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/django-users/CAN-hv_qHS2wdhuwYQLob1C_uM8vgfpbqnvxGke5oy8CyuT551g%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/CAHs1H7stQG2aqWD95LxH3PSUGaijRYL0%2BEmGCWC2s57A4dJwBw%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAHs1H7stQG2aqWD95LxH3PSUGaijRYL0%2BEmGCWC2s57A4dJwBw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_q65qzyrnC6BTxsm8p%3DLtbjz8iVx11WsFA5higpFKJpfA%40mail.gmail.com.


Re: Hiring react developers

2021-05-13 Thread John McClain
I need help with REACTjs url redirects for SSL

I have reactjs front and django backend

running nginx, gunicorn and cannot get ssl to slide in

On Mon, 3 May 2021 at 06:11, vineet daniel  wrote:

> Hi Group,
>
> Any one interested in Frontend development role using react?
>
> Please let me know.
>
> --
> 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/CAJPbAW9RtG-KCB0sB68HeY_kDyscuWBVzg5bZ1WHNqtp21QRRw%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAJPbAW9RtG-KCB0sB68HeY_kDyscuWBVzg5bZ1WHNqtp21QRRw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_ozM%3D3pcmBM%3DXqid9o5%3DiEkUZgOJ1kYv0coy5v%2BAeSE-A%40mail.gmail.com.


Re: Hiring react developers

2021-05-13 Thread John McClain
Kasper,

I think it means I am asking the community for help.

Does that clear things up for you?

On Thu, 13 May 2021 at 13:37, Kasper Laudrup  wrote:

> On 13/05/2021 14.34, John McClain wrote:
> > I need help with REACTjs url redirects for SSL
> >
> > I have reactjs front and django backend
> >
> > running nginx, gunicorn and cannot get ssl to slide in
> >
>
> Do you think that would make you a good candidate for a frontend
> development role using react?
>
> Kind regards,
>
> Kasper Laudrup
>
> --
> 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/2387f45e-8047-0d3c-6f9e-792c292c6882%40stacktrace.dk
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_rCYzUHu2YQTqT3g-urMtJ6e%2B7t4w34mdHGihv%3DTGN1aw%40mail.gmail.com.


Re: Hiring react developers

2021-05-13 Thread John McClain
because the issue I am having is directly related to React developers! So,
in the post I thought I was simply speaking directly to developers who were
in fact, React developers! And in kind, was hoping that someone might
enquire about my difficulties and offer to help (paid or not) It's my
impression that this forum is for this purpose, is it not?

On Thu, 13 May 2021 at 14:33, Kasper Laudrup  wrote:

> On 13/05/2021 14.41, John McClain wrote:
> > Kasper,
> >
> > I think it means I am asking the community for help.
> >
> > Does that clear things up for you?
> >
>
> Sure, but why would you do that by answering a post related to hiring
> React developers?
>
> Kind regards,
>
> Kasper Laudrup
>
> --
> 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/4d4768af-165a-5c74-1eeb-9834aca8af15%40stacktrace.dk
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_q5LTkEuvvoNq856KJkOQhVG8g%3D6%3DwsbCpePwR2doFL9Q%40mail.gmail.com.


I need web scraping to get product information from mfg sites

2021-05-18 Thread John McClain
Hello,

I am looking for individuals that can set up scraping routines for me and
place the results in google.docs for me.

If interested in helping out please let me know. Some compensation for your
efforts is available. There are 20+ sites needed to be scraped which is why
I am seeking help with the project.

If interested drop your name and contact details here and I'll be in touch.

Cheers,

J

-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_pQ67gGF10S4J1pk1CtSzmX9qqtDp_-j_Pax3tvpmeczg%40mail.gmail.com.


Re: open source advice needed

2020-02-08 Thread John McClain
Kimberly,

I would enjoy helping you with this journey.

Please get in touch

jmcclain0...@gmail.com

On Wed, 29 Jan 2020 at 00:18, Kimberly Regan  wrote:

> Hello,
> I have an idea that I pitched and placed 4th at the Harvard Zaentz Early
> Innovation Challenge. I've been implementing the model at my school for 20+
> years., The technology, a learning management system type program, will
> support the model to streamline procedures in classrooms toward effective
> and efficient student learning. I'm trying to find out what I need to do to
> find a developer, what language I use (meaning software specs), and how
> many people/hours would it take to develop it. I have a doctorate in
> education, but a newbie in technology development. A friend recommended I
> post a question to this site. Any ideas out there? 
> Thanks so much!
> Kimberly
>
> --
> 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/540e150c-535b-45dd-a56e-345352bba167%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/540e150c-535b-45dd-a56e-345352bba167%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_qPS7Di00Nnq31-Av8u4F5a%3DZEENrV4JGe6Cv6UUspNwg%40mail.gmail.com.


Re: Where is in django-cms venv folder exactly I can find edit and structure panel source code in pycharm IDE?

2020-03-17 Thread John McClain
start your lesson over and pay attention. It is frustrating for sure but
you'll get it. You could run a search for the file name which will show the
location.

R u trying to see a preview?



On Tue, 17 Mar 2020 at 12:56, RAJ  wrote:

>
> How to see dajngo CMS all source code of administration page in pycharm .
> "View published" and "publish changes" button code in django cms
> adminstation panel in pycharm after installing django cms in pycharm
> through terminal. My New Created page is where is saving I can't
> understand.After creating New page through edit and structure panel of
> django-cms is it redirecting to my site front end that, I wrote in
> fullwidth.html as <%load extends "index.html" %>.my front end has admin
> panel that is redirecting properly but I can't understand after creating
> new page above mentioned (edit & structure panel) where it is exactly
> storing and how to avoid redirection to my front page i.e index.html
> instead I want New Created page on view of edit and structure panel or view.
>
> --
> 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/bc79adef-e5fc-4e48-aaf3-f33f0bb3bf26%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/bc79adef-e5fc-4e48-aaf3-f33f0bb3bf26%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_rso8rUqnUuNW04%3DwLKWFYAZH5DnGGnRv%2BY4CTtgiYBEw%40mail.gmail.com.


travis sync issue to git with django project

2020-03-28 Thread John McClain
My build keeps failing at this juncture

0.00s$ SECRET_KEY="whatever" ./manage.py test
273/home/travis/.travis/functions: line 109: ./manage.py: Permission denied
274The command "SECRET_KEY="whatever" ./manage.py test" exited with 126.
275
276
277





any ideas?


-- 


John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_ozmpT5qVuDJpkZcmcSyR4UCm8khgt5xr3eEkEDzsPKww%40mail.gmail.com.


heroku goddaddy domain config

2020-04-01 Thread John McClain
Hello,

I am trying to point my GoDaddy hosted domain to my heroku app but am not
getting any love.

Trying to get the https version configured

Any suggestions?

Thanks

-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_rgdai-%2Bp0RCsMvXMtrGC6DMkn%3DphcuQWiUVoD3humTAw%40mail.gmail.com.


image not showing on page

2020-04-03 Thread John McClain
html page

[image: image.png]

[image: image.png]


settings.py

[image: image.png]


any suggestions would be appreciated

-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_ocNWa2jy%3D70iLywax5fP8nC3Cjqj_Hi53%3Dq-co3XMJnw%40mail.gmail.com.


Re: image not showing on page

2020-04-03 Thread John McClain
genius ;-(

On Fri, 3 Apr 2020 at 11:27, Kasper Laudrup  wrote:

> Hi John,
>
> On 03/04/2020 12.18, John McClain wrote:
> > snap a screenshot of what you are saying
> >
> > am not getting 404
> > am not getting any error returned at all
> > I simply cannot see the image
> >
>
> Learn to use your browsers debugging tools and read the output from the
> Django server logs. That will make it much easier for you to find the
> cause of your problems.
>
> Kind regards,
>
> Kasper Laudrup
>
> --
> 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/f705006b-543c-0a20-99e7-553ba67e5cd0%40stacktrace.dk
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_pgNp8gs_PkVmcZ89FUwNnb22qn5QtM1oZW4TPK2U449w%40mail.gmail.com.


Re: image not showing on page

2020-04-03 Thread John McClain
I mean your answer was quite derogatory and if you are not part of the
solution then you are part of the problem

and for your information, I am a learner and I am trying to learn and I
have spent a lot of time on the boards on StackOverflow and elsewhere
including using my inspect tool inside chrome

this is coming through email message so I get a lot of other gibberish in
the inspect tool

while I appreciate you may have the best of intentions by making a
statement like the one you did, I would also suggest it is not helpful. My
"GENIUS" statement was only pointing out the obvious which is what you
stated... if I knew how to use those tools I likely wouldn't be here on
this forum asking for help! So I simply am pointing out that you're the
"master of the obvious" and a genius for (or smartass) for posting such a
comment!

as I stated earlier

IF YOU ARE NOT PART OF THE SOLUTION YOU ARE PART OF THE PROBLEM

Please be more considerate in the future with your post, I think you have
made a conclusion (or assumption) that is not fair to make. You have zero
idea of what I have been doing to this point to try and resolve the problem
on my own. I should not have to put up with the likes of you and your
comments when I am posting requests for guidance or help (neither should
anyone else for that matter)

be kind or get lost!

On Fri, 3 Apr 2020 at 11:39, Kasper Laudrup  wrote:

> On 03/04/2020 12.31, John McClain wrote:
> > genius ;-(
> >
>
> I'm sorry, I don't understand what that's supposed to mean?
>
> I would assume that the log from Django or your web browsers console
> would show something, but you haven't posted any output from it so how
> could I know if you already had a look there?
>
> What is the output from both logs?
>
> Kind regards,
>
> Kasper Laudrup
>
> --
> 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/caa01a02-c356-a2f1-3859-129653689548%40stacktrace.dk
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_pfaUS9%3Dii7yd86h5219YS%3DVF6x9Bpf2Dp-Gy8_x--TpA%40mail.gmail.com.


Re: image not showing on page

2020-04-03 Thread John McClain
Kasper,

Thanks for clarifying matters...

I think you could have asked for more details or asked for me to provide
those resources so you could evaluate further rather than replying the way
you did.

As far as the inspector goes it is not flagging anything that is useful for
this matter. As I stated the issue is related to an email auth verification
process whereby the path is not working. When google grabs it the path is
interrupted for some reason.

However, I have resolved the issue by removing the django path requirements
and using the direct path to the was s3 location that hosts the image. I am
not sure this is the best practice but it did work for me

I went from this:

style="background-image: img src="{% static 'images/image_name.png'
%};">


to this:

https://alphabetacharlie.s3.amazonaws.com/static/images/image_name.png";>

and it worked

Keep in mind this is only a solution for dealing with the mail routing
issue as I can use normal django syntax within the app itself.

Thanks for your feedback.

Cheers,

John

On Fri, 3 Apr 2020 at 13:04, Kasper Laudrup  wrote:

> Hi John,
>
> On 03/04/2020 12.52, John McClain wrote:
> > I mean your answer was quite derogatory and if you are not part of the
> > solution then you are part of the problem
> >
>
> I'm sorry if it sounded like that. That was not my intention. I was
> definitely trying to help. I don't understand which problem you are
> saying I'm part of.
>
> > and for your information, I am a learner and I am trying to learn and I
> > have spent a lot of time on the boards on StackOverflow and elsewhere
> > including using my inspect tool inside chrome
> >
>
> OK. How was I supposed to know that? You didn't post any output from the
> inspect tool.
>
> > this is coming through email message so I get a lot of other gibberish
> > in the inspect tool
> >
>
> Maybe some of that gibberish would help point out where your problem is?
> I'm guessing there's a 404 hidden somewhere there.
>
> > while I appreciate you may have the best of intentions by making a
> > statement like the one you did, I would also suggest it is not helpful.
> > My "GENIUS" statement was only pointing out the obvious which is what
> > you stated... if I knew how to use those tools I likely wouldn't be here
> > on this forum asking for help! So I simply am pointing out that you're
> > the "master of the obvious" and a genius for (or smartass) for posting
> > such a comment!
> >
>
> I'm not sure I understand. Do you know how to look in the logs or don't
> you?
>
> Maybe writing something like "I already know how to use the Chrome
> inspect tools, but I'm not sure what to look for. There's a lot of
> gibberish there" would have been a bit more constructive than simply
> calling me "genius".
>
> > as I stated earlier
> >
> > IF YOU ARE NOT PART OF THE SOLUTION YOU ARE PART OF THE PROBLEM
> >
>
> I'm still not sure which problem I'm part of. I definitely cannot see
> I'm part of your problem getting an image to display on your web page,
> so that cannot be it.
>
> > Please be more considerate in the future with your post, I think you
> > have made a conclusion (or assumption) that is not fair to make. You
> > have zero idea of what I have been doing to this point to try and
> > resolve the problem on my own. I should not have to put up with the
> > likes of you and your comments when I am posting requests for guidance
> > or help (neither should anyone else for that matter)
> >
>
> I will try to be more considerate and I'm sorry that you read my comment
> the wrong way. That was not my intention. I was trying to help you.
>
> > be kind or get lost!
> >
>
> I cannot really see how I am the one being rude here...
>
> Kind regards,
>
> Kasper Laudrup
>
> --
> 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/cb4a68f4-0536-aad0-8083-3212938aeddf%40stacktrace.dk
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_pJn3y0QyLpMwXZxe2a2YnhfZYL2y6E_gugh9xZsBQeXg%40mail.gmail.com.


Re: image not showing on page

2020-04-04 Thread John McClain
Hello Andreas,

You are correct that was definitely the problem. Thanks for spotting it.

Cheers,

John

On Fri, 3 Apr 2020 at 15:41, Andréas Kühne 
wrote:

> What I stated earlier is probably your issue:
>
> You have the following:
> style="background-image: img src="{% static 'images/image_name.png'
> %};">
>
> You see the ";" at the end? The path to your image is then
> "images/image_name.png;" <- which is incorrect because of the
> extra semicolon.
>
> I would at least start by removing that.
>
> Regards,
>
> Andréas
>
>
> Den fre 3 apr. 2020 kl 15:14 skrev John McClain :
>
>> Kasper,
>>
>> Thanks for clarifying matters...
>>
>> I think you could have asked for more details or asked for me to provide
>> those resources so you could evaluate further rather than replying the way
>> you did.
>>
>> As far as the inspector goes it is not flagging anything that is useful
>> for this matter. As I stated the issue is related to an email auth
>> verification process whereby the path is not working. When google grabs it
>> the path is interrupted for some reason.
>>
>> However, I have resolved the issue by removing the django path
>> requirements and using the direct path to the was s3 location that hosts
>> the image. I am not sure this is the best practice but it did work for me
>>
>> I went from this:
>>
>> style="background-image: img src="{% static 'images/image_name.png'
>> %};">
>>
>>
>> to this:
>>
>> https://alphabetacharlie.s3.amazonaws.com/static/images/image_name.png";>
>>
>> and it worked
>>
>> Keep in mind this is only a solution for dealing with the mail routing
>> issue as I can use normal django syntax within the app itself.
>>
>> Thanks for your feedback.
>>
>> Cheers,
>>
>> John
>>
>> On Fri, 3 Apr 2020 at 13:04, Kasper Laudrup 
>> wrote:
>>
>>> Hi John,
>>>
>>> On 03/04/2020 12.52, John McClain wrote:
>>> > I mean your answer was quite derogatory and if you are not part of the
>>> > solution then you are part of the problem
>>> >
>>>
>>> I'm sorry if it sounded like that. That was not my intention. I was
>>> definitely trying to help. I don't understand which problem you are
>>> saying I'm part of.
>>>
>>> > and for your information, I am a learner and I am trying to learn and
>>> I
>>> > have spent a lot of time on the boards on StackOverflow and elsewhere
>>> > including using my inspect tool inside chrome
>>> >
>>>
>>> OK. How was I supposed to know that? You didn't post any output from the
>>> inspect tool.
>>>
>>> > this is coming through email message so I get a lot of other gibberish
>>> > in the inspect tool
>>> >
>>>
>>> Maybe some of that gibberish would help point out where your problem is?
>>> I'm guessing there's a 404 hidden somewhere there.
>>>
>>> > while I appreciate you may have the best of intentions by making a
>>> > statement like the one you did, I would also suggest it is not
>>> helpful.
>>> > My "GENIUS" statement was only pointing out the obvious which is what
>>> > you stated... if I knew how to use those tools I likely wouldn't be
>>> here
>>> > on this forum asking for help! So I simply am pointing out that you're
>>> > the "master of the obvious" and a genius for (or smartass) for posting
>>> > such a comment!
>>> >
>>>
>>> I'm not sure I understand. Do you know how to look in the logs or don't
>>> you?
>>>
>>> Maybe writing something like "I already know how to use the Chrome
>>> inspect tools, but I'm not sure what to look for. There's a lot of
>>> gibberish there" would have been a bit more constructive than simply
>>> calling me "genius".
>>>
>>> > as I stated earlier
>>> >
>>> > IF YOU ARE NOT PART OF THE SOLUTION YOU ARE PART OF THE PROBLEM
>>> >
>>>
>>> I'm still not sure which problem I'm part of. I definitely cannot see
>>> I'm part of your problem getting an image to display on your web page,
>>> so that cannot be it.
>>>
>>> > Please be more considerate in the future with your

Re: help with my signup API

2020-04-08 Thread John McClain
did you make migrations, it seems like it is not finding the
account/register

On Wed, 8 Apr 2020 at 09:38, ola neat  wrote:

> Good day guys
> i'm working on an app, i created an api for user signup to be consumed by
> an angular app, but now the issues i'm having is that when they user signup
> after filling the form i'm getting an  err, see attached my err and codes
>
>
> --
> 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/CAHLKn71N-V%3Dhg8WpsOdxc-9eMJjEX2BoRdHTo8q1N0H8o84r5w%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAHLKn71N-V%3Dhg8WpsOdxc-9eMJjEX2BoRdHTo8q1N0H8o84r5w%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_o%2BCZ45jKvdSW3Hr18L3SxZ8NMjkai9Mtn%2B5jYC2RjYQg%40mail.gmail.com.


Collaborators wanted

2020-04-21 Thread John McClain
Hello all,

I have developed an eCommerce marketplace and am looking for collaborators
to help with further iteration work as I would like to concentrate
primarily on promoting the launch and refining the marketing of the beta
release

I have an immediate need to refactor some of the existing models to include
more advanced functionality beyond the MVP models that exist at the moment.

The project is full-stack hosted on Heroku with a private git repo.

Current items in the pipeline needing immediate attention include...

Item 1:
Improve stripe payment by integrating intentions that allow users to
purchase items in USD instead of the default Euro.  Right now a user in GB
sees $1 Product but should because the product name has $1 in it. It is
imperative that the product name incorporates the $1 so the solution isn't
as simple as removing the $1 from the product name. The issue is, when a
user goes through the checkout they are billed €1 instead of $1.

Item 2: Improves on item 1 above... After solving the initial default
currency I need the Stripe payment process improved to allow the user to
select the currency they wish to trade in on the site. The issue is not
simple though because the product names on the site include a currency
denomination but are not dynamic. For example $1 Product and $5 Product.
The current model needs to be improved so that the currency value within
the product name is dynamically placed in the view so that the user
sees the product name in the currency they defined during the registration
process. This means that I need the registration, e-commerce, checkout and
cart models modified to provide this particular solution.

Item 3: I am looking to improve the checkout process so that the user can
define a beneficiary related to the product the user is purchasing. The
site is a fundraising portal and I wish to improve the process so that
items bought can be gifted to others via email or text alerts. This means
at checkout the user can define who they wish to gift the item to by
providing the email address or cell number of the person they wish to gift
the item to. That seems simple enough but the follow on process complicates
the iteration. To defeat attempts to defraud the system I require the user
to authenticate the gift via email or text message. This means I need a
message sent to the user who has gifted the item. In the message is an auth
token used to validate the request. Once the system recognizes the token
has been initiated it will send a message to the intended recipient of the
gift. This could be simplified by asking the user to forward the email they
receive to their guest which would likely improve the number of read
messages as it is anticipated that a high number of unsolicited messages
coming from our system would not be read by the recipient. This can be
discussed between us to determine a final solution.

Item 4: I am looking for a designer to create the sales pages for the site.
The current app is an MVP with little emphasis on design at all. I have a
vision for what the page layout should look like and a list of reference
sites. I am really looking for someone with UX experience and a good feel
for design to take the lead in designing the project.

As this is a start-up compensation cannot be offered. If you are looking
for an opportunity to intern with a project for the experience with the
hopes of converting your efforts into a long term fulltime paid gig then
this may be an opportunity that interests you. I do have a very experienced
python django master at my disposal who will oversee all of your efforts
and can be used to help you familiarize yourself with the project as it
currently exists as well as help you debug your solutions as you go.

Strong command of the English language is preferred.

Please respond here with your interest




-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_rHZD5cep32Y0jo_03iyAz_TfYw%3DRD5KqLHQmopxsJ6aQ%40mail.gmail.com.


Setting up Stripe Intentions

2020-04-22 Thread John McClain
Hello all,

I have an active stripe account configured and running live in my app.

I am wanting to change the default currency and was wondering if anyone
could help with setting up the intention to accomplish this. I have tried a
few times and am unable to get past the errors. I have reverted back to my
starting point and am now looking for advice on how to integrate the
solution.

cheers

-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_rxC2h63_03viTiNTGsJwa8HRZ%3Dtmo7Fi3RUcJF6%2Ba5Fg%40mail.gmail.com.


Re: Collaborators wanted

2020-04-24 Thread John McClain
Hello Mohamed,

Thank you for reaching to me in regards to this opportunity. Please provide
your public GitHub (or other repo) address as well as url's to your
projects if they are not in the repo's themselves.

You can also send me skype contact request or email me my contact details
are in the signature.

Kind regards,

John

-- 
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/CAN-hv_qVHwezHXRmQJnq0r5wNDqYuHB6YnNto1XZ4vA2C_ZpDQ%40mail.gmail.com.


Re: problem with feed

2020-04-24 Thread John McClain
often you have to manage configurations on the host as well. What configs
have you set in the host account

On Fri, 24 Apr 2020 at 06:09, carlos  wrote:

> Hi, i have a website with SSL certificate
> but when create feed syndication the link protocol always is http why?
>
> how to change to https? in site_id a put only www.mydomain.com in
> syndication say
>
> http://www.mydomain.com/news/
>
> any idea o link to find the problem in my setting put this
>
> SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
> SECURE_SSL_REDIRECT = True
> SESSION_COOKIE_SECURE = True
> CSRF_COOKIE_SECURE = True
>
> but nothing not change the protocol in feed :/
>
> any help is welcome
>
> Cheers
> --
>
> --
> 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/CAM-7rO0tkdkGF%3DnkdK2DK86MWL9WXMhEDvz%3DDA9%2BNKhg-0bw3g%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAM-7rO0tkdkGF%3DnkdK2DK86MWL9WXMhEDvz%3DDA9%2BNKhg-0bw3g%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_rQcOMPUUkb0sqXkVt%3DoBaGNcYjD7BSERLMKYRzSAwFuA%40mail.gmail.com.


Re: App Dev wanted

2020-04-29 Thread John McClain
Arne,

I am interested

John

On Wed, 29 Apr 2020 at 15:08, Arne Bollinger 
wrote:

> Hey,
> We came with a project out of a Covid-19 Hackathon that we could not
> finish. Now we want to launch as fast as possible as long as people are
> still in need of social contact.
> https://devpost.com/software/corona-circles
>
> We want to develop an Open-Source Django App that creates Jitsi Meet
> Sessions and sends out Emails to participants. Pretty simple. 3 volunteer
> backend devs have left us with unfinished code, so now we want to pay
> somebody from our pockets, to get it online asap!
>
> Here is a head start, the frontend is almost ready:
> https://github.com/CoronaCircles/coronacircles-django
> I estimate roughly maximum 10 hours needed. We have a Budget of at least
> 1000€.
> Anybody wants to help us?
>
> Cheers,
> Arne
>
>
> --
> 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/81f7a052-7366-45b7-b2dc-ffe23a6c5050%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/81f7a052-7366-45b7-b2dc-ffe23a6c5050%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_pxHv41MzSYwCozRyV-5ocoV5YQN-msqjGATMQ4ghG5Bw%40mail.gmail.com.


Re: Issue with Heroku Getting Started

2020-05-15 Thread John McClain
try removing this

django-utils==0.0.2

from requirements then run again to see next error

On Fri, 15 May 2020 at 21:23, J Maryott  wrote:

> C:\Users\jakem\python-getting-started>pip freeze
> asgiref==3.2.7
> dj-database-url==0.5.0
> Django==3.0.6
> django-heroku==0.3.1
> django-utils==0.0.2
> gunicorn==20.0.4
> psycopg2==2.8.5
> pytz==2020.1
> sqlparse==0.3.1
> whitenoise==5.0.1
>
> On Friday, May 15, 2020 at 11:29:29 AM UTC-4, jlgimeno71 wrote:
>>
>>
>>
>> On Thu, May 14, 2020 at 5:02 AM J Maryott  wrote:
>>
>>> Wondering if anyone may be able to shed some light on this...I've cloned
>>> the latest dev. version of Django from Git, and though I'm a bit of a
>>> newbie here, and this might sound totally dumb to the professionals (I'm
>>> unsure), I also tried pip install django.utilsas a last ditch
>>> effort. It seemed to download a package successfully, but still I'm
>>> receiving the same error.
>>>
>>> I've made it about halfway though the "Getting Started with Python"
>>> tutorial on the Heroku Dev Center (
>>> https://devcenter.heroku.com/articles/getting-started-with-python#run-the-app-locally),
>>> and I get the following error when attempting to run collectstatic:
>>>
>>>
>>> python manage.py collectstatic
>>>
>>> Traceback (most recent call last):
>>>   File "manage.py", line 8, in 
>>> from django.core.management import execute_from_command_line
>>>   File 
>>> "C:\Users\jakem\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\django\__init__.py",
>>>  line 1, in 
>>> from django.utils.version import get_version
>>> ModuleNotFoundError: No module named 'django.utils'
>>>
>>> --
>>> 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/1be60359-eb10-4def-90dc-762d1315e66a%40googlegroups.com
>>> <https://groups.google.com/d/msgid/django-users/1be60359-eb10-4def-90dc-762d1315e66a%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>
>> Can you type pip freeze into your terminal and copy/paste the output
>> here, please?
>>
>> -Jorge
>>
> --
> 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/eda9f804-4949-4cdd-9b34-8bf7db3b049a%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/eda9f804-4949-4cdd-9b34-8bf7db3b049a%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_p3VGnGn60UeZCg4ktxc%2BQakt5xgd7kyMadF7t7b0VYng%40mail.gmail.com.


Re: HOW TO PROTECT SOURCE CODE DEPLOYED TO A REMOTE SERVER

2020-05-15 Thread John McClain
I'm not sure this is feasible. The issue is likely about getting paid for
you and for them about getting what they paid for. There is no work-a-round
for this dynamic in coding other than to use sandbox server you control for
version control. Once they approve the iterations and pay you can transfer
the code. Otherwise, you are going to have to transfer the code and hope
you get paid.

On Fri, 15 May 2020 at 14:21, Sunday Iyanu Ajayi 
wrote:

> I am working for a client that wants to deploy a project I am working on
> in a remote server and I will like to project my source code when deployed
> so that they will not be able to mess with it.
>
> How can  I  go about it please?
>
> *AJAYI Sunday *
> (+234) 806 771 5394
> *sunnexaj...@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/CAKYSAw2PjNzS0Kutg_-DMvwDqQoTrkWpvjwp7K-6JFR1XZ_%3DLQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAKYSAw2PjNzS0Kutg_-DMvwDqQoTrkWpvjwp7K-6JFR1XZ_%3DLQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_rMjbvxcRWLT03Z-_426Kv%3DfLtPCScBObFJQSisAnkpbw%40mail.gmail.com.


Re: pip not working

2020-05-15 Thread John McClain
you have somehow lost your path to the interpreter. Did you try pip3 by any
chance? What version of pip are you using

On Fri, 15 May 2020 at 15:15, Akorede Habeebullah  wrote:

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


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_pApVnsakH5aao5iiT8Lv1NJ0%2BKa8s1uG%3D-VAQj0RUs_A%40mail.gmail.com.


Re: how to use youtube links in my website

2020-05-15 Thread John McClain
Can't you just use the script in the body section for this on the html page
you want the video in view on.

On Fri, 15 May 2020 at 20:17, Bunti  wrote:

> I want to make website to show the all the videos of my Youtube channel
>  PLAYLISTS. I mean to say that all of my Youtube videos should be linked to
> my website.
>
>
> Can I get any  video tutorial of such type of project with Django?
>
> (I have learned Django upto some level. I can do CURD by function and
> Generic Views, user registration, password update by email etc.)
>
>
> --
> 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/96d8272e-7b5e-4e04-94ad-7b80f9a0ed87%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/96d8272e-7b5e-4e04-94ad-7b80f9a0ed87%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_qsELgRoZDTwS0HU2i9AWFSgBQLE0XcVRuY7GAADHo25w%40mail.gmail.com.


Re: Issue with Heroku Getting Started

2020-05-16 Thread John McClain
did it work?

On Sat, 16 May 2020 at 01:37, Jorge Gimeno  wrote:

>
>
> On Fri, May 15, 2020 at 5:27 PM John McClain 
> wrote:
>
>> try removing this
>>
>> django-utils==0.0.2
>>
>> from requirements then run again to see next error
>>
>
> Good catch!  I'll bet there's a name collision here.
>
> -Jorge
>
> --
> 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/CANfN%3DK8DX2sFNm5s1oLoPdN6uCkKc42cL8TAbm%2BEirkFuZSu0Q%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CANfN%3DK8DX2sFNm5s1oLoPdN6uCkKc42cL8TAbm%2BEirkFuZSu0Q%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_q34b4AbDWbBoodB6zJ0FNDdJY5WAHkoMEdWdTn8A-9dw%40mail.gmail.com.


Re: HOW TO PROTECT SOURCE CODE DEPLOYED TO A REMOTE SERVER

2020-05-20 Thread John McClain
Hello Sunday,

I wonder if you could deploy to git and use one of the licenses there to
protect the code. I think they would be bound by the use the license
permits. Have you looked at this as a possibility?

John

On Tue, 19 May 2020 at 02:35, Sunday Iyanu Ajayi 
wrote:

> I get your point but my solution is kind of a  SaaS Application. the
> client wants to host it on his controlled server  and if they get the
> source code, they can replicate, modify and maybe sell it.  Is there a way
> to host the compiled file or lock the directory to the project.
> *AJAYI Sunday *
> (+234) 806 771 5394
> *sunnexaj...@gmail.com *
>
>
>
> On Mon, May 18, 2020 at 9:28 PM Jim Armstrong 
> wrote:
>
>> When I work on client projects, I deploy to a test server that is under
>> my control. Once the project is complete and they have paid the invoice, I
>> deploy to the production server under their control. At that point, I don't
>> care if they have access to the code - my contracts give the clients all
>> rights to the project code upon completion of the project.
>>
>>
>> On Friday, May 15, 2020 at 9:22:33 AM UTC-4, Sunday Iyanu Ajayi wrote:
>>>
>>> I am working for a client that wants to deploy a project I am working on
>>> in a remote server and I will like to project my source code when deployed
>>> so that they will not be able to mess with it.
>>>
>>> How can  I  go about it please?
>>>
>>> *AJAYI Sunday *
>>> (+234) 806 771 5394
>>> *sunne...@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/636f0636-30df-4ce2-8629-2be8b208ec37%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/636f0636-30df-4ce2-8629-2be8b208ec37%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/CAKYSAw3Hqjuz5rD_AsZ5Wa%2B3WBzQ9LN0GzZKHx3D-irztJ1G0A%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAKYSAw3Hqjuz5rD_AsZ5Wa%2B3WBzQ9LN0GzZKHx3D-irztJ1G0A%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_pbGUu7Qjm%2BZO7fOmT2H1W2C8Xy%2BhTk_6_BQcUcwc-XbA%40mail.gmail.com.


Parallel or split payment options using paypal

2020-05-27 Thread John McClain
Hello All,

Can anyone provide a method to split payments via paypal. I basically want
to earn a commission on the sale and pass the balance to the seller through
my marketplace.

Thanks,

John

-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_r%3DJ2rCLQOSiFQ%3DRBz_h2Po7AZSy2T37fapMX9HpyX19Q%40mail.gmail.com.


Re: Parallel or split payment options using paypal

2020-05-30 Thread John McClain
Due to Covid am not getting any response from PayPal. I have sent many
messages

On Fri 29 May 2020 at 13:46, Akshat Zala  wrote:

> Hi John
>
> I agree with Kasper.
>
> Regards,
>
> Akshat
>
> On Thursday, 28 May 2020 01:31:03 UTC+5:30, Kasper Laudrup wrote:
>>
>> Hi John,
>>
>> On 27/05/2020 19.06, John McClain wrote:
>> > Hello All,
>> >
>> > Can anyone provide a method to split payments via paypal. I basically
>> > want to earn a commission on the sale and pass the balance to the
>> seller
>> > through my marketplace.
>> >
>>
>> Maybe this would be a better place to ask:
>>
>> https://www.paypal.com/us/smarthelp/home
>>
>> Kind regards,
>>
>> Kasper Laudrup
>>
> --
> 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/c3b6f605-5a23-4e6a-96ae-02d5a67971cb%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/c3b6f605-5a23-4e6a-96ae-02d5a67971cb%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_rbOOZTPRCkLvKBjEypY4BdTBacvremA8sATdZNAp6C9w%40mail.gmail.com.


Re: Parallel or split payment options using paypal

2020-05-31 Thread John McClain
Thx Christo,

My conclusion is the option has been deprecated and is only available if
you previously accessed it or are a part of their partnership program. The
forms to apply to that program are not accessible likely due to covid.

Anyway, I will check the link you provided again to see if I can find any
answers.

If youre looking to raise some cash in hurry check out my new crowd funding
solution fundgrazing.com. It's not pledged based and generates revenue on
the fly if you engage with it.

regards..

On Sun, 31 May 2020 at 07:24, CHRISTO KRIEGLER 
wrote:

> Hi, John.
>
> Read here https://www.paypal.com/us/smarthelp/article/faq3422 and you
> will also see this message: "Due to coronavirus (COVID-19) safety
> precautions, we currently have limited customer service staffing so wait
> times may be longer."
>
> I believe you will find answers on there too.
>
> Blessings
> Christo Kriegler
>
> On Sat, May 30, 2020 at 4:55 PM John McClain 
> wrote:
>
>> Due to Covid am not getting any response from PayPal. I have sent many
>> messages
>>
>> On Fri 29 May 2020 at 13:46, Akshat Zala  wrote:
>>
>>> Hi John
>>>
>>> I agree with Kasper.
>>>
>>> Regards,
>>>
>>> Akshat
>>>
>>> On Thursday, 28 May 2020 01:31:03 UTC+5:30, Kasper Laudrup wrote:
>>>>
>>>> Hi John,
>>>>
>>>> On 27/05/2020 19.06, John McClain wrote:
>>>> > Hello All,
>>>> >
>>>> > Can anyone provide a method to split payments via paypal. I basically
>>>> > want to earn a commission on the sale and pass the balance to the
>>>> seller
>>>> > through my marketplace.
>>>> >
>>>>
>>>> Maybe this would be a better place to ask:
>>>>
>>>> https://www.paypal.com/us/smarthelp/home
>>>>
>>>> Kind regards,
>>>>
>>>> Kasper Laudrup
>>>>
>>> --
>>> 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/c3b6f605-5a23-4e6a-96ae-02d5a67971cb%40googlegroups.com
>>> <https://groups.google.com/d/msgid/django-users/c3b6f605-5a23-4e6a-96ae-02d5a67971cb%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> --
>> John McClain
>>
>> Cell: 085-1977-823
>> Skype: jmcclain0129
>> Email: jmcclain0...@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/CAN-hv_rbOOZTPRCkLvKBjEypY4BdTBacvremA8sATdZNAp6C9w%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAN-hv_rbOOZTPRCkLvKBjEypY4BdTBacvremA8sATdZNAp6C9w%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/CAA4mTE%3DDjwpHWT-PVq_BL0bB%2B1pwVs4aNyzeJ0hHaDH_9NyUdA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAA4mTE%3DDjwpHWT-PVq_BL0bB%2B1pwVs4aNyzeJ0hHaDH_9NyUdA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_qVZZrUBwxTzw510NFxJWPW9UZBOm40XzDVejbsMsR1Og%40mail.gmail.com.


Need booking engine skeleton template and am willing to pay for it

2020-06-19 Thread John McClain
Hello all,

I am looking for an existing project I can fork and continue to develop for
a client of mine.

If you have a booking engine in django please forward project details to me
so I can determine if it is a fit.

The app I am building will be jobs board for home care services.

Thanks in advance for sharing your projects.

Cheers


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_ohUqXJoUhOuDB29pRRcFRnmVwvjD0pu-D8TTbRUVr_Qg%40mail.gmail.com.


Collaborators

2020-06-19 Thread John McClain
Hello all,

I am looking for long term collaborators on a live django project I own and
operate.

This is a bootstrapped project which is generated revenue. However, all
funds are poured back into the project at the moment.

There is compensation for the right person(s)

Please only apply if you have exceptional full stack developer skills. This
is not a jr. role but would suit an intermediate level developer with a few
years under their belt.

Fluent English as a first language is required but the position itself is
fully remote.

If you are looking to contribute to a true bootstrapped startup with a
proven POC, perhaps you would consider this opportunity.

I am looking forward to speaking with you soon.


We are looking for expertise in

1. Marketing Guru who can manage the Sendgrid implementation and ongoing
marketing campaign creation and management.

2. Django backend developer to continue improving models or introducing new
ones to the architecture already in play.

3, Frontend designer with strong UI UX experience to assist with assets to
compliment the two rolls identified above

-- 
John McClain
fundgrazing.com

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_qi7kLmrfcQaqihT1xP0EpfJbqgt5S6q%3Di8rOFDwgBasw%40mail.gmail.com.


Re: Collaborators

2020-06-19 Thread John McClain
Hello Ragnar,

you can send me an email or contact me via skype both details are in the
signature

cheers,

John

On Fri, 19 Jun 2020 at 13:08, Ragnar Örn Ólafsson Ólafsson <
ragnar@gmail.com> wrote:

> Hi John,
>
> I’d love to get in touch with you regarding the Django role. What’s the
> best way to contact you?
>
> On Fri, 19 Jun 2020 at 09:55, John McClain  wrote:
>
>> Hello all,
>>
>> I am looking for long term collaborators on a live django project I own
>> and operate.
>>
>> This is a bootstrapped project which is generated revenue. However, all
>> funds are poured back into the project at the moment.
>>
>> There is compensation for the right person(s)
>>
>> Please only apply if you have exceptional full stack developer skills.
>> This is not a jr. role but would suit an intermediate level developer with
>> a few years under their belt.
>>
>> Fluent English as a first language is required but the position itself is
>> fully remote.
>>
>> If you are looking to contribute to a true bootstrapped startup with a
>> proven POC, perhaps you would consider this opportunity.
>>
>> I am looking forward to speaking with you soon.
>>
>>
>> We are looking for expertise in
>>
>> 1. Marketing Guru who can manage the Sendgrid implementation and ongoing
>> marketing campaign creation and management.
>>
>> 2. Django backend developer to continue improving models or introducing
>> new ones to the architecture already in play.
>>
>> 3, Frontend designer with strong UI UX experience to assist with assets
>> to compliment the two rolls identified above
>>
>> --
>> John McClain
>> fundgrazing.com
>>
>> Cell: 085-1977-823
>> Skype: jmcclain0129
>> Email: jmcclain0...@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/CAN-hv_qi7kLmrfcQaqihT1xP0EpfJbqgt5S6q%3Di8rOFDwgBasw%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAN-hv_qi7kLmrfcQaqihT1xP0EpfJbqgt5S6q%3Di8rOFDwgBasw%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/CAL1UQP2um7x7OyhWbDdkptbnYXR9h2BFbfUzVyQw9ZEg0AX8SQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAL1UQP2um7x7OyhWbDdkptbnYXR9h2BFbfUzVyQw9ZEg0AX8SQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_oH-YBXG-kNrE1qEmEYTZU4Ei54hHu5%2BQCd1o6QsNQDKA%40mail.gmail.com.


Re: Collaborators

2020-06-19 Thread John McClain
Hello Ali,

Please contact me via email or skype to discuss the possibilities.

Cheers,

John

On Fri, 19 Jun 2020 at 12:37, Ali Murtuza  wrote:

> Hello I am intrested for Django backend developer
>
> On Fri, 19 Jun 2020 at 2:55 PM, John McClain 
> wrote:
>
>> Hello all,
>>
>> I am looking for long term collaborators on a live django project I own
>> and operate.
>>
>> This is a bootstrapped project which is generated revenue. However, all
>> funds are poured back into the project at the moment.
>>
>> There is compensation for the right person(s)
>>
>> Please only apply if you have exceptional full stack developer skills.
>> This is not a jr. role but would suit an intermediate level developer with
>> a few years under their belt.
>>
>> Fluent English as a first language is required but the position itself is
>> fully remote.
>>
>> If you are looking to contribute to a true bootstrapped startup with a
>> proven POC, perhaps you would consider this opportunity.
>>
>> I am looking forward to speaking with you soon.
>>
>>
>> We are looking for expertise in
>>
>> 1. Marketing Guru who can manage the Sendgrid implementation and ongoing
>> marketing campaign creation and management.
>>
>> 2. Django backend developer to continue improving models or introducing
>> new ones to the architecture already in play.
>>
>> 3, Frontend designer with strong UI UX experience to assist with assets
>> to compliment the two rolls identified above
>>
>> --
>> John McClain
>> fundgrazing.com
>>
>> Cell: 085-1977-823
>> Skype: jmcclain0129
>> Email: jmcclain0...@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/CAN-hv_qi7kLmrfcQaqihT1xP0EpfJbqgt5S6q%3Di8rOFDwgBasw%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAN-hv_qi7kLmrfcQaqihT1xP0EpfJbqgt5S6q%3Di8rOFDwgBasw%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/CA%2BGgMvW12F83%3DpqLubJTGqkUzH2eDzqzn1t%2BgMZ3UnCsE6uy%3Dw%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CA%2BGgMvW12F83%3DpqLubJTGqkUzH2eDzqzn1t%2BgMZ3UnCsE6uy%3Dw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_pJ-eh2XGYkKFA6NSez89ffOe__oizdqpOMrrOHVRmieg%40mail.gmail.com.


Re: Collaborators

2020-06-21 Thread John McClain
Send me an email with your interest Francis, include your cv and include
link to github if available.

On Sat, 20 Jun 2020 at 10:08, FRANCIS ODERO 
wrote:

> hello am really interested in django backend development
> How am i supposed to contant you
>
> On Sat, Jun 20, 2020 at 4:08 AM chaitanya orakala <
> chaitu.orak...@gmail.com> wrote:
>
>> Hey John,
>> I had sent an email in interest to this position. Please have a look at it
>> Thanks
>>
>> On Fri, Jun 19, 2020 at 7:52 PM John McClain 
>> wrote:
>>
>>> Hello Ali,
>>>
>>> Please contact me via email or skype to discuss the possibilities.
>>>
>>> Cheers,
>>>
>>> John
>>>
>>> On Fri, 19 Jun 2020 at 12:37, Ali Murtuza 
>>> wrote:
>>>
>>>> Hello I am intrested for Django backend developer
>>>>
>>>> On Fri, 19 Jun 2020 at 2:55 PM, John McClain 
>>>> wrote:
>>>>
>>>>> Hello all,
>>>>>
>>>>> I am looking for long term collaborators on a live django project I
>>>>> own and operate.
>>>>>
>>>>> This is a bootstrapped project which is generated revenue. However,
>>>>> all funds are poured back into the project at the moment.
>>>>>
>>>>> There is compensation for the right person(s)
>>>>>
>>>>> Please only apply if you have exceptional full stack developer skills.
>>>>> This is not a jr. role but would suit an intermediate level developer with
>>>>> a few years under their belt.
>>>>>
>>>>> Fluent English as a first language is required but the position itself
>>>>> is fully remote.
>>>>>
>>>>> If you are looking to contribute to a true bootstrapped startup with a
>>>>> proven POC, perhaps you would consider this opportunity.
>>>>>
>>>>> I am looking forward to speaking with you soon.
>>>>>
>>>>>
>>>>> We are looking for expertise in
>>>>>
>>>>> 1. Marketing Guru who can manage the Sendgrid implementation and
>>>>> ongoing marketing campaign creation and management.
>>>>>
>>>>> 2. Django backend developer to continue improving models or
>>>>> introducing new ones to the architecture already in play.
>>>>>
>>>>> 3, Frontend designer with strong UI UX experience to assist with
>>>>> assets to compliment the two rolls identified above
>>>>>
>>>>> --
>>>>> John McClain
>>>>> fundgrazing.com
>>>>>
>>>>> Cell: 085-1977-823
>>>>> Skype: jmcclain0129
>>>>> Email: jmcclain0...@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/CAN-hv_qi7kLmrfcQaqihT1xP0EpfJbqgt5S6q%3Di8rOFDwgBasw%40mail.gmail.com
>>>>> <https://groups.google.com/d/msgid/django-users/CAN-hv_qi7kLmrfcQaqihT1xP0EpfJbqgt5S6q%3Di8rOFDwgBasw%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/CA%2BGgMvW12F83%3DpqLubJTGqkUzH2eDzqzn1t%2BgMZ3UnCsE6uy%3Dw%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/django-users/CA%2BGgMvW12F83%3DpqLubJTGqkUzH2eDzqzn1t%2BgMZ3UnCsE6uy%3Dw%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>>
>>>
>>> --
>>> John McClain
>>>
>>> Cell: 085-1977-823
>>> Skype: jmcclain0129
>>> Email: jmcclain0...@gmail.com
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>&g

Re: Collaborators

2020-06-21 Thread John McClain
Hello Maninder,

Your blog is not accessible via your about.me page in case you didn't know.

What is your background, what area of expertise can you lend to this
project?

Cheers,

On Sat, 20 Jun 2020 at 10:58, maninder singh Kumar <
maninder.s.ku...@gmail.com> wrote:

> Hi John,
>
> I would love to join up with you.  My skype id is wi...@kawapeople.com.
> Adding you up.
>
> regards
> willy
>
> <https://about.me/maninder.s.kumar?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=edit_panel&utm_content=thumb>
> Maninder Kumar
> about.me/maninder.s.kumar
> <https://about.me/maninder.s.kumar?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=edit_panel&utm_content=thumb>
>
>
> On Sat, Jun 20, 2020 at 5:21 AM John McClain 
> wrote:
>
>> Hello Ragnar,
>>
>> you can send me an email or contact me via skype both details are in the
>> signature
>>
>> cheers,
>>
>> John
>>
>> On Fri, 19 Jun 2020 at 13:08, Ragnar Örn Ólafsson Ólafsson <
>> ragnar@gmail.com> wrote:
>>
>>> Hi John,
>>>
>>> I’d love to get in touch with you regarding the Django role. What’s the
>>> best way to contact you?
>>>
>>> On Fri, 19 Jun 2020 at 09:55, John McClain 
>>> wrote:
>>>
>>>> Hello all,
>>>>
>>>> I am looking for long term collaborators on a live django project I own
>>>> and operate.
>>>>
>>>> This is a bootstrapped project which is generated revenue. However, all
>>>> funds are poured back into the project at the moment.
>>>>
>>>> There is compensation for the right person(s)
>>>>
>>>> Please only apply if you have exceptional full stack developer skills.
>>>> This is not a jr. role but would suit an intermediate level developer with
>>>> a few years under their belt.
>>>>
>>>> Fluent English as a first language is required but the position itself
>>>> is fully remote.
>>>>
>>>> If you are looking to contribute to a true bootstrapped startup with a
>>>> proven POC, perhaps you would consider this opportunity.
>>>>
>>>> I am looking forward to speaking with you soon.
>>>>
>>>>
>>>> We are looking for expertise in
>>>>
>>>> 1. Marketing Guru who can manage the Sendgrid implementation and
>>>> ongoing marketing campaign creation and management.
>>>>
>>>> 2. Django backend developer to continue improving models or introducing
>>>> new ones to the architecture already in play.
>>>>
>>>> 3, Frontend designer with strong UI UX experience to assist with assets
>>>> to compliment the two rolls identified above
>>>>
>>>> --
>>>> John McClain
>>>> fundgrazing.com
>>>>
>>>> Cell: 085-1977-823
>>>> Skype: jmcclain0129
>>>> Email: jmcclain0...@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/CAN-hv_qi7kLmrfcQaqihT1xP0EpfJbqgt5S6q%3Di8rOFDwgBasw%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/django-users/CAN-hv_qi7kLmrfcQaqihT1xP0EpfJbqgt5S6q%3Di8rOFDwgBasw%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/CAL1UQP2um7x7OyhWbDdkptbnYXR9h2BFbfUzVyQw9ZEg0AX8SQ%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/django-users/CAL1UQP2um7x7OyhWbDdkptbnYXR9h2BFbfUzVyQw9ZEg0AX8SQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>
>>
>> --
>> John McClain
>>
>> Cell: 085-1977-823
>> Skype: jmcclain0129
>> Email: jmcclain0...@gmail.com
>>
>> --
>> You received this mes

Re: Collaborators

2020-06-21 Thread John McClain
Francis,

You can email me at j...@fundgrazing.com

John

On Sat, 20 Jun 2020 at 10:08, FRANCIS ODERO 
wrote:

> hello am really interested in django backend development
> How am i supposed to contant you
>
> On Sat, Jun 20, 2020 at 4:08 AM chaitanya orakala <
> chaitu.orak...@gmail.com> wrote:
>
>> Hey John,
>> I had sent an email in interest to this position. Please have a look at it
>> Thanks
>>
>> On Fri, Jun 19, 2020 at 7:52 PM John McClain 
>> wrote:
>>
>>> Hello Ali,
>>>
>>> Please contact me via email or skype to discuss the possibilities.
>>>
>>> Cheers,
>>>
>>> John
>>>
>>> On Fri, 19 Jun 2020 at 12:37, Ali Murtuza 
>>> wrote:
>>>
>>>> Hello I am intrested for Django backend developer
>>>>
>>>> On Fri, 19 Jun 2020 at 2:55 PM, John McClain 
>>>> wrote:
>>>>
>>>>> Hello all,
>>>>>
>>>>> I am looking for long term collaborators on a live django project I
>>>>> own and operate.
>>>>>
>>>>> This is a bootstrapped project which is generated revenue. However,
>>>>> all funds are poured back into the project at the moment.
>>>>>
>>>>> There is compensation for the right person(s)
>>>>>
>>>>> Please only apply if you have exceptional full stack developer skills.
>>>>> This is not a jr. role but would suit an intermediate level developer with
>>>>> a few years under their belt.
>>>>>
>>>>> Fluent English as a first language is required but the position itself
>>>>> is fully remote.
>>>>>
>>>>> If you are looking to contribute to a true bootstrapped startup with a
>>>>> proven POC, perhaps you would consider this opportunity.
>>>>>
>>>>> I am looking forward to speaking with you soon.
>>>>>
>>>>>
>>>>> We are looking for expertise in
>>>>>
>>>>> 1. Marketing Guru who can manage the Sendgrid implementation and
>>>>> ongoing marketing campaign creation and management.
>>>>>
>>>>> 2. Django backend developer to continue improving models or
>>>>> introducing new ones to the architecture already in play.
>>>>>
>>>>> 3, Frontend designer with strong UI UX experience to assist with
>>>>> assets to compliment the two rolls identified above
>>>>>
>>>>> --
>>>>> John McClain
>>>>> fundgrazing.com
>>>>>
>>>>> Cell: 085-1977-823
>>>>> Skype: jmcclain0129
>>>>> Email: jmcclain0...@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/CAN-hv_qi7kLmrfcQaqihT1xP0EpfJbqgt5S6q%3Di8rOFDwgBasw%40mail.gmail.com
>>>>> <https://groups.google.com/d/msgid/django-users/CAN-hv_qi7kLmrfcQaqihT1xP0EpfJbqgt5S6q%3Di8rOFDwgBasw%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/CA%2BGgMvW12F83%3DpqLubJTGqkUzH2eDzqzn1t%2BgMZ3UnCsE6uy%3Dw%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/django-users/CA%2BGgMvW12F83%3DpqLubJTGqkUzH2eDzqzn1t%2BgMZ3UnCsE6uy%3Dw%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>>
>>>
>>> --
>>> John McClain
>>>
>>> Cell: 085-1977-823
>>> Skype: jmcclain0129
>>> Email: jmcclain0...@gmail.com
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop rece

Re: Required Django programmers for HR Portal project

2020-06-28 Thread John McClain
Send me your details

On Sat 27 Jun 2020 at 23:03, Mottaz Hegaze  wrote:

> Mr Kumar,
>
> Please checkout your inbox or spam folder,
>
> I sent you my CV with email title " [ Motaz Hejaze ] Senior Python Django
> / Flask / Node.js  Backend developer "
>
> Thanks & Regards
>
> On Sat, Jun 27, 2020 at 11:59 PM oba stephen 
> wrote:
>
>> Would be interestef
>>
>> On Sat, Jun 27, 2020 at 8:57 PM maninder singh Kumar <
>> maninder.s.ku...@gmail.com> wrote:
>>
>>> Dear group subscribers,
>>>
>>> I require Django programmers for an HR Job portal.  It is an intern
>>> project.
>>>
>>> regards  willy
>>>
>>> <https://about.me/maninder.s.kumar?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=edit_panel&utm_content=thumb>
>>> Maninder Kumar
>>> about.me/maninder.s.kumar
>>> <https://about.me/maninder.s.kumar?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=edit_panel&utm_content=thumb>
>>>
>>> --
>>> 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/CABOHK3QFjdFBhptC5YExGd%3DtO%2BmMeZzjy%3DL0u67mWRT2SihwfA%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/django-users/CABOHK3QFjdFBhptC5YExGd%3DtO%2BmMeZzjy%3DL0u67mWRT2SihwfA%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/CAAJsLnowvpfp-i3vg-qL4HOnTy28vywSiUU41S%3DPAt3NJaqGog%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAAJsLnowvpfp-i3vg-qL4HOnTy28vywSiUU41S%3DPAt3NJaqGog%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/CAHV4E-d%2BTLi71dVnR%2BFbLvj2nMy5X%2B-byB-53EaNUzhHAXy%3DCw%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAHV4E-d%2BTLi71dVnR%2BFbLvj2nMy5X%2B-byB-53EaNUzhHAXy%3DCw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_r0th8qE3Ky7%3DeS7Y8j_XT0E%2BSTUgZ0jnUF2vxhWRE6JQ%40mail.gmail.com.


Re: How to add domain from GoDaddy to Heroku

2020-06-29 Thread John McClain
I was able to do so Micah

it took almost a day to propagate though. How long has it been since you
did the redirects


On Mon, 29 Jun 2020 at 22:39, Micah Beckman 
wrote:

> I'm having the exact same issue. The helpline folks weren't able to sort
> it out either.
>
> On Monday, June 22, 2020 at 4:44:51 PM UTC-4, sunday honesty wrote:
>>
>> Has anyone here added a custom domain from GoDaddy to Heroku?
>>
>> I have not been able to configure my DNS correctly after following tons
>> of articles online... GoDaddy don't seem to have good customer care for my
>> country and no live support available?
>>
>> The issue is, I have bought the domain and added it to Heroku and
>> generated the target for DNS.
>> On Heroku, I entered manage DNS to add the target url generated from
>> Heroku and got a bad request (400) error if I set CNAME to www and value to
>> the target from Heroku. I have followed the exact step I got from online
>> and non is working for me.
>> Anyone who can help me will be appreciated.
>>
>> --
> 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/7b7f8c5c-8da5-4c77-a271-3d51190b5d7ao%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/7b7f8c5c-8da5-4c77-a271-3d51190b5d7ao%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_rnzKkmaixiQb%3D_SZxvGH4FFOy07hgs6-ijTgbfb%3DTK%2Bg%40mail.gmail.com.


Re: Bug tracking system

2020-07-10 Thread John McClain
Hello,

You could use this for a skeleton I created. Not perfect but a head start

https://decoder-cookbook.herokuapp.com/

https://github.com/Jmcclain0129/decoder_cookbook

cheers

On Fri, 10 Jul 2020 at 14:37, Anupriya Nishad 
wrote:

> Can anyone guide me on how to create a bug tracking system?
> 1. Allows create account login logout
> 2. Allows u to create tickets, edit and delete them
>
> --
> 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/CAGcPrqSyyXVfccVeBO_HJ42uy-wQJoCg0sjNSZON0XtbNQi2pg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAGcPrqSyyXVfccVeBO_HJ42uy-wQJoCg0sjNSZON0XtbNQi2pg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_qwoAxBCRT_nYCoKCt%2B3oZRYQVrk_xkt6U%3D96YQioNYEw%40mail.gmail.com.


randomizing objects in the view with pagination

2020-07-12 Thread John McClain
I have a marketplace with many sellers selling the same 3 products in
various values. In all the are 18 product type for sell on the platform
with hundreds of sellers.

I was randomizing the product category page when loaded so that items from
all sellers could appear on the page.

I was not using paginations and I have thousands of products so the page
was obviously loading very slow.

I added pagination and let python manage the query instead of it happening
on the server-side. This increased the page load but I lost my
randomization.

The first page is the only page getting random items loaded. When using
pagination to get to the 2nd page the items loading on that page are
descending oldest to newest.

Does anyone have an idea how to manage randomizing items on each new page?

I am django core paginator

https://docs.djangoproject.com/en/3.0/ref/paginator/

Any ideas would be appreciated

Cheers,

John

-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_qyzZQdCXJBRs_a-3MEt46%3DsOtXvknNuEVBzWNZ_bk5Xg%40mail.gmail.com.


Re: Heroku database migration

2020-07-20 Thread John McClain
why not commit to git and run deploy within heroku console as we have
always done?

On Sun, 19 Jul 2020 at 17:47, Aman Mandloi  wrote:

> Added a small model 'new_model' in existing app 'existing_app' on Django,
> Entered commands manage.py makemigrations and manage.py migrate it
> migrated changes to local database.
> Tried to apply same on heroku but its not working there. I then tried to
> setup heroku database in local settings.py of project and migrations worked
> but it shown some well known error, I have attached the output with this
> discusssion. Attaching the final screenshot as output.
>
> _Just In Case if it may
> help___
> The following are the methods I have applied before the final solution:-
> 1. With heroku run manage.py makemigrations
> 2. Adding makemigrations command to procfile
> 3. Pushing migrations as well, so it may replace server migrations
> The all three mentioned steps provided this output:- "No migrations to
> apply, and on migrate it shows you dont have new migrations",
> helping out to migrate changes on database.
> Thank You.
>
> --
> 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/ee20b599-619d-4b38-949d-fdfb18cf9711o%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/ee20b599-619d-4b38-949d-fdfb18cf9711o%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_r3BVzzpp3WZMntd9CV8sj539NTn6CnpYoT1nnAtqOS5Q%40mail.gmail.com.


Re: file format changer

2020-08-01 Thread John McClain
Might make sense to convert images to different formats if you have tons of 
them, so not exactly a bad question!

Before crushing the guy maybe you could ask what the use case is!


Sent from my iPhone

> On 1 Aug 2020, at 18:02, Kasper Laudrup  wrote:
> 

-- 
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/85D3ADFE-FEE7-430F-97D5-1D38D98AD72E%40gmail.com.


Creating a new product model with a twist of course

2019-09-05 Thread John McClain
I have a requirement to generate a new item each time a like item is 
purchased in my marketplace

For example

My system sells 2 items exclusively

When a buyer buys one of the items I need the system to duplicate the item 
so that it can be sold in the marketplace again.

This cannot be managed simply by reducing the items inventory.

The system has to create a new item with  a new foreign key that associates 
the new item with the buyer and seller then place the new item for sale in 
the marketplace


-- 
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/50a2e10c-8a4d-4dff-a98b-e9ccf6a81a0d%40googlegroups.com.


getting image to show in view in django

2019-10-13 Thread John McClain
Hello,

I have built mvc django store and am able to see my images related to the 
products I upload. However, I am not able to see images like banners or 
such that are placed in html pages.

I am not using virtual environment

I am using vs code ide

my site is served through free heroku version

product images are hosted on s3 bucket

I originally built the project in cloud9 then moved to gitpod and then now 
am in vs code. Each time I have had to adjust the configuration to work in 
the new environments. In this latest version I am now wanting to include 
images unrelated to the products which are uploaded through the admin panel

can anyone me figure out why they are not showing

setting.py

AWS_S3_CUSTOM_DOMAIN = '%s.s3.amazonaws.com' % AWS_STORAGE_BUCKET_NAME
# AWS_S3_CUSTOM_DOMAIN = '%s.s3-eu-west-1.amazonaws.com' % 
AWS_STORAGE_BUCKET_NAME


#STATICFILES_STORAGE = 'storages.backends.s3boto3.S3Boto3Storage'

STATICFILES_LOCATION = 'static'
STATICFILES_STORAGE = 'custom_storages.StaticStorage'

STATIC_URL = '/static/'
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static')]
# STATICFILES_DIRS = (
# os.path.join(BASE_DIR, "static"),
# )

MEDIAFILES_LOCATION = 'media'
DEFAULT_FILE_STORAGE = 'custom_storages.MediaStorage'

MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
MEDIA_URL = "https://%s/%s/"; % (AWS_S3_CUSTOM_DOMAIN, MEDIAFILES_LOCATION)


accounts/views.py
def how_to(request):
"""A view that displays the how_to page"""
return render(request, "how_to.html")


how_to.htmlhtml page lrft out other content just focusing on 
drawing images to page at the monet
{% extends 'base.html' %}
{% load staticfiles %}
{% block content %}





-- 
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/1142b2f2-1040-4cf6-a0b7-6e42e6fcc6e7%40googlegroups.com.


Re: Open Source IDE to start with Django Web development

2019-11-07 Thread John McClain
pycharm or vs code

On Wed, 6 Nov 2019 at 12:36, himanshu goyal  wrote:

> To Community,
>
> Greetings!
>
> Could you suggest a good open source IDE for Django? URL to download will
> be helpful.
>
> Thanks,
> Himanshu
> India
>
> --
> 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/767f5e59-20b7-4a3a-989a-dedb0e40ceff%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/767f5e59-20b7-4a3a-989a-dedb0e40ceff%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_q-ev_wDgr3Eqqk052QMXxHPoGcfF7GGAsdxY2zgK1W9Q%40mail.gmail.com.


Re: Open Source IDE to start with Django Web development

2019-11-07 Thread John McClain
agreed, but...

pycharm is dedicated to python and vs code is generally suitable for any
others assuming the person operating can configure their environments.

the person was asking for an IDE suitable for python specifically which is
why I throughout pycharm

ultimately, I would go with vs code but it takes a bit more knowledge than
pycharm does

On Thu, 7 Nov 2019 at 11:00, Parth Joshi  wrote:

> VS Code works like a Charm. (Pun intended :-) )
>
> There are lint, autocomplete and git extensions which you can use for
> setting up dev environment.
>
> Regards,
>
> Parth Joshi
>
>
>
> On 06-Nov-2019, at 4:22 PM, himanshu goyal  wrote:
>
> To Community,
>
> Greetings!
>
> Could you suggest a good open source IDE for Django? URL to download will
> be helpful.
>
> Thanks,
> Himanshu
> India
>
> --
> 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/767f5e59-20b7-4a3a-989a-dedb0e40ceff%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/767f5e59-20b7-4a3a-989a-dedb0e40ceff%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/37EB9045-4C0B-465E-BDF8-C90A73956A45%40gmail.com
> <https://groups.google.com/d/msgid/django-users/37EB9045-4C0B-465E-BDF8-C90A73956A45%40gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_oUtRDmx0y6i1oRZvHTXK-qgiUF%2Bq5r5VJMDrCTjja7Ow%40mail.gmail.com.


Re: Handling blog posts

2019-11-14 Thread John McClain
Kasper,

I get your point but...

He might be wanting to learn how to add/edit/delete posts on a blog he is
creating!

John

On Wed, 13 Nov 2019 at 23:33, Kasper Laudrup  wrote:

> Hi Hedrick,
>
> On 13/11/2019 21.40, Hedrick wrote:
> > Anyone with the good links on how handle news/posts on my Blog App.
> > Thanks
> >
> Unless we have some mind readers on this mailing list, I'm fairly certain
> no one knows what my "Blog App" is.
>
> Maybe share some details and explain what you want to achieve and where
> you are facing problems?
>
> Kind regards,
>
> Kasper Laudrup
>
> --
> 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/2019111320.Horde.0vDL52ArqyMRHoOPvefOxHa%40cloud.stacktrace.dk
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_rTvXBNVHZKFhvajazPV3vA--iXg%2B0D3MsoPF2%2BZZOkDg%40mail.gmail.com.


Re: Internship

2019-11-23 Thread John McClain
do you know django

On Fri, 22 Nov 2019 at 20:29, Elijah O. Raji  wrote:

> Sir, I'm also interested in the internship as a backend developer.
> I base in Nigeria.
> I can work remotely.
>
> --
> 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/12bc9d00-1bd6-4c8c-9e70-2f936e4fbf55%40googlegroups.com
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_qt7w7VDcZUHA%3D0oj0BVkcvuJcmuLosPh%3DjwpyFoNaQpg%40mail.gmail.com.


Re: Internship

2019-11-23 Thread John McClain
do you know python django

On Fri, 22 Nov 2019 at 11:33, Scyil sharma  wrote:

> I am sahil sharma, a student of btech 3rd year and I'm seeking for an
> internship in Winter vacation. I would like to be work as a backend
> developer.
>
> --
> 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/781ac56c-d22b-465e-9345-f629e077f2f6%40googlegroups.com
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_pqw2dU0X2Bs626Han09yG88BngYeKps9Dv8MNxME49gA%40mail.gmail.com.


Re: Internship

2019-11-27 Thread John McClain
I have task for a start up that is not launched yet

I am a student as well but behind you in my understanding

I built this project as part of my final

I am looking for help in developing it further as there is advanced
programming still needed

I am not able to pay traditional wage

I assume you could earn some sort of school credits

If possible * can award Beta and Charlie transactions*

*are you interested in learning more*

On Fri, 22 Nov 2019 at 11:33, Scyil sharma  wrote:

> I am sahil sharma, a student of btech 3rd year and I'm seeking for an
> internship in Winter vacation. I would like to be work as a backend
> developer.
>
> --
> 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/781ac56c-d22b-465e-9345-f629e077f2f6%40googlegroups.com
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_p7UUuXpc%2BDxbbpx3k3fYj86H154Tew0GqUEN%2BEOgxFzw%40mail.gmail.com.


Re: Internship

2019-11-27 Thread John McClain
are you interested in working remotely as an intern?

On Wed, 27 Nov 2019 at 17:00, Aniket Jain  wrote:

> Hello everyone,
> I am Aniket Mehta, of 3rd year currently pursuing my BTech from Jain
> deemed-to-be University Bangalore, and I am searching for the winter
> internship as full stack or backend developer in Bangalore.
> Please let me know.
>
> Regards
> Aniket mehta
>
> --
> 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/CADV%2BovJmuPeaCr3bcOiy4-EOyPhCb%2BMErpwZ-0kJTPE4SYvOew%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CADV%2BovJmuPeaCr3bcOiy4-EOyPhCb%2BMErpwZ-0kJTPE4SYvOew%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_pmz12g%2BYwRJsLqw7PnOwkTFMs_D8E20vgQ6ipjCjOQcw%40mail.gmail.com.


Re: Internship

2019-11-27 Thread John McClain
what experience with django do you have
Do you speak good English

Do you have criteria for your internship?

On Wed, 27 Nov 2019 at 17:25, Aniket Jain  wrote:

> Ya I am
>
> On Wed, 27 Nov, 2019, 10:36 PM John McClain, 
> wrote:
>
>> are you interested in working remotely as an intern?
>>
>> On Wed, 27 Nov 2019 at 17:00, Aniket Jain 
>> wrote:
>>
>>> Hello everyone,
>>> I am Aniket Mehta, of 3rd year currently pursuing my BTech from Jain
>>> deemed-to-be University Bangalore, and I am searching for the winter
>>> internship as full stack or backend developer in Bangalore.
>>> Please let me know.
>>>
>>> Regards
>>> Aniket mehta
>>>
>>> --
>>> 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/CADV%2BovJmuPeaCr3bcOiy4-EOyPhCb%2BMErpwZ-0kJTPE4SYvOew%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/django-users/CADV%2BovJmuPeaCr3bcOiy4-EOyPhCb%2BMErpwZ-0kJTPE4SYvOew%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>
>>
>> --
>> John McClain
>>
>> Cell: 085-1977-823
>> Skype: jmcclain0129
>> Email: jmcclain0...@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/CAN-hv_pmz12g%2BYwRJsLqw7PnOwkTFMs_D8E20vgQ6ipjCjOQcw%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAN-hv_pmz12g%2BYwRJsLqw7PnOwkTFMs_D8E20vgQ6ipjCjOQcw%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/CADV%2BovKZFwt1wSztQmYXuzwdaEDR4P-Nux7tqd5s3qqp4ejGrg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CADV%2BovKZFwt1wSztQmYXuzwdaEDR4P-Nux7tqd5s3qqp4ejGrg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_oVpg6khzx14N061SYfGh%2BV7ciy-pGYhahAf6oMi9g%2B2w%40mail.gmail.com.


Re: HELP HELP FATAL: password authentication failed for user "postgres"

2019-11-29 Thread John McClain
try resetting the PW

On Fri, 29 Nov 2019 at 12:40, EMPOWER EXCEL  wrote:

> cqn some body helps me to correct this error while running *python
> manager.py runeserver *
> (analyseprotection) flavien@flavien-VirtualBox:~/MyProjects/alertprot$
> python manage.py runserver
> Performing system checks...
> System check identified no issues (0 silenced).
> Unhandled exception in thread started by 
> Traceback (most recent call last):
>   File
> "/home/flavien/MyProjects/analyseprotection/local/lib/python2.7/site-packages/django/utils/autoreload.py",
> line 228, in wrapper
> fn(*args, **kwargs)
>   File
> "/home/flavien/MyProjects/analyseprotection/local/lib/python2.7/site-packages/django/core/management/commands/runserver.py",
> line 127, in inner_run
> self.check_migrations()
>   File
> "/home/flavien/MyProjects/analyseprotection/local/lib/python2.7/site-packages/django/core/management/base.py",
> line 422, in check_migrations
> executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
>   File
> "/home/flavien/MyProjects/analyseprotection/local/lib/python2.7/site-packages/django/db/migrations/executor.py",
> line 20, in __init__
> self.loader = MigrationLoader(self.connection)
>   File
> "/home/flavien/MyProjects/analyseprotection/local/lib/python2.7/site-packages/django/db/migrations/loader.py",
> line 52, in __init__
> self.build_graph()
>   File
> "/home/flavien/MyProjects/analyseprotection/local/lib/python2.7/site-packages/django/db/migrations/loader.py",
> line 210, in build_graph
> self.applied_migrations = recorder.applied_migrations()
>   File
> "/home/flavien/MyProjects/analyseprotection/local/lib/python2.7/site-packages/django/db/migrations/recorder.py",
> line 65, in applied_migrations
> self.ensure_schema()
>   File
> "/home/flavien/MyProjects/analyseprotection/local/lib/python2.7/site-packages/django/db/migrations/recorder.py",
> line 52, in ensure_schema
> if self.Migration._meta.db_table in
> self.connection.introspection.table_names(self.connection.cursor()):
>   File
> "/home/flavien/MyProjects/analyseprotection/local/lib/python2.7/site-packages/django/db/backends/base/base.py",
> line 254, in cursor
> return self._cursor()
>   File
> "/home/flavien/MyProjects/analyseprotection/local/lib/python2.7/site-packages/django/db/backends/base/base.py",
> line 229, in _cursor
> self.ensure_connection()
>   File
> "/home/flavien/MyProjects/analyseprotection/local/lib/python2.7/site-packages/django/db/backends/base/base.py",
> line 213, in ensure_connection
> self.connect()
>   File
> "/home/flavien/MyProjects/analyseprotection/local/lib/python2.7/site-packages/django/db/utils.py",
> line 94, in __exit__
> six.reraise(dj_exc_type, dj_exc_value, traceback)
>   File
> "/home/flavien/MyProjects/analyseprotection/local/lib/python2.7/site-packages/django/db/backends/base/base.py",
> line 213, in ensure_connection
> self.connect()
>   File
> "/home/flavien/MyProjects/analyseprotection/local/lib/python2.7/site-packages/django/db/backends/base/base.py",
> line 189, in connect
> self.connection = self.get_new_connection(conn_params)
>   File
> "/home/flavien/MyProjects/analyseprotection/local/lib/python2.7/site-packages/django/db/backends/postgresql/base.py",
> line 176, in get_new_connection
> connection = Database.connect(**conn_params)
>   File
> "/home/flavien/MyProjects/analyseprotection/local/lib/python2.7/site-packages/psycopg2/__init__.py",
> line 126, in connect
> conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
> django.db.utils.OperationalError: FATAL:  password authentication failed
> for user "postgres"
> FATAL:  password authentication failed for user "postgres"
>
> --
> 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/eb5beb47-013e-4e07-a077-31a732635325%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/eb5beb47-013e-4e07-a077-31a732635325%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_rehht5z8UWUpu_4KTGkCBHnktrpopk53agYhSSuxGoQQ%40mail.gmail.com.


Re: How can I host my application in web hosting?

2019-12-02 Thread John McClain
Deb,

I find Heroku very simple to use once you are setup.
Publish to github (free if not needing to be private repo)
Github updates Heroku automatically (also free but only runs when called to
so it is slow when first opening page then runs normal unless you upgrade
to paid.)
Also use AWS S3 Bucket for static images (lookuo boto3 for integration)

In heroku you have to set your dynos even if free account otherwise you'll
get the errors related to this
Also have to set you dependencies like postgress for db and others your
project requires

lots of little things to configure really, but youtube has many how to
videos

On Sat, 30 Nov 2019 at 14:01, Debabrata Chakraborty <
debobroto.c...@gmail.com> wrote:

> Hi everyone,
>
> I'm a beginner Django developer. So my apologies in advance for newbie
> like questions.
>
> I am building my site with *" *Django version 2.2.5 *"* and *" *SQLite
> 3.30 *" *in back-end. My question is -
>
> *#* Do services like "Heroku", "Digital Ocean", "Python Anywhere" and
> "AWS" - have limitation on *which version of Django*  or *which DBMS* I
> can use?
>
> I've seen this before with PHP/MySQL hosting where some hosting companies
> will limit which version of PHP or MySQL one can use. Is the same
> applicable to Django hosting in the above mentioned hosting platforms as
> well?
>
> I will very much grateful if you can help me out with this confusion.
>
> Best
>
> Deb
>
> --
> 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/a6ccc082-ae9d-4f67-8038-9db16008b956%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/a6ccc082-ae9d-4f67-8038-9db16008b956%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_oBeW0z9EV_5nzOt0xg3z4A62ths0RD6djzq5QYmKAPyg%40mail.gmail.com.


Re: pip install Django==3.0

2019-12-02 Thread John McClain
try without specifying version
try without using pip

what ide are you using

‪On Mon, 2 Dec 2019 at 16:05, ‫אורי‬‎  wrote:‬

> Django users,
>
> When I use pip to install a package, does it depend on the version of
> Python I'm using?
>
> pip install Django==3.0 fails with Python 3.5:
> https://travis-ci.org/speedy-net/speedy-net/builds/619671495
>
> But it succeeds with Python 3.6 and 3.7. I noticed that Django 3.0 doesn't
> support Python 3.5. But why does pip fail?
>
> אורי
> u...@speedy.net
>
> --
> 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/CABD5YeG8ezgQpM7uHmVGsKMrQnw5OArZTf%3DHYTkar7s4QdHt2Q%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CABD5YeG8ezgQpM7uHmVGsKMrQnw5OArZTf%3DHYTkar7s4QdHt2Q%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_r2RHT4OwX%2B%2BZhABH3KJnn-R0ZCK%2BN6qgOKW6UnBuEpuw%40mail.gmail.com.


Re: Postgres database users and roles for DJango App

2019-12-08 Thread John McClain
I think PUBLIC SCHEMA is just referring to the fact django apps are built
for purpose in the first place...

Try this here:

https://wsvincent.com/django-user-authentication-tutorial-login-and-logout/

It walks you through the auth install and later introduces you to the
process of adding users...

Cheers,

On Sat, 7 Dec 2019 at 19:39, Ram  wrote:

> Hi,
>
> I'm looking for steps for configuring Postgres database user and roles for
> DJango production app.
>
> One additional question that I've is every document that I referred so far
> describes about 'PUBLIC' schema only. I'm not sure whether this is
> production App setting?
>
> I appreciate if someone can provide me right direction in this area?
>
> Thanks,
> ~Ram
>
> --
> 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%2BOi5F2SFtx3U%2BPH5V1RvZ8Z0OQdNWvUfkpShbE1%2B8CB87%3DPcg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CA%2BOi5F2SFtx3U%2BPH5V1RvZ8Z0OQdNWvUfkpShbE1%2B8CB87%3DPcg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_ribU4RYe3STb6ucyXbn%3Dc7ezfOmbMveyAtdar%3D%3DHDZBw%40mail.gmail.com.


Re: Regarding Internship

2019-12-22 Thread John McClain
are you looking for paid internship or would you be willing to work on a
project for experience and project credits?
Are you familiar with django and flask in particular

On Sun, 22 Dec 2019 at 12:23, Deepak Singh 
wrote:

> Hi there all,
>
> I am looking for an Internship. I am 4th year student of computer science.
> My recent project was on algorithmic trading. I love to work on fintech
> projects but right now anything will do.
>
> Regards
> Deepak Singh
>
> --
> 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/CAOjV4wFbk-S-ea7EcMtT57NazxS%3DPZKFe5J_AU%2Bqr2wm7SmhKQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAOjV4wFbk-S-ea7EcMtT57NazxS%3DPZKFe5J_AU%2Bqr2wm7SmhKQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_qq3HCqtE_Jnu3O2Pj%3DVf7OqR2KMffT1e6XnegxoNTd6Q%40mail.gmail.com.


Re: Install library from Github

2020-01-02 Thread John McClain
did you try without "pip"

 install git+https://github.com/gbozee/django-

I assume the git url is not complete but you get the idea

On Thu, 2 Jan 2020 at 02:07, Mark34.59  wrote:

> Windows 10 PC with new Git installation is failing to recognize the
> command "pip":
> pip install git+https://github.com/gbozee/django- (command I typed per
> instructions)
> bash: pip: command not found (response from Git)
>
> On Wednesday, January 1, 2020 at 1:17:00 PM UTC-5, sanusi ibrahim adekunle
> wrote:
>>
>> Make sure Git is installed on your system. Below is a link to a tutorial
>> on installing Git for windows or Mac:
>> https://www.atlassian.com/git/tutorials/install-git
>>
>> After Git is installed on your system, try out this command :
>>
>> pip install git+ the url of the github library
>>
>> For example: pip install git+https://github.com/gbozee/django-
>>
>> On Wed, Jan 1, 2020, 00:10 krestoufer Toumas  wrote:
>>
>>> I wish everyone a happy new year.
>>> I want to include a Library from Github in my Django project but I don’t
>>> know how to do it.
>>> I found this tutorial on stack overflow
>>>
>>> https://stackoverflow.com/questions/16584552/how-to-state-in-requirements-txt-a-direct-github-source
>>>
>>> But this didn’t work for me can someone help me with this? is there any
>>> other way to do this ?
>>> Sincerely
>>> Django beginner
>>>
>>> --
>>> 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/CAP2fMDEessC1%2B_Z9TXocULabozjdXny%3DQG7L_%3Dv%2BeLSDeCitWw%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/django-users/CAP2fMDEessC1%2B_Z9TXocULabozjdXny%3DQG7L_%3Dv%2BeLSDeCitWw%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/284181f0-14a6-470d-be9c-365159b7cac0%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/284181f0-14a6-470d-be9c-365159b7cac0%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_oUaqOZnXVDR_JNKh_NKNhb8TsrN3hXeUpZ9X5%2BGwKgqA%40mail.gmail.com.


Re: bugs for beginners

2020-01-14 Thread John McClain
https://edabit.com/challenges/python3

On Tue, 14 Jan 2020 at 18:49, aakansha jain 
wrote:

> I was asking about the bugs that I can work upon(as a beginner) in django
> project of gsoc 2019.
>
> On Sunday, January 12, 2020 at 9:34:13 PM UTC+5:30, aakansha jain wrote:
>>
>> Can someone suggest me the bugs that can be worked upon by beginners?
>>
> --
> 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/976f06f1-1980-44fa-8376-5e42c6ad9675%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/976f06f1-1980-44fa-8376-5e42c6ad9675%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_rqDt3nOdkcz_EHcJ%3DruLAsk4Cx8OPX4i7Er%2B8HpmpEmw%40mail.gmail.com.


Re: Understanding of GIL

2020-01-15 Thread John McClain
What does your django or flask stacks look like generally

On Wed, 15 Jan 2020 at 17:32, Dvs Khamele  wrote:

> Hi, Hope you are doing well,
> We are Pythonmate, We are world-first community focussed exclusively on
> Python, Django, Flask and Js based applications, ERPs, etc for the latest
> versions and versions since the start of Python.
> If any requirements you have please let us know. We may provide good
> commissions for you if you are looking for a longterm network.
> Thanks & Regards
>
> On Thu, 19 Dec 2019 at 19:42, onlinejudge95 
> wrote:
>
>> Hi Devs,
>>
>> I am currently writing some custom Django commands for data updation, my
>> workflow is like
>>
>> Fetch data from *PostgreSQL*.
>> Call *Elasticsearch* for searching based on the data fetched from
>> *PostgreSQL*.
>> Query *PostgreSQL* and do an upsert behavior.
>> I am using pandas data frame to hold my data during processing.
>>
>> The host we are using to run this jobs has a *CPython* interpreter as
>> given by
>>
>> `platform.python_implementation()`
>>
>> I want to confirm whether *multithreading* would be a better choice
>> here, given the fact that GIL is the biggest blocker(I agree it has to be
>> there) for the same in CPython interpreters.
>>
>> In case further information is required do let me know.
>>
>> Thanks
>> onlinejudge95
>>
>> --
>> 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/CAD%3DM5eRWh9-EB180f2OzvnPLHh969vgaCzFyniFRSFa1-CwUHA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAD%3DM5eRWh9-EB180f2OzvnPLHh969vgaCzFyniFRSFa1-CwUHA%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/CAH9mneW%2B6cmOBkOAHtfT%3DTgWOJmw%2B5kUwTx%3D7n4%3DmR6qSC3qGg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAH9mneW%2B6cmOBkOAHtfT%3DTgWOJmw%2B5kUwTx%3D7n4%3DmR6qSC3qGg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_owP259m17aTr9f0HMe2VLp03cZUiCrFG6Fzh0wTo-sUg%40mail.gmail.com.


Re: Help please,

2022-05-06 Thread John McClain
connect it using your git! place the keys in your file. remember to remove
the keys when publishing to get or you will share them with the world. If
you are reading KT and still not connecting it is because you have skipped
a step. Follow your tutorial fully and it should be a very easy task (one
of the easiest task you'll have)

On Fri, 6 May 2022 at 12:03, Dexterr Jay  wrote:

> How do I make my domain be like
> https://my domain.herokuapp.com/mainapp/ when I open my Django app hosted
> on heroku
>
> --
> 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/CAC32MkgXb34CcinJ9gTx6MPUcO-beqoutw3%3DeUPK4PeGtyBb9g%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAC32MkgXb34CcinJ9gTx6MPUcO-beqoutw3%3DeUPK4PeGtyBb9g%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_pTjK0y9HQZtg1dY3vvVrPo-kpkv053ni7Mr%2BaQtPXhTg%40mail.gmail.com.


Need help Scraping a couple of websites

2022-12-16 Thread John McClain
Hello,

I need help scraping a couple of commercial websites to collect product 
data for use in e-commerce store.

Willing to pay modest fee for the help.

Get in touch if 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 
https://groups.google.com/d/msgid/django-users/acadd169-b7a3-42c9-b6ce-6ebe10ccf344n%40googlegroups.com.


Re: Need help Scraping a couple of websites

2022-12-26 Thread John McClain
I’m not needing to scrape anything illegal

I need product details and associated images from collections on furniture
mfg websites

I have permission to do so no issues with data being collected

I need data scraped to be cleansed and delivered in csv

I do not need the scraping routine designed fir future use, this one time
scrape. However, if data collected is not sufficient you may need to repeat
the process

On Mon 26 Dec 2022 at 14:39, Raj Mandaviya  wrote:

> Thank you for the info. Does this mean I can make a repo for the Scrapper
> I created with Flask on GitHub and not be affected?
>
> On Friday, December 23, 2022 at 11:41:27 PM UTC+5:30
> bscho...@schollnick.net wrote:
>
>> > I can scrap for you. I just created an IMDB scrapper(which is illegal,
>> so not going to post the code anywhere but mailed IMDb about it) in the
>> flask.
>> > Also, have experience in Django and web scrapping using bs4.
>>
>> illegal? Against Copyright, and maybe not permitted by End-User License.
>>
>> But illegal? You’re not going to go to jail if you scrape IMDB, as an
>> individual user. If you do it as part of a company, that company will
>> probably be issued a cease and desist… And if they don’t comply they’ll get
>> IP blocked, and possibly sued. But once again, I suspect that would be
>> civil, and maybe not criminal? I’m not sure…
>>
>> But IMDB can’t do anything to prevent someone from scraping the web site,
>> as a individual, as long as you don’t draw attention to yourself.
>>
>> - Benjamin
>>
>> --
> 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/d033cab5-a552-4ea4-b5d6-ef8aa9b8440dn%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/d033cab5-a552-4ea4-b5d6-ef8aa9b8440dn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_r8YPe%2BzDZZBjTrtxw8EOn3hbmcMyVbf_7WaYQt828LYQ%40mail.gmail.com.


Re: Path Not Found Error

2023-03-06 Thread John McClain
Go to openai.com create an account (it's free)

Copy and paste this prompt

Pretend you are an expert python django developer. Pretend you have been
writing python django code for over 10 years. With your expert
knowledge writing python code please please debug this [put your manage.py
code here] now.

Make sure your place the entire set of code from manage.py file

it should debug it for you.

always use chatgpt as a resource, it's not perfect but is helpful writing
and debugging code as well as extremely helpful defining elements within
the code

cheers,

J

also can use the git

On Sun, 5 Mar 2023 at 16:00, Sunil Gyawali 
wrote:

> Give correct path in admin
>
> On Sun, Mar 5, 2023, 9:29 PM Rachit Singh  wrote:
>
>> Hi All,
>>
>>   I am learning Django for the first time and getting error "Path Not
>> Found" everytime I am running the command "python manage.py runserver". I
>> have gone through many videos & articles and have tried many things but it
>> is still not working. Can anyone help me on the same.
>> I would like to mention here that I am using a Windows Laptop having 64
>> GB Configuration with AMD Ryzem 5 version.
>>
>> I would be glad to hear your response.
>>
>> Thanks & Regards
>> Rachit
>>
>> --
>> 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/4203b244-81ca-4fa1-bb0c-ee222de71f01n%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/4203b244-81ca-4fa1-bb0c-ee222de71f01n%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/CAGL7DWw_-atjxe%2Ba8FaxjVCNMdDSuMS4V1dq1xnvGacfFmXTDA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAGL7DWw_-atjxe%2Ba8FaxjVCNMdDSuMS4V1dq1xnvGacfFmXTDA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_rqURiDxB%2BKDX%2BARVX%2BeRN54QOb85iwqQBaRUP_%3DMXa0A%40mail.gmail.com.


Re: APP DEPLOYMENT

2023-08-05 Thread John McClain
Heroku is easy to implement and offers free tier

On Thu 20 Jul 2023 at 10:57, Abdou KARAMBIZI 
wrote:

>
> Hello friends,
>
>
> I want to know where I can upload my django projects for the reason of
> showing them as my technical experience.
>
> --
> 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/CABnE44xYg2JqtHVUHMkBkpS81jmQyqfehid3q-%2BnEJe532mrhA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CABnE44xYg2JqtHVUHMkBkpS81jmQyqfehid3q-%2BnEJe532mrhA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
-- 
John McClain

Cell: 085-1977-823
Skype: jmcclain0129
Email: jmcclain0...@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/CAN-hv_qV59Y_pKbGZzccO3AjKsH0hM1vZtE4fj2U0nK6yc_XWQ%40mail.gmail.com.