Work Opportunity

2019-01-29 Thread caleoroco
https://work.vendably.com/o/experienced-python-developer-remote-working -- 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

Re: Overriding Save in Model

2019-01-16 Thread caleoroco
Thanks, I did say i was only two weeks into learning python and Django. I'm sure in a few months, maybe weeks or even days, i'll look back at my code and say wtf On Wednesday, 16 January 2019 17:21:24 UTC, Matthew Pava wrote: > > You’re converting an object (ExtractResult) into a list. That’s

Re: Overriding Save in Model

2019-01-16 Thread caleoroco
thanks, i've got tldextract which is sufficient for splitting the domain up the problem is I cannot save the individual parts and only end up saving the domain name On Wednesday, 16 January 2019 16:55:42 UTC, Matthew Pava wrote: > > Check out urllib.parse. > > https://docs.python.org/3/library/

Overriding Save in Model

2019-01-16 Thread caleoroco
I'm trying to extract an entered domain name and split it up so that i can store unique domains in a specific table The flow user will enter website address > model takes website address > splits it into sub_domain, domain and suffix and stores the values in the appropriate split fields so far

Re: Best Learning Resources

2019-01-16 Thread caleoroco
Thanks On Wednesday, 16 January 2019 13:35:26 UTC, Godson Rapture wrote: > > Check out the book "django for beginners " > > On Wed, Jan 16, 2019, 2:19 PM > wrote: > >> Hi All, >> >> I'm just starting out with Django and python and wondering if anyone can >> direct me to some goto learning resour

Re: How To Set Up Django with Postgres, Nginx, and Gunicorn on DIGITAL OCEAN

2019-01-16 Thread caleoroco
this should help https://simpleisbetterthancomplex.com/tutorial/2016/10/14/how-to-deploy-to-digital-ocean.html On Wednesday, 16 January 2019 07:53:31 UTC, Shareef 617 wrote: > > How To Set Up Django with Postgres, Nginx, and Gunicorn on digital ocean > -- You received this message because you ar

Best Learning Resources

2019-01-16 Thread caleoroco
Hi All, I'm just starting out with Django and python and wondering if anyone can direct me to some goto learning resources. Beginner to Advanced Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop re