Re: Storing credentials in the DB

2019-08-14 Thread Lance Haig
with what is in the database for allowing the login. Hopefully this mechanism is still OK for you. Cheers. = On Sunday, August 11, 2019 at 7:01:26 PM UTC+5:30, Lance Haig wrote: Hi, I want to allow users to add credentials to th site that

Storing credentials in the DB

2019-08-11 Thread Lance Haig
Hi, I want to allow users to add credentials to th site that allow us to pull details ffrom anothr site into our environment. This will mean that their credentials will need to be useable by a regular process that will fetch the data but it is stored securely. I was thinking about using the

Re: Projects to work on

2019-05-07 Thread Lance Haig
I think a great way to get experience is to join a django based open source project and see if you can help them solve some of the outstanding tickets for the project. this way the projects and complex and also you get to learn form other people. I would suggest you create an account on http

How to gracefully fail if API endpoint is not available

2019-05-02 Thread Lance Haig
Hi, New programmer so expect me to make mistakes. I am running Django 2.2 in this app https://github.com/lhaig/usery This application uses an API endpoint to function. The home view connects to the API and prepares the data for interaction. https://github.com/lhaig/usery/blob/master/portal/vi

Re: WYSIWYG/Rich Text Editor recommendations

2019-05-02 Thread Lance Haig
Hi Tim, I used django-tinymce4-lite for my app https://github.com/lhaig/usery It works well from my perspective and gives a light editor. Regards Lance On 5/1/19 2:17 AM, Tim Johnson wrote: Using python 3.7.2 and django 2.1.5 Production is in Ubuntu 16.04 and prospective deployment is lik

Re: How do I store details securely with django?

2018-11-14 Thread Lance Haig
egroups.com <mailto:django-users@googlegroups.com> mailto:django-users@googlegroups.com>> on behalf of Lance Haig mailto:lnh...@gmail.com>> *Sent:* Monday, November 12, 2018 4:45:50 PM *To:* django-users@googlegroups.com <mailto:django-users@googlegroups.com>

Re: How do I store details securely with django?

2018-11-14 Thread Lance Haig
Eric *From:* django-users@googlegroups.com on behalf of Lance Haig *Sent:* Monday, November 12, 2018 4:45:50 PM *To:* django-users@googlegroups.com *Subject:* Re: How do I store details securely with django? Hi Eric, I am s

Re: How do I store details securely with django?

2018-11-14 Thread Lance Haig
12, 2018 at 12:47:56 AM UTC+11, Lance Haig wrote: Hi, I have a project I am working on https://github.com/lhaig/usery/ <https://github.com/lhaig/usery/> and part of the roadmap of the project is to add more cloud types to the list. I wanted to allow admins for

Re: How do I store details securely with django?

2018-11-12 Thread Lance Haig
of making these options configurable via a web UI will not easily be done. I will have to stay with the current deployment plan. Thanks Lance On 11/12/18 9:30 AM, Mike Dewhirst wrote: On 12/11/2018 7:02 PM, Lance Haig wrote: Hi, Thanks for responding. My answers inline On 11/11/18 11

Re: How do I store details securely with django?

2018-11-12 Thread Lance Haig
opic. Best Eric *From:* django-users@googlegroups.com on behalf of Lance Haig *Sent:* Monday, November 12, 2018 9:07:30 AM *To:* django-users@googlegroups.com *Subject:* Re: How do I store details securely with django? Hi Eric, Thanks for the response. This idea has an end go

Re: How do I store details securely with django?

2018-11-12 Thread Lance Haig
Eric *From:* django-users@googlegroups.com on behalf of Mike Dewhirst *Sent:* Sunday, November 11, 2018 11:07:14 PM *To:* django-users@googlegroups.com *Subject:* Re: How do I store details securely with django? On 12/11/2018 12:47 AM, Lance Haig wrote: > Hi, > > I have

Re: How do I store details securely with django?

2018-11-12 Thread Lance Haig
Hi, Thanks for responding. My answers inline On 11/11/18 11:07 PM, Mike Dewhirst wrote: On 12/11/2018 12:47 AM, Lance Haig wrote: Hi, I have a project I am working on https://github.com/lhaig/usery/ and part of the roadmap of the project is to add more cloud types to the list. I wanted

How do I store details securely with django?

2018-11-11 Thread Lance Haig
Hi, I have a project I am working on https://github.com/lhaig/usery/ and part of the roadmap of the project is to add more cloud types to the list. I wanted to allow admins for these services to login and create records for their different clouds in the DB and then use these when people requ

Re: I Suck

2018-11-07 Thread Lance Haig
Edson, I did not know python when I started with Django and although I am not a programmer I enjoy working with it now. I agree that having a project to work on is the best way to practice as to get good at something you need to practice. When you are frustrated ask questions. This is the