Re: Creation of database in real time and loading it in the DATABASES variable of Django;

2019-01-08 Thread Roshan Shah
Use Multi-Tenancy

On Tue, Jan 8, 2019 at 1:10 PM Sanderson Carmona 
wrote:

>
> 283/5000
> Well it's Michal, I have a closed bank and I can not put client
> information inside it, it needs to be in another and this individual
> database per client, second question. But I appreciate the information,
> I'm studying it here and in part it solves a part. Thank you very much
>
> Em terça-feira, 8 de janeiro de 2019 13:37:55 UTC-2, Michal Petrucha
> escreveu:
>>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA512
>>
>> On Mon, Jan 07, 2019 at 10:38:30AM -0800, Sanderson Carmona wrote:
>> > Good afternoon,
>> >
>> > I'm using the latest version of Django (2.x) and I'm having a rather
>> > complicated task because of the lack of experience I have with the
>> > Framework.
>> > To do: I need to use 1 bank as default and others created in real time
>> for
>> > the contract client in the company.
>> >
>> > Example: You purchased a service and when registering the system create
>> a
>> > database with standard tables for its use;
>> > When this client logs in the system will load information from the
>> created
>> > bank.
>> > To do this it should read in the database the name of the client's
>> database
>> > and load it into the DATABASES variable, that is, if not see another
>> way.
>> >
>> > If anyone can help me thank you very much, I already researched and did
>> not
>> > find anything on.
>> > Thank you
>>
>> Hi,
>>
>> Messing around with the DATABASES setting during application runtime
>> is a bad idea, you want to leave that static.
>>
>> What you're describing sounds like multi-tenancy; there are a number
>> of packages for this that have been forked off of each other, which
>> solve this separation using one Postgres schema per tenant in a single
>> database. Right now the one that appears to be maintained would be
>> https://github.com/tomturner/django-tenants.
>>
>> Good luck,
>>
>> Michal
>> -BEGIN PGP SIGNATURE-
>> Version: GnuPG v1
>>
>> iQIcBAEBCgAGBQJcNMOzAAoJEHA7T/IPM/klRJkP+wZX7rO2EKpbhID6iYH28d9j
>> nFyMBag0RWh4etYEm5FLxz3u+3IPmxoK9n8EuuaP79+XIqgXP/kdnQODd3Wl2I6e
>> q8TOUiEFAP1cmtbzMwlQ/llBLZZBUpy6SCWe3rlwiTnkV71JCMsu4Y7h3mWgSsT0
>> zedUXYYUlfwdNQMWy4F0AJA4CYimpZL8bW67ofdcWkg8fWfCegeLPGId7uCMYqlf
>> YfkuqP4YNSnjakJYyK5pxjHj11XfzR2fw6JZNl5mY48bAZW52/sasKzCzB80syXv
>> gRj6WJdMBn2nfUosW6MsqsF55IToEM9fsFzCxJZ/ztSrsIiJ7DqN/JEAmeEkEMuF
>> QA/2n6fFKlsK0VyrZWu61XmVvhGc5FZ1OlcLimt6RsabuTk/YT9vfWq0wScS+d+K
>> WwI+T2VCWeG/PheF/sFC2q9jGYm7SDAwERL98qldGEpLXCAbZkFtmZcfcA/fCfl7
>> 5KTKGEJFWwPkBK+DNJXVuf/pm7G6v/hpdRqphSgG027D/NHkvtLJd38webAm66nQ
>> Y4x0BOEAPMs9ebHgvFES3+cwm0J3OCu6g7DSqUrU/qovsHbb8UTmL0j02xsen0ch
>> gRJbuXCCsIHf2JZgLJ2k36kRfi9FbXy+49PCJovE0iwoZ9zzt3Ddw6K3KBvNQAI8
>> RojsNvkdIWRmeZN0E/SA
>> =FjFS
>> -END PGP SIGNATURE-
>>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/cd0aacfa-6a42-4923-af34-81aa15e23475%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/cd0aacfa-6a42-4923-af34-81aa15e23475%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
-- 

Roshan Shah / Sr. IT Consultant
techieros...@gmail.com / (519) 496-8860

This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with me by e-mail is deemed to have accepted these risks.

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALX19Ni55kdHs-%2BFs-5BDRzZ93Ly0Dfz0e8N%3DNc81onJ9kLc%3Dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Looking for a Django Co-Founder.

2019-01-22 Thread Roshan Shah
Hi there,

I am also looking for one for a job portal idea.

There is also a group on linked in https://www.linkedin.com/groups/10310318/
where people with ideas and who are looking for co-founders can use.

If anyone is interested in job portal idea, please ping me if there is a
django solution that I can use and contribute to in this space, please let
me know.

Roshan
P.S : I live in Waterloo, ON ( Eastern Time Zone)

On Tue, Jan 22, 2019 at 10:58 AM  wrote:

> New to django but i am a great talent and beside would like to join the
> team. Here is my whatsapp contact +239039712085
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/1b73c19d-9c13-4c78-920f-937d189adafd%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
-- 

Roshan Shah / Sr. IT Consultant
techieros...@gmail.com / (519) 496-8860

This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with me by e-mail is deemed to have accepted these risks.

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALX19Nh3CGbemc7yaJkBXAfbH%3D1xrGxExGhy22fZT%3D%3Dx7h8AoQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Job Request

2019-01-25 Thread Roshan Shah
I do have a project that I want to get built on. Can I get some help from
people who are starting in Django to work on it?

Roshan
Founder Cogdina Inc
http://www.cogdina.com

On Fri, Jan 25, 2019 at 11:47 AM Okware Aldo  wrote:

> I am looking for projects I can contribute on. so if you have a project I
> can contribute on. I am happy to help 2 hours of code in a week for free.
>
> On Fri, Jan 25, 2019 at 3:51 PM Nitin Kalmaste 
> wrote:
>
>> Where can I find Live Projects to work on So that I can Improve My python
>> Skills
>>
>> On Thursday, January 24, 2019 at 9:05:39 PM UTC+5:30, Motaz Hejaze wrote:
>>>
>>> Hi all ,
>>>
>>> Is there any remote job regarding Django , i am a beginner to mid-level
>>> in Django ..
>>>
>>> Thanks all ..
>>>
>> --
>> 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 post to this group, send email to django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/abc65682-9f58-4898-b555-88e8752c0957%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/abc65682-9f58-4898-b555-88e8752c0957%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAMEZma9T34QG-q%2B5VGqgNW6kuQNaYK7sJRyjt7WEO86LfwCZgQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAMEZma9T34QG-q%2B5VGqgNW6kuQNaYK7sJRyjt7WEO86LfwCZgQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
-- 

Roshan Shah / Sr. IT Consultant
techieros...@gmail.com / (519) 496-8860

This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with me by e-mail is deemed to have accepted these risks.

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALX19NjanqdvHy1YXDta4PGXAJbwDNcrZaAtrLuMeuMXLqtJPg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Work Opportunity

2019-01-30 Thread Roshan Shah
3000 global offices ? 😀😀

On Tue, Jan 29, 2019 at 6:40 PM  wrote:

> 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.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/19561b48-3832-42a8-8c6d-f46e408d6074%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>
-- 
-- 

Roshan Shah / Sr. IT Consultant
techieros...@gmail.com / (519) 496-8860

This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with me by e-mail is deemed to have accepted these risks.

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALX19Ni_N1zwzN37MOZtZSqqtrSxRMmCQ27CQngQdj9iAN5yYQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: help for django interview task

2019-01-31 Thread Roshan Shah
Which company is giving you a task to build a sort of full app
functionality for interview?

What if you solve it and still they don’t hire you? Will they pay for your
time?

A small test is fine but if you going to work on something that takes you
20+ hours on a coding test, you are being taken for a ride.

Many fall in this trap and companies nowadays use this gimmick to get free
code written.

On Thu, Jan 31, 2019 at 6:56 AM Mohammad Shareef M 
wrote:

> Refer this beginners document and try  -
> https://tango-with-django.readthedocs.io/en/latest/
>
> Thanks & Regards,
> Mahammad Shareef M
>  +919741482617
>  +971581756035
>
>
> On Thu, Jan 31, 2019 at 3:42 PM Tim Vogt (Tim Vogt) 
> wrote:
>
>> draw out the program first and isolatie each problem you try to solve.
>>
>> and start at the backend.
>> start small and increase the functions and try to grasp all.
>> At least in abstraction what you try to do.
>>
>> Than start writing the functions in a recipe overview.
>> and after the application basics are installed( django app settings etc
>> write the functions in human language and/ or directly in the models
>> forms etc.
>>
>>
>>
>>
>> succes!
>>
>> Tim
>> coderebels
>>
>> Op 31 jan. 2019, om 07:44 heeft Navami K  het
>> volgende geschreven:
>>
>> Can anyone help me with the project in the given image . thats my
>> interview task . i have no idea... i am starter . know only the basics
>>
>> --
>> 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 post to this group, send email to django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/36202414-5af8-4a8a-9b28-ee30481519a2%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/36202414-5af8-4a8a-9b28-ee30481519a2%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>> 
>>
>>
>> --
>> 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 post to this group, send email to django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/1A875307-AE5B-4B52-88D6-0671E6E7DA33%40gmail.com
>> <https://groups.google.com/d/msgid/django-users/1A875307-AE5B-4B52-88D6-0671E6E7DA33%40gmail.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAPUAdBF7yPQaDZTBhoCaGBqP6ukBuxk0k1nV0S6NhJWkhDNOJw%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAPUAdBF7yPQaDZTBhoCaGBqP6ukBuxk0k1nV0S6NhJWkhDNOJw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
-- 
-- 

Roshan Shah / Sr. IT Consultant
techieros...@gmail.com / (519) 496-8860

This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with me by e-mail is deemed to have accepted these risks.

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALX19NhyAH%2Bg_yfBsv36PREUGHN0jN-%2B9yO%3Dn6m93qciPo-SOg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: help for django interview task

2019-01-31 Thread Roshan Shah
Many such interviews are designed to dupe people. It is a new trend in
interviewing... sadly!!!

Many companies and startups when stuck with problems put out job ads(which
are cheap), get resumes and give coding test to solve their problem. Hiring
is not in their radar but getting code written to fix their issue is why
they put the job ad in first place.

Walk away from a test if it takes more than 3 hours of your time.

I have seen folks spend 40 hours building complex solutions, deliver them
and not get hired.

As for the company to put in writing their benefits and company policies
and give you in writing on average bonus payout in last 3 years. If you are
to spend so much time on coding, they should spend a fraction of time to
give you a clear picture of what is on table should you get hired.  Most of
the times you will find that the verbal submissions from HR and interviewer
are false.

Get them to do something if they want to get you to put so much time on a
coding test.

Roshan



On Thu, Jan 31, 2019 at 10:52 AM Onyeka A.  wrote:

>
> I agree with this. This is a bit much for an interview, unless they'll pay
> for your time.  That said, what you're being asked to do is rather
> advanced. It's a good task to use to broaden your Django skills but on your
> own timetable. If you still want to go ahead, I'd look up Dynamic Databases
> in Django. There's also this module, but it's not 100% what you're looking
> for: https://django-dynamic-db-router.readthedocs.io/en/latest/index.html
>
> On Thursday, 31 January 2019 14:38:44 UTC+1, Roshan Shah wrote:
>>
>> Which company is giving you a task to build a sort of full app
>> functionality for interview?
>>
>> What if you solve it and still they don’t hire you? Will they pay for
>> your time?
>>
>> A small test is fine but if you going to work on something that takes you
>> 20+ hours on a coding test, you are being taken for a ride.
>>
>> Many fall in this trap and companies nowadays use this gimmick to get
>> free code written.
>>
>> On Thu, Jan 31, 2019 at 6:56 AM Mohammad Shareef M 
>> wrote:
>>
>>> Refer this beginners document and try  -
>>> https://tango-with-django.readthedocs.io/en/latest/
>>>
>>> Thanks & Regards,
>>> Mahammad Shareef M
>>>  +919741482617
>>>  +971581756035
>>>
>>>
>>> On Thu, Jan 31, 2019 at 3:42 PM Tim Vogt (Tim Vogt) 
>>> wrote:
>>>
>>>> draw out the program first and isolatie each problem you try to solve.
>>>>
>>>> and start at the backend.
>>>> start small and increase the functions and try to grasp all.
>>>> At least in abstraction what you try to do.
>>>>
>>>> Than start writing the functions in a recipe overview.
>>>> and after the application basics are installed( django app settings etc
>>>> write the functions in human language and/ or directly in the models
>>>> forms etc.
>>>>
>>>>
>>>>
>>>>
>>>> succes!
>>>>
>>>> Tim
>>>> coderebels
>>>>
>>>> Op 31 jan. 2019, om 07:44 heeft Navami K  het
>>>> volgende geschreven:
>>>>
>>>> Can anyone help me with the project in the given image . thats my
>>>> interview task . i have no idea... i am starter . know only the basics
>>>>
>>>> --
>>>> 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 post to this group, send email to django...@googlegroups.com.
>>>> Visit this group at https://groups.google.com/group/django-users.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/django-users/36202414-5af8-4a8a-9b28-ee30481519a2%40googlegroups.com
>>>> <https://groups.google.com/d/msgid/django-users/36202414-5af8-4a8a-9b28-ee30481519a2%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>> For more options, visit https://groups.google.com/d/optout.
>>>> 
>>>>
>>>>
>>>> --
>>>> 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 post to this gro

Need Contributors and beginners for job portal ( Whatsapp group )

2019-01-31 Thread Roshan Shah
I want to build a job portal for companies who sponsor work visas to
skilled resources.

1) Candian Employers offering jobs to express entry professionals
2) US Employers offering TN Visas to Canadian Citizens

Other use cases.  I need a group of volunteer people interested to work on
this

1) Front end devs
2) Designers
3) Database Architects
4) Django Devs
5) Architects

If you are interested, please send me a whatsapp hello on +1 (604)
630-4292.  If I get sufficient response, we will start the project mid
february.

-- 
-- 

Roshan Shah / Sr. IT Consultant
techieros...@gmail.com / (519) 496-8860

This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with me by e-mail is deemed to have accepted these risks.

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALX19Ng22NNODPYcUk7i-Odc%2BQeGSxk%3DAodStzO1SQUUCK1GCQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Do we have solutions for this?

2019-02-25 Thread Roshan Shah
Dear All,

In Django based Job Portal (Open Source Initiative), I have few questions:

We need to find out if there are packages that can help in

1) blocking domains (such as Yandex.ru) or specific IP address that spam
the site
2) Any packages that will verify if PDF/Doc file is actually a resume
3) Any packages that will verify if Video pitch is in fact a video with a
jobseeker pitch and not a marketing/promo spam video of some company.

**Flag something that looks suspicious as a resume, or a promo video
(having music, no voice etc)

How are others in django community dealing with such issues?
-- 
-- 

Roshan Shah / Sr. IT Consultant
techieros...@gmail.com / (519) 496-8860

This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with me by e-mail is deemed to have accepted these risks.

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALX19NhOoYhv1JsjYzjpyu7%2BXQ8VxvxjwCvA8S%3D-gker4aBdzA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


TeenagerStartups looking for Project Interns for Django/React Project

2019-12-18 Thread Roshan Shah
I am toying with idea of Teenager Startups and we just started development
in Django 3.0 this week.

This is entrepreneurship education platform for teenagers and we have a 5
month MVP development roadmap.

Anyone who wants to join this project as volunteer intern, please send
request with the following

1) Your name and location
2) Your resume
3) Your availability in terms of daily hours
4) Your level of Django expertise
5) Your devops expertise

We have daily standups at 9 AM EST via  zoom. You are expected to attend
every standup and give status updates.

We use Clickup for Project Mangement, Gitlab for Code Repo/CI/CD and slack
for team communication. We log our time in Clockify.

We are already in first week of development. You can also follow us on LI :
http://www.linkedin.com/company/teenager-startups or facebook
http://www.facebook.com/teenagerstartups.

We have not yet registered this as entity but in mid March we will
have more clarity if we will register this as Non Profit or Commercial
Venture.

Send resume to internshipsupp...@teenagerstartups.com

Note : Preference will be given to those with Python/Django/React/HTML/CSS
knowledge and those who can take this as a part of their academic project
with university co-signing their agreement of Non Disclosure and other
confidentiality terms, time commitment, etc.

-- 
-- 

Roshan Shah

This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with me by e-mail is deemed to have accepted these risks.

-- 
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/CALX19Ng%2Bzi9xcn5ei%3DOOfLdh0REt9fx7ZFLyypxEAviqi1Yp5g%40mail.gmail.com.


Re: TeenagerStartups looking for Project Interns for Django/React Project

2019-12-19 Thread Roshan Shah
Interns get paid.

On Wed., Dec. 18, 2019, 6:48 p.m. Durai pandian  wrote:

> will people get paid? if not, you should hire a freelancer. Non-disclosure
> agreement and confidentiality with all these things, not mentioning intern
> stipend. It doesn't feel right.
>
> On Thu, Dec 19, 2019 at 4:52 AM Roshan Shah 
> wrote:
>
>>
>> I am toying with idea of Teenager Startups and we just started
>> development in Django 3.0 this week.
>>
>> This is entrepreneurship education platform for teenagers and we have a 5
>> month MVP development roadmap.
>>
>> Anyone who wants to join this project as volunteer intern, please send
>> request with the following
>>
>> 1) Your name and location
>> 2) Your resume
>> 3) Your availability in terms of daily hours
>> 4) Your level of Django expertise
>> 5) Your devops expertise
>>
>> We have daily standups at 9 AM EST via  zoom. You are expected to attend
>> every standup and give status updates.
>>
>> We use Clickup for Project Mangement, Gitlab for Code Repo/CI/CD and
>> slack for team communication. We log our time in Clockify.
>>
>> We are already in first week of development. You can also follow us on LI
>> : http://www.linkedin.com/company/teenager-startups or facebook
>> http://www.facebook.com/teenagerstartups.
>>
>> We have not yet registered this as entity but in mid March we will
>> have more clarity if we will register this as Non Profit or Commercial
>> Venture.
>>
>> Send resume to internshipsupp...@teenagerstartups.com
>>
>> Note : Preference will be given to those with
>> Python/Django/React/HTML/CSS knowledge and those who can take this as a
>> part of their academic project with university co-signing their agreement
>> of Non Disclosure and other confidentiality terms, time commitment, etc.
>>
>> --
>> --
>>
>> Roshan Shah
>>
>> This e-mail message may contain confidential or legally privileged
>> information and is intended only for the use of the intended recipient(s).
>> Any unauthorized disclosure, dissemination, distribution, copying or the
>> taking of any action in reliance on the information herein is prohibited.
>> E-mails are not secure and cannot be guaranteed to be error free as they
>> can be intercepted, amended, or contain viruses. Anyone who communicates
>> with me by e-mail is deemed to have accepted these risks.
>>
>> --
>> 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/CALX19Ng%2Bzi9xcn5ei%3DOOfLdh0REt9fx7ZFLyypxEAviqi1Yp5g%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CALX19Ng%2Bzi9xcn5ei%3DOOfLdh0REt9fx7ZFLyypxEAviqi1Yp5g%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
> --
> Thanks & Regards,
>
> *Durai pandianEmail: ddpa...@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/CAJsc%2Bob%3DmYdj469b73gnfrs708J771JfBqiB-5bHLR2_hxGYWg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAJsc%2Bob%3DmYdj469b73gnfrs708J771JfBqiB-5bHLR2_hxGYWg%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/CALX19Ni8SAtbE9iX0RG0-sA_F07LoEMCbQBWs5SFzx%3DMNx4dkQ%40mail.gmail.com.


Password protection of url in gunicorn like .htaccess

2019-12-27 Thread Roshan Shah
Hi there,

I have a django site hosted on heroku. I want to restrict production site
and staging sites running gunicorn to outside general public.

Do we have anything like .htaccess password protection in gunicorn? or Do I
have to setup login / pass / admin area?

-- 

Roshan Shah

This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with me by e-mail is deemed to have accepted these risks.

-- 
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/CALX19NhHo%3DLaoAas3euho7RkhMH52cfpqkrPEP8hgvqJTgnWkg%40mail.gmail.com.


Re: Password protection of url in gunicorn like .htaccess

2019-12-29 Thread Roshan Shah
Anyone has any clue on this?

On Fri, Dec 27, 2019 at 3:11 PM Roshan Shah  wrote:

> Hi there,
>
> I have a django site hosted on heroku. I want to restrict production site
> and staging sites running gunicorn to outside general public.
>
> Do we have anything like .htaccess password protection in gunicorn? or Do
> I have to setup login / pass / admin area?
>
> --
>
> Roshan Shah
>
> This e-mail message may contain confidential or legally privileged
> information and is intended only for the use of the intended recipient(s).
> Any unauthorized disclosure, dissemination, distribution, copying or the
> taking of any action in reliance on the information herein is prohibited.
> E-mails are not secure and cannot be guaranteed to be error free as they
> can be intercepted, amended, or contain viruses. Anyone who communicates
> with me by e-mail is deemed to have accepted these risks.
>


-- 
-- 

Roshan Shah / Sr. IT Consultant
techieros...@gmail.com / (519) 496-8860

This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with me by e-mail is deemed to have accepted these risks.

-- 
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/CALX19Nh7-eSj-K9zJDd42UMfd8ZQvYiEYb0Rk4%3DCDcfaogZe6Q%40mail.gmail.com.


How to ensure genuine emails despite valid email format?

2019-12-29 Thread Roshan Shah
There is a problem when a person enters valid email format but it is either

a) An invalid email which bounces
b) A valid email but using one of disposable email which means it is a fake
profile
c) Emails from domains that are marked as spam
d) Emails from IP addresses that are marked as spam
How do we ensure that before we accept emails, both the above cases are put
in pending status with appropriate message and reason code to put them in
pending?

-- 
-- 

Roshan Shah / Sr. IT Consultant
techieros...@gmail.com / (519) 496-8860

This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with me by e-mail is deemed to have accepted these risks.

-- 
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/CALX19NipTrrd8sgXcrDO07nHBj-A9FtobGgdmfy4r%3Duhbp7g1A%40mail.gmail.com.


Blockchain (Internship certificate)

2019-12-30 Thread Roshan Shah
TeenagerStartups.com is a volunteer based effort right now to build a
network for teenagers. It is a Django based project and I am Technical
Architect for the project overseeing a team of remote volunteer developers.
We use Gitlabs and are hosted on heroku. We use Slack for communication,
Clickup for task management and Clockify for time tracking

We have a need to have blockchain based solution that is based on proof of
stake consensus algorithm  (or some new consensus algorithm that combines
Proof of Stake and Proof of Work) to recognize the contribution of
volunteer developers. This has to be private blockchain - our preference is
hyperledger but are open to suggestions. This would be like internship
certificate

If anyone has any experience of blockchain implementation to validate
credentials, we would like to have them part of the project to lead this
effort or even be a mentor to the team.

-- 
-- 

Roshan Shah / Sr. IT Consultant
techieros...@gmail.com / (519) 496-8860

This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with me by e-mail is deemed to have accepted these risks.

-- 
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/CALX19NibTdyj%3DqAFx-PcQZCAibZiVtaR1%2BH9J-tvE_VyJRw2GA%40mail.gmail.com.


Re: How to ensure genuine emails despite valid email format?

2019-12-30 Thread Roshan Shah
Great.

Anyway you can get mailgun email bounces data and automatically update your
local database and flag those profiles with bounced emails in your
application?

Roshan

On Mon, Dec 30, 2019 at 8:54 AM Jason  wrote:

> Part of your problem is that email is a fire-and-forget application.  Once
> it's sent out, its in the control of the email server for routing.
>
>1. I don't know of a way to handle this without having any access to
>the account the user uses to send the email
>2. Use a whitelist of valid email senders, but this is a neverending
>task with high probability of false positives.  And disposable email
>addresses have their valid uses, and I use them frequently to help control
>spam. So if you block those, you might be angering alot of your valid users
>3. Same with 2, whitelist
>4. Same with 2, whitelist
>
> --
> 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/e60804c0-ff8b-442d-95ad-efd6dbbc5e12%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/e60804c0-ff8b-442d-95ad-efd6dbbc5e12%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
-- 

Roshan Shah / Sr. IT Consultant
techieros...@gmail.com / (519) 496-8860

This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with me by e-mail is deemed to have accepted these risks.

-- 
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/CALX19NiYefh7%3DSN0ZV0TGTtV6pG%3D29z-iKj-javS1Qzpqrjb-A%40mail.gmail.com.


Re: How to do SEO for my django website

2020-01-13 Thread Roshan Shah
Anyone fixing django-seo to be compatible with Django 3.0?

On Fri, Jan 3, 2020 at 7:54 AM Yash Garg  wrote:

> rollyourown.seo in not compatible with latest version of django
>
>
> On Friday, January 3, 2020 at 6:18:11 PM UTC+5:30, sagar ninave wrote:
>>
>> https://django-seo.readthedocs.io/en/latest/introduction/tutorial.html
>>
>>
>> On Fri, Jan 3, 2020 at 6:11 PM Yash Garg  wrote:
>>
>>> Is there any package or module available for SEO of django website ?
>>>
>>> --
>>> 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/1869ef27-3269-41bc-a0e3-c79652863eec%40googlegroups.com
>>> <https://groups.google.com/d/msgid/django-users/1869ef27-3269-41bc-a0e3-c79652863eec%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>
>>
>> --
>>
>> <https://about.me/sagarninave?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api&utm_content=thumb>
>> sagar ninave
>> about.me/sagarninave
>> <https://about.me/sagarninave?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api&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/6f078a37-ca3e-45e7-b155-0c61cc46775f%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/6f078a37-ca3e-45e7-b155-0c61cc46775f%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
-- 

Roshan Shah / Sr. IT Consultant
techieros...@gmail.com / (519) 496-8860

This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with me by e-mail is deemed to have accepted these risks.

-- 
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/CALX19Ni6SEXPH75f-T_SGx2V6CcRHd6YsEcz%3DhLf2yk%2BwQWvsg%40mail.gmail.com.


Django Development opportunity in Ahmedabad, India

2020-01-13 Thread Roshan Shah
We require Django Developer with 3+ years experience to work out of our
startup in Ahmedabad. We have a very small 4 person growing team. You will
lead the team in Ahmedabad and remote team across India

You will also manage client projects and grow the team in India.  You are
expected to have absolutely rock solid experience in CI/CD/Automated
Testing and managing cloud deployments/scalability issues. Django can be
learned but your ability to be a solid devops guy with excellent
Python/Django skills will set you apart.

We are looking for best of the best with 3 to 5 years experience. You will
enjoy working with us, our client projects as well as our inhouse products.

We will test your abilities to innovate and you will have freedom to
innovate with us.

Please send your resumes to techieros...@gmail.com with subject
"DJANGO-AHMEDABAD" for consideration.  Your resume must list some live
Django projects where you have also configured CI/CD and deployed in Cloud
(AWS, Google Cloud/Azure)

You should be able to communicate with Canadian/US Counterparts in American
English and be the point of contact for entire India team, own the issues
and timely delivery.

This could be perm/contract/contract to hire opportunity as we can mutually
agree upon.  We are really looking for someone who can innovate, stick
around and grow the team.

-- 
-- 

Roshan Shah / Sr. IT Consultant
techieros...@gmail.com / (519) 496-8860

This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with me by e-mail is deemed to have accepted these risks.

-- 
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/CALX19Nju4XnQFz2KVeUpB%3DFp0wDCYair%2B%2BDUGG5w_yt1q8-v6A%40mail.gmail.com.