Multiple websites but one authentication system

2021-08-26 Thread Isaac
Am working on a company website and there will be having more websites as 
time goes on, they don't want to be creating authentication system in each 
of their website. To avoid stress in creating multi account on these 
platform, there is a need to have one website that will do everything 
relating to authentication and authorization, just Google is.
 For example we will have domain1.com which will handle everything relating 
to  authentication and authorization(Signup,Signin,Password reset, Password 
change, Logout) while other domains like domain2.com, domain3.com, 
domain5.com etc will be falling back to domain1.com for authenticating 
users. Plz any suggesting on how i can do this will be highly 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/efe93e26-23cb-4557-a763-1c2790bf541bn%40googlegroups.com.


Re: UML to Django models

2021-08-26 Thread DJANGO DEVELOPER
can anyone help me?

On Thu, Aug 26, 2021 at 9:32 AM DJANGO DEVELOPER 
wrote:

> Currently, I am working on an inventory management system and I have got
> some UML diagrams and want to convert those uml diagrams into django
> models. So can anyone guide me on how to convert those UML diagrams into
> django models?
> an example is below of uml diagram
>
> --
> 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/d7cc08c3-cb88-422b-8cb3-a15130abeba1n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAKPY9pnF%3DrgdNm9EjDBXWLYQjs%2Bv%2BrtTxkbf8seumtSRvK-ing%40mail.gmail.com.


Re: Multiple websites but one authentication system

2021-08-26 Thread Eugene TUYIZERE
My suggestion is that you can create a single entry where after login the
system redirects users to the home page containing all these domains as
icons and then the user selects the one he wants.

On Thu, 26 Aug 2021 at 10:18, Isaac  wrote:

> Am working on a company website and there will be having more websites as
> time goes on, they don't want to be creating authentication system in each
> of their website. To avoid stress in creating multi account on these
> platform, there is a need to have one website that will do everything
> relating to authentication and authorization, just Google is.
>  For example we will have domain1.com which will handle everything
> relating to  authentication and authorization(Signup,Signin,Password reset,
> Password change, Logout) while other domains like domain2.com, domain3.com,
> domain5.com etc will be falling back to domain1.com for authenticating
> users. Plz any suggesting on how i can do this will be highly 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/efe93e26-23cb-4557-a763-1c2790bf541bn%40googlegroups.com
> 
> .
>


-- 
*TUYIZERE Eugene*



*Msc Degree in Mathematical Science*

*African Institute for Mathematical Sciences (AIMS Cameroon)Crystal
Garden-Lime, Cameroon*

Bsc in Computer Science

*UR-Nyagatare Campus*

Email: eugene.tuyiz...@aims-cameroon.org
   eugenetuyiz...@gmail.com

Tel: (+250) 7 88 26 33 38, (+250) 7 22 26 33 38

-- 
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/CABxpZHtPbX0mH07ccR7F-UQQwJAzsQ0AWgpgvuG1KAERRCTMPQ%40mail.gmail.com.


Re: Multiple websites but one authentication system

2021-08-26 Thread Isaac
Am trying to understand what you said sir but am still confuse, how will 
the domain2.com recognize that this person is a user ? Also how will the 
database schema  look like ? Will the two database be connected in a way ? 

On Thursday, 26 August 2021 at 09:29:47 UTC+1 eugenet...@gmail.com wrote:

> My suggestion is that you can create a single entry where after login the 
> system redirects users to the home page containing all these domains as 
> icons and then the user selects the one he wants.
>
> On Thu, 26 Aug 2021 at 10:18, Isaac  wrote:
>
>> Am working on a company website and there will be having more websites as 
>> time goes on, they don't want to be creating authentication system in each 
>> of their website. To avoid stress in creating multi account on these 
>> platform, there is a need to have one website that will do everything 
>> relating to authentication and authorization, just Google is.
>>  For example we will have domain1.com which will handle everything 
>> relating to  authentication and authorization(Signup,Signin,Password reset, 
>> Password change, Logout) while other domains like domain2.com, 
>> domain3.com, domain5.com etc will be falling back to domain1.com for 
>> authenticating users. Plz any suggesting on how i can do this will be 
>> highly 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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/efe93e26-23cb-4557-a763-1c2790bf541bn%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> *TUYIZERE Eugene*
>
>
>
> *Msc Degree in Mathematical Science*
>
> *African Institute for Mathematical Sciences (AIMS Cameroon)Crystal 
> Garden-Lime, Cameroon*
>
> Bsc in Computer Science
>
> *UR-Nyagatare Campus*
>
> Email: eugene@aims-cameroon.org
>eugenet...@gmail.com
>
> Tel: (+250) 7 88 26 33 38, (+250) 7 22 26 33 38
>

-- 
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/a58a4fdb-8bcb-4639-b65f-02a9979a6689n%40googlegroups.com.


Re: Multiple websites but one authentication system

2021-08-26 Thread Steven Mapes
You could use oauth between the projects. Look 
into https://django-oauth-toolkit.readthedocs.io/en/latest/ which would 
enable you to set up domain one as your authentication backend which the 
others could use

On Thursday, 26 August 2021 at 09:46:11 UTC+1 Isaac wrote:

> Am trying to understand what you said sir but am still confuse, how will 
> the domain2.com recognize that this person is a user ? Also how will the 
> database schema  look like ? Will the two database be connected in a way ? 
>
> On Thursday, 26 August 2021 at 09:29:47 UTC+1 eugenet...@gmail.com wrote:
>
>> My suggestion is that you can create a single entry where after login the 
>> system redirects users to the home page containing all these domains as 
>> icons and then the user selects the one he wants.
>>
>> On Thu, 26 Aug 2021 at 10:18, Isaac  wrote:
>>
>>> Am working on a company website and there will be having more websites 
>>> as time goes on, they don't want to be creating authentication system in 
>>> each of their website. To avoid stress in creating multi account on these 
>>> platform, there is a need to have one website that will do everything 
>>> relating to authentication and authorization, just Google is.
>>>  For example we will have domain1.com which will handle everything 
>>> relating to  authentication and authorization(Signup,Signin,Password reset, 
>>> Password change, Logout) while other domains like domain2.com, 
>>> domain3.com, domain5.com etc will be falling back to domain1.com for 
>>> authenticating users. Plz any suggesting on how i can do this will be 
>>> highly 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...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/efe93e26-23cb-4557-a763-1c2790bf541bn%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>
>>
>> -- 
>> *TUYIZERE Eugene*
>>
>>
>>
>> *Msc Degree in Mathematical Science*
>>
>> *African Institute for Mathematical Sciences (AIMS Cameroon)Crystal 
>> Garden-Lime, Cameroon*
>>
>> Bsc in Computer Science
>>
>> *UR-Nyagatare Campus*
>>
>> Email: eugene@aims-cameroon.org
>>eugenet...@gmail.com
>>
>> Tel: (+250) 7 88 26 33 38, (+250) 7 22 26 33 38
>>
>

-- 
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/29ad46bc-86ce-45bc-a83a-441fe2208e6an%40googlegroups.com.


Re: Multiple websites but one authentication system

2021-08-26 Thread Christian Ledermann
I did this in the past by setting up
https://github.com/jazzband/django-oauth-toolkit as an authentication
server at login.my-domain.com and then connecting the other websites with
https://github.com/python-social-auth/social-app-django to it



On Thu, 26 Aug 2021 at 10:15, Steven Mapes  wrote:

> You could use oauth between the projects. Look into
> https://django-oauth-toolkit.readthedocs.io/en/latest/ which would enable
> you to set up domain one as your authentication backend which the others
> could use
>
> On Thursday, 26 August 2021 at 09:46:11 UTC+1 Isaac wrote:
>
>> Am trying to understand what you said sir but am still confuse, how will
>> the domain2.com recognize that this person is a user ? Also how will the
>> database schema  look like ? Will the two database be connected in a way ?
>>
>> On Thursday, 26 August 2021 at 09:29:47 UTC+1 eugenet...@gmail.com wrote:
>>
>>> My suggestion is that you can create a single entry where after login
>>> the system redirects users to the home page containing all these domains as
>>> icons and then the user selects the one he wants.
>>>
>>> On Thu, 26 Aug 2021 at 10:18, Isaac  wrote:
>>>
 Am working on a company website and there will be having more websites
 as time goes on, they don't want to be creating authentication system in
 each of their website. To avoid stress in creating multi account on these
 platform, there is a need to have one website that will do everything
 relating to authentication and authorization, just Google is.
  For example we will have domain1.com which will handle everything
 relating to  authentication and authorization(Signup,Signin,Password reset,
 Password change, Logout) while other domains like domain2.com,
 domain3.com, domain5.com etc will be falling back to domain1.com for
 authenticating users. Plz any suggesting on how i can do this will be
 highly 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...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/efe93e26-23cb-4557-a763-1c2790bf541bn%40googlegroups.com
 
 .

>>>
>>>
>>> --
>>> *TUYIZERE Eugene*
>>>
>>>
>>>
>>> *Msc Degree in Mathematical Science*
>>>
>>> *African Institute for Mathematical Sciences (AIMS Cameroon)Crystal
>>> Garden-Lime, Cameroon*
>>>
>>> Bsc in Computer Science
>>>
>>> *UR-Nyagatare Campus*
>>>
>>> Email: eugene@aims-cameroon.org
>>>eugenet...@gmail.com
>>>
>>> Tel: (+250) 7 88 26 33 38, (+250) 7 22 26 33 38
>>>
>> --
> 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/29ad46bc-86ce-45bc-a83a-441fe2208e6an%40googlegroups.com
> 
> .
>


-- 
Best Regards,

Christian Ledermann

Galway, IE
Mobile : +353 (0) 899748838

https://www.linkedin.com/in/christianledermann
https://github.com/cleder/


<*)))>{

If you save the living environment, the biodiversity that we have left,
you will also automatically save the physical environment, too. But If
you only save the physical environment, you will ultimately lose both.

1) Don’t drive species to extinction

2) Don’t destroy a habitat that species rely on.

3) Don’t change the climate in ways that will result in the above.

}<(((*>

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


Re: Multiple websites but one authentication system

2021-08-26 Thread Isaac Imafidon
Thanks everyone that contributed, you guys have really shown me much love.
Am so grateful . Much appreciated. 🙏🙏


Virus-free.
www.avast.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Thu, 26 Aug 2021 at 11:02, Christian Ledermann <
christian.lederm...@gmail.com> wrote:

> I did this in the past by setting up
> https://github.com/jazzband/django-oauth-toolkit as an authentication
> server at login.my-domain.com and then connecting the other websites with
> https://github.com/python-social-auth/social-app-django to it
>
>
>
> On Thu, 26 Aug 2021 at 10:15, Steven Mapes  wrote:
>
>> You could use oauth between the projects. Look into
>> https://django-oauth-toolkit.readthedocs.io/en/latest/ which would
>> enable you to set up domain one as your authentication backend which the
>> others could use
>>
>> On Thursday, 26 August 2021 at 09:46:11 UTC+1 Isaac wrote:
>>
>>> Am trying to understand what you said sir but am still confuse, how will
>>> the domain2.com recognize that this person is a user ? Also how will
>>> the database schema  look like ? Will the two database be connected in a
>>> way ?
>>>
>>> On Thursday, 26 August 2021 at 09:29:47 UTC+1 eugenet...@gmail.com
>>> wrote:
>>>
 My suggestion is that you can create a single entry where after login
 the system redirects users to the home page containing all these domains as
 icons and then the user selects the one he wants.

 On Thu, 26 Aug 2021 at 10:18, Isaac  wrote:

> Am working on a company website and there will be having more websites
> as time goes on, they don't want to be creating authentication system in
> each of their website. To avoid stress in creating multi account on these
> platform, there is a need to have one website that will do everything
> relating to authentication and authorization, just Google is.
>  For example we will have domain1.com which will handle everything
> relating to  authentication and authorization(Signup,Signin,Password 
> reset,
> Password change, Logout) while other domains like domain2.com,
> domain3.com, domain5.com etc will be falling back to domain1.com for
> authenticating users. Plz any suggesting on how i can do this will be
> highly 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...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/efe93e26-23cb-4557-a763-1c2790bf541bn%40googlegroups.com
> 
> .
>


 --
 *TUYIZERE Eugene*



 *Msc Degree in Mathematical Science*

 *African Institute for Mathematical Sciences (AIMS Cameroon)Crystal
 Garden-Lime, Cameroon*

 Bsc in Computer Science

 *UR-Nyagatare Campus*

 Email: eugene@aims-cameroon.org
eugenet...@gmail.com

 Tel: (+250) 7 88 26 33 38, (+250) 7 22 26 33 38

>>> --
>> 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/29ad46bc-86ce-45bc-a83a-441fe2208e6an%40googlegroups.com
>> 
>> .
>>
>
>
> --
> Best Regards,
>
> Christian Ledermann
>
> Galway, IE
> Mobile : +353 (0) 899748838
>
> https://www.linkedin.com/in/christianledermann
> https://github.com/cleder/
>
>
> <*)))>{
>
> If you save the living environment, the biodiversity that we have left,
> you will also automatically save the physical environment, too. But If
> you only save the physical environment, you will ultimately lose both.
>
> 1) Don’t drive species to extinction
>
> 2) Don’t destroy a habitat that species rely on.
>
> 3) Don’t change the climate in ways that will result in the above.
>
> }<(((*>
>
> --
> 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/CABCjzWqP3G4kqpzR0sPDcX3ROBrXqSTz85WyhNT%3DzKhV

Re: Multiple websites but one authentication system

2021-08-26 Thread Isaac Imafidon
Thanks specially sir


Virus-free.
www.avast.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Thu, 26 Aug 2021 at 11:02, Christian Ledermann <
christian.lederm...@gmail.com> wrote:

> I did this in the past by setting up
> https://github.com/jazzband/django-oauth-toolkit as an authentication
> server at login.my-domain.com and then connecting the other websites with
> https://github.com/python-social-auth/social-app-django to it
>
>
>
> On Thu, 26 Aug 2021 at 10:15, Steven Mapes  wrote:
>
>> You could use oauth between the projects. Look into
>> https://django-oauth-toolkit.readthedocs.io/en/latest/ which would
>> enable you to set up domain one as your authentication backend which the
>> others could use
>>
>> On Thursday, 26 August 2021 at 09:46:11 UTC+1 Isaac wrote:
>>
>>> Am trying to understand what you said sir but am still confuse, how will
>>> the domain2.com recognize that this person is a user ? Also how will
>>> the database schema  look like ? Will the two database be connected in a
>>> way ?
>>>
>>> On Thursday, 26 August 2021 at 09:29:47 UTC+1 eugenet...@gmail.com
>>> wrote:
>>>
 My suggestion is that you can create a single entry where after login
 the system redirects users to the home page containing all these domains as
 icons and then the user selects the one he wants.

 On Thu, 26 Aug 2021 at 10:18, Isaac  wrote:

> Am working on a company website and there will be having more websites
> as time goes on, they don't want to be creating authentication system in
> each of their website. To avoid stress in creating multi account on these
> platform, there is a need to have one website that will do everything
> relating to authentication and authorization, just Google is.
>  For example we will have domain1.com which will handle everything
> relating to  authentication and authorization(Signup,Signin,Password 
> reset,
> Password change, Logout) while other domains like domain2.com,
> domain3.com, domain5.com etc will be falling back to domain1.com for
> authenticating users. Plz any suggesting on how i can do this will be
> highly 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...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/efe93e26-23cb-4557-a763-1c2790bf541bn%40googlegroups.com
> 
> .
>


 --
 *TUYIZERE Eugene*



 *Msc Degree in Mathematical Science*

 *African Institute for Mathematical Sciences (AIMS Cameroon)Crystal
 Garden-Lime, Cameroon*

 Bsc in Computer Science

 *UR-Nyagatare Campus*

 Email: eugene@aims-cameroon.org
eugenet...@gmail.com

 Tel: (+250) 7 88 26 33 38, (+250) 7 22 26 33 38

>>> --
>> 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/29ad46bc-86ce-45bc-a83a-441fe2208e6an%40googlegroups.com
>> 
>> .
>>
>
>
> --
> Best Regards,
>
> Christian Ledermann
>
> Galway, IE
> Mobile : +353 (0) 899748838
>
> https://www.linkedin.com/in/christianledermann
> https://github.com/cleder/
>
>
> <*)))>{
>
> If you save the living environment, the biodiversity that we have left,
> you will also automatically save the physical environment, too. But If
> you only save the physical environment, you will ultimately lose both.
>
> 1) Don’t drive species to extinction
>
> 2) Don’t destroy a habitat that species rely on.
>
> 3) Don’t change the climate in ways that will result in the above.
>
> }<(((*>
>
> --
> 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/CABCjzWqP3G4kqpzR0sPDcX3ROBrXqSTz85WyhNT%3DzKhVgkVz8Q%40mail.gmail.com
> 

Re: UML to Django models

2021-08-26 Thread Derek
There is not sufficient data in that image to create models.  You don't 
know the field types, for example.

Once you have those, it should not be too hard e.g.:

from django.db import models

class Product(models.Model):
product_id = models.AutoField()
name = models.CharField( max_length=255)
date_introduction = models.DateField()
comment = models.TextField()

#etc.

You'll need to use ForeignKey fields to link related tables, of course.

HTH.

On Thursday, 26 August 2021 at 10:28:23 UTC+2 abubak...@gmail.com wrote:

> can anyone help me?
>
> On Thu, Aug 26, 2021 at 9:32 AM DJANGO DEVELOPER  
> wrote:
>
>> Currently, I am working on an inventory management system and I have got 
>> some UML diagrams and want to convert those uml diagrams into django 
>> models. So can anyone guide me on how to convert those UML diagrams into 
>> django models?
>> an example is below of uml diagram
>>
>> -- 
>> 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/d7cc08c3-cb88-422b-8cb3-a15130abeba1n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/74f7d899-ceb8-42a4-8809-fdd5aac48625n%40googlegroups.com.


Re: UML to Django models

2021-08-26 Thread DJANGO DEVELOPER
Hi Derek it is not difficult for me to write the model for the product
entity. but there are also other diagrams that I want to convert into
models. so I was just wanted to clear my concept.
I am confused in Super types and sub types as you can see an entity within
the entity. how should I convert them into models?

On Thu, Aug 26, 2021 at 6:50 PM Derek  wrote:

> There is not sufficient data in that image to create models.  You don't
> know the field types, for example.
>
> Once you have those, it should not be too hard e.g.:
>
> from django.db import models
>
> class Product(models.Model):
> product_id = models.AutoField()
> name = models.CharField( max_length=255)
> date_introduction = models.DateField()
> comment = models.TextField()
>
> #etc.
>
> You'll need to use ForeignKey fields to link related tables, of course.
>
> HTH.
>
> On Thursday, 26 August 2021 at 10:28:23 UTC+2 abubak...@gmail.com wrote:
>
>> can anyone help me?
>>
>> On Thu, Aug 26, 2021 at 9:32 AM DJANGO DEVELOPER 
>> wrote:
>>
>>> Currently, I am working on an inventory management system and I have got
>>> some UML diagrams and want to convert those uml diagrams into django
>>> models. So can anyone guide me on how to convert those UML diagrams into
>>> django models?
>>> an example is below of uml diagram
>>>
>>> --
>>> 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/d7cc08c3-cb88-422b-8cb3-a15130abeba1n%40googlegroups.com
>>> 
>>> .
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/74f7d899-ceb8-42a4-8809-fdd5aac48625n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAKPY9pne-RqvLjtELHR-%2BK4RXPnhsPyAMBzcfbzfUjLZKXwqeQ%40mail.gmail.com.


Re: UML to Django models

2021-08-26 Thread Cale Roco
theres a lot of different ways you can do this, depending on your desired 
functionality, the amount of data you intend to store etc,

// Simple Example
class Product(models.Model):
   name = models.Charfield(max_length=255)


class ProductFeature(models.Model):
product = models.ForeignKey(Product, on_delete=models.CASCADE)
feature = models.ForeignKey("Feature", on_delete=models.CASCADE)

class Feature(models.Model):
name = models.CharField(max_length=60)
value = models.CharField(max_length=60)

On Thursday, 26 August 2021 at 16:14:04 UTC+1 abubak...@gmail.com wrote:

> Hi Derek it is not difficult for me to write the model for the product 
> entity. but there are also other diagrams that I want to convert into 
> models. so I was just wanted to clear my concept.
> I am confused in Super types and sub types as you can see an entity within 
> the entity. how should I convert them into models?
>
> On Thu, Aug 26, 2021 at 6:50 PM Derek  wrote:
>
>> There is not sufficient data in that image to create models.  You don't 
>> know the field types, for example.
>>
>> Once you have those, it should not be too hard e.g.:
>>
>> from django.db import models
>>
>> class Product(models.Model):
>> product_id = models.AutoField()
>> name = models.CharField( max_length=255)
>> date_introduction = models.DateField()
>> comment = models.TextField()
>>
>> #etc.
>>
>> You'll need to use ForeignKey fields to link related tables, of course.
>>
>> HTH.
>>
>> On Thursday, 26 August 2021 at 10:28:23 UTC+2 abubak...@gmail.com wrote:
>>
>>> can anyone help me?
>>>
>>> On Thu, Aug 26, 2021 at 9:32 AM DJANGO DEVELOPER  
>>> wrote:
>>>
 Currently, I am working on an inventory management system and I have 
 got some UML diagrams and want to convert those uml diagrams into django 
 models. So can anyone guide me on how to convert those UML diagrams into 
 django models?
 an example is below of uml diagram

 -- 
 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/d7cc08c3-cb88-422b-8cb3-a15130abeba1n%40googlegroups.com
  
 
 .

>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-users...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/74f7d899-ceb8-42a4-8809-fdd5aac48625n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/dbc1bde9-06d9-440d-95ea-1c9c55d1c698n%40googlegroups.com.


Re: Django admin - how to change breadcrumbs 'Home' into 'Main menu'

2021-08-26 Thread Cale Roco
haven't tried it but you could potentially just override the 
"/admin/base.html" template in your templates directory

On Tuesday, 24 August 2021 at 02:02:14 UTC+1 Mike Dewhirst wrote:

> We are using 'Home' in a different, more public, part of the site and 
> have to adjust that first item in the Admin breadcrumbs to 'Menu' or 
> 'Main menu' in order to keep the UX masters happy. Some of the Admin is 
> public facing.
>
> Looking at the source, I would have to override an awful lot of 
> templates with ...
>
> {% translate 'Home' %}
>
> It looks impossible to do elegantly. I shudder at scripting a global 
> search and replace.
>
> Is this worth putting in the effort to make 'Home' a setting - if that 
> is even possible.
>
> If so, how do I get started on that?
>
> Thanks
>
> Mike
>
> -- 
> Signed email is an absolute defence against phishing. This email has
> been signed with my private key. If you import my public key you can
> automatically decrypt my signature and be sure it came from me. Just
> ask and I'll send it to you. Your email software can handle signing.
>
>
>

-- 
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/80a0be6b-8064-45bf-b053-974c56d1b89dn%40googlegroups.com.


Re: Django admin - how to change breadcrumbs 'Home' into 'Main menu'

2021-08-26 Thread Nigel Copley
although I think you'd have to override the breadcrumb block in each of the 
public facing admin templates, it doesn't look to be easily done and making 
a home setting it's probably overkill

On Thursday, 26 August 2021 at 16:50:11 UTC+1 Nigel Copley wrote:

> haven't tried it but you could potentially just override the 
> "/admin/base.html" template in your templates directory
>
> On Tuesday, 24 August 2021 at 02:02:14 UTC+1 Mike Dewhirst wrote:
>
>> We are using 'Home' in a different, more public, part of the site and 
>> have to adjust that first item in the Admin breadcrumbs to 'Menu' or 
>> 'Main menu' in order to keep the UX masters happy. Some of the Admin is 
>> public facing.
>>
>> Looking at the source, I would have to override an awful lot of 
>> templates with ...
>>
>> {% translate 'Home' %}
>>
>> It looks impossible to do elegantly. I shudder at scripting a global 
>> search and replace.
>>
>> Is this worth putting in the effort to make 'Home' a setting - if that 
>> is even possible.
>>
>> If so, how do I get started on that?
>>
>> Thanks
>>
>> Mike
>>
>> -- 
>> Signed email is an absolute defence against phishing. This email has
>> been signed with my private key. If you import my public key you can
>> automatically decrypt my signature and be sure it came from me. Just
>> ask and I'll send it to you. Your email software can handle signing.
>>
>>
>>

-- 
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/76e4665b-cd9c-4bc2-b92f-0e6801b52c3fn%40googlegroups.com.


Re: Abridged summary of django-users@googlegroups.com - 15 updates in 5 topics

2021-08-26 Thread Rakesh Varma
I am getting error while i am running console ofpythonanywhere.com

django.db.utils.OperationalError: (2002, "Can't connect to local MySQL
server through socket '/var/run/mysqld/mysqld.sock' (2)")

On Thu, Aug 26, 2021 at 6:31 PM  wrote:

> django-users@googlegroups.com
> 
>  Google
> Groups
> 
> 
> Today's topic summary
> View all topics
> 
>
>- Multiple websites but one authentication system
><#m_369047550022064_group_thread_0> - 7 Updates
>- UML to Django models <#m_369047550022064_group_thread_1> - 2
>Updates
>- FILE UPLOAD IN Nested Serializer
><#m_369047550022064_group_thread_2> - 1 Update
>- Deploying django in plesk <#m_369047550022064_group_thread_3> - 4
>Updates
>- help with django installation <#m_369047550022064_group_thread_4>
>- 1 Update
>
> Multiple websites but one authentication system
> 
> Isaac : Aug 26 01:18AM -0700
>
> Am working on a company website and there will be having more websites as
> time goes on, they don't want to be creating authentication system in each
> of their website. To avoid stress in creating ...more
> 
> Eugene TUYIZERE : Aug 26 10:22AM +0200
>
> My suggestion is that you can create a single entry where after login the
> system redirects users to the home page containing all these domains as
> icons and then the user selects the one he wants.
> ...more
> 
> Isaac : Aug 26 01:46AM -0700
>
> Am trying to understand what you said sir but am still confuse, how will
> the domain2.com recognize that this person is a user ? Also how will the
> database schema look like ? Will the two database ...more
> 
> Steven Mapes : Aug 26 02:15AM -0700
>
> You could use oauth between the projects. Look
> into https://django-oauth-toolkit.readthedocs.io/en/latest/ which would
> enable you to set up domain one as your authentication backend which the
> ...more
> 
> Christian Ledermann : Aug 26 11:01AM +0100
>
> I did this in the past by setting up
> https://github.com/jazzband/django-oauth-toolkit as an authentication
> server at login.my-domain.com and then connecting the other websites with
> ...more
> 
> Isaac Imafidon : Aug 26 11:53AM +0100
>
> Thanks everyone that contributed, you guys have really shown me much love.
> Am so grateful . Much appreciated. 🙏🙏
> ...more
> 
> Isaac Imafidon : Aug 26 11:54AM +0100
>
> Thanks specially sir
>
> <
> https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon
> >
> Virus-free.
> www.avast.com ...more
> 
> Back to top <#m_369047550022064_digest_top>
> UML to Django models
> 
> DJANGO DEVELOPER : Aug 25 09:32PM -0700
>
> Currently, I am working on an inventory management system and I have got
> some UML diagrams and want to convert those uml diagrams into django
> models. So can anyone guide me on how to convert those ...more
> 
> DJANGO DEVELOPER : Aug 26 01:27PM +0500
>
> can anyone help me?
>
> On Thu, Aug 26, 2021 at 9:32 AM DJANGO DEVELOPER 
> wrote:
>
> ...more
> 
> Back to top <#m_369047550022064_digest_top>
> FILE UPLOAD IN Nested Serializer
> 
> "narendra...@gmail.com" : Aug 25 10:58PM
> -0700
>
> I have a plain text field in Parent Table and should upload a file in
> child
> table and has a foreign key relation in both table. I cannot upload a file
> in nested serializer. I didn't get a file ...more
> 
> B

Re: UML to Django models

2021-08-26 Thread DJANGO DEVELOPER
Hi, Cale thanks for the reply. but in uml diagram Product Feature doesn't
have any relation with the product. so why did you made a relation with the
product model? can you please guide me on how to do this?

On Thu, Aug 26, 2021 at 8:44 PM Cale Roco  wrote:

> theres a lot of different ways you can do this, depending on your desired
> functionality, the amount of data you intend to store etc,
>
> // Simple Example
> class Product(models.Model):
>name = models.Charfield(max_length=255)
>
>
> class ProductFeature(models.Model):
> product = models.ForeignKey(Product, on_delete=models.CASCADE)
> feature = models.ForeignKey("Feature", on_delete=models.CASCADE)
>
> class Feature(models.Model):
> name = models.CharField(max_length=60)
> value = models.CharField(max_length=60)
>
> On Thursday, 26 August 2021 at 16:14:04 UTC+1 abubak...@gmail.com wrote:
>
>> Hi Derek it is not difficult for me to write the model for the product
>> entity. but there are also other diagrams that I want to convert into
>> models. so I was just wanted to clear my concept.
>> I am confused in Super types and sub types as you can see an entity
>> within the entity. how should I convert them into models?
>>
>> On Thu, Aug 26, 2021 at 6:50 PM Derek  wrote:
>>
>>> There is not sufficient data in that image to create models.  You don't
>>> know the field types, for example.
>>>
>>> Once you have those, it should not be too hard e.g.:
>>>
>>> from django.db import models
>>>
>>> class Product(models.Model):
>>> product_id = models.AutoField()
>>> name = models.CharField( max_length=255)
>>> date_introduction = models.DateField()
>>> comment = models.TextField()
>>>
>>> #etc.
>>>
>>> You'll need to use ForeignKey fields to link related tables, of course.
>>>
>>> HTH.
>>>
>>> On Thursday, 26 August 2021 at 10:28:23 UTC+2 abubak...@gmail.com wrote:
>>>
 can anyone help me?

 On Thu, Aug 26, 2021 at 9:32 AM DJANGO DEVELOPER 
 wrote:

> Currently, I am working on an inventory management system and I have
> got some UML diagrams and want to convert those uml diagrams into django
> models. So can anyone guide me on how to convert those UML diagrams into
> django models?
> an example is below of uml diagram
>
> --
> 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/d7cc08c3-cb88-422b-8cb3-a15130abeba1n%40googlegroups.com
> 
> .
>
 --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to django-users...@googlegroups.com.
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/74f7d899-ceb8-42a4-8809-fdd5aac48625n%40googlegroups.com
>>> 
>>> .
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/dbc1bde9-06d9-440d-95ea-1c9c55d1c698n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAKPY9pndwiaa8qv5b55e%2BOtvzb0pERSgQZ0xUv8saff%2BW8-hKQ%40mail.gmail.com.


Django and Progressive web application

2021-08-26 Thread Duncan Santiago
I have been trying to bring in the concept of progressive web application 
to my django websites. I have had issue with with the service worker, the 
major problem is the scope attribute. When  I leave the scope unconfigured 
it defualts to the static folder, which means I cannot cache an html file 
since normally I would store html files in a separate folder from the 
static files. I want my cached files to include html file as well

-- 
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/c406d87a-8a19-40ee-b8b9-6e813268ea28n%40googlegroups.com.


Re: Abridged summary of django-users@googlegroups.com - 15 updates in 5 topics

2021-08-26 Thread Kasper Laudrup
On 26/08/2021 18.07, Rakesh Varma wrote:
> I am getting error while i am running console ofpythonanywhere.com
> 
> 
> django.db.utils.OperationalError: (2002, "Can't connect to local MySQL
> server through socket '/var/run/mysqld/mysqld.sock' (2)")
>

Start by reading this to learn how to create a new post in this group:

https://support.google.com/groups/answer/1046523?hl=en

Once you've done that, read something like this to know how to ask a
question that someone is able and willing to answer:

https://betterprogramming.pub/how-to-ask-questions-about-programming-dcd948fcd2bd

Once you've done that, you'll be much closer to a solution to your problem.

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/b6cb797c-cedb-9fc2-9970-5305e30365c0%40stacktrace.dk.


OpenPGP_signature
Description: OpenPGP digital signature


Re: Django and Progressive web application

2021-08-26 Thread Gerardo Palazuelos Guerrero
Hello Duncan,
First thing first: I'm not affiliated in any way to the following resource.

The other day I found pythonyoga.com. And I saw they have a course on using
Django while creating a PWA.
Not sure how that can be helpful to you.

Regards,

--
Gerardo Palazuelos Guerrero



On Thu, Aug 26, 2021 at 11:33 AM Duncan Santiago 
wrote:

> I have been trying to bring in the concept of progressive web application
> to my django websites. I have had issue with with the service worker, the
> major problem is the scope attribute. When  I leave the scope unconfigured
> it defualts to the static folder, which means I cannot cache an html file
> since normally I would store html files in a separate folder from the
> static files. I want my cached files to include html file as well
>
> --
> 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/c406d87a-8a19-40ee-b8b9-6e813268ea28n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJ8iCyOWamojcV%2BgPwFDaRbcu7-v4VCEtJmW%3DCf%2BCgh_Vw1XZg%40mail.gmail.com.


Re: Django and Progressive web application

2021-08-26 Thread Duncan Santiago
Do you have any other suggestions? I see pythonyoga charge 97$ , for the
whole course. and am only interested in PWA only. I kind of feel confident
with the rest of the stuff they wanna teach

On Thu, Aug 26, 2021 at 11:41 AM Gerardo Palazuelos Guerrero <
gerardo.palazue...@gmail.com> wrote:

> Hello Duncan,
> First thing first: I'm not affiliated in any way to the following resource.
>
> The other day I found pythonyoga.com. And I saw they have a course on
> using Django while creating a PWA.
> Not sure how that can be helpful to you.
>
> Regards,
>
> --
> Gerardo Palazuelos Guerrero
>
>
>
> On Thu, Aug 26, 2021 at 11:33 AM Duncan Santiago <
> duncansantiag...@gmail.com> wrote:
>
>> I have been trying to bring in the concept of progressive web application
>> to my django websites. I have had issue with with the service worker, the
>> major problem is the scope attribute. When  I leave the scope unconfigured
>> it defualts to the static folder, which means I cannot cache an html file
>> since normally I would store html files in a separate folder from the
>> static files. I want my cached files to include html file as well
>>
>> --
>> 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/c406d87a-8a19-40ee-b8b9-6e813268ea28n%40googlegroups.com
>> 
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAJ8iCyOWamojcV%2BgPwFDaRbcu7-v4VCEtJmW%3DCf%2BCgh_Vw1XZg%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACPcFd%2BBADkq6NapcRKi%2Bp7p9EcSXbZy%3DfpH8dbs-%2B%2Bh6Kk6aw%40mail.gmail.com.


Re: Django admin - how to change breadcrumbs 'Home' into 'Main menu'

2021-08-26 Thread Mike Dewhirst

On 27/08/2021 1:50 am, Cale Roco wrote:
haven't tried it but you could potentially just override the 
"/admin/base.html" template in your templates directory


That does change it but only at the top level admin:index page which 
shows all the apps


Doesn't seem to be inherited by child pages.



On Tuesday, 24 August 2021 at 02:02:14 UTC+1 Mike Dewhirst wrote:

We are using 'Home' in a different, more public, part of the site and
have to adjust that first item in the Admin breadcrumbs to 'Menu' or
'Main menu' in order to keep the UX masters happy. Some of the
Admin is
public facing.

Looking at the source, I would have to override an awful lot of
templates with ...

{% translate 'Home' %}

It looks impossible to do elegantly. I shudder at scripting a global
search and replace.

Is this worth putting in the effort to make 'Home' a setting - if
that
is even possible.

If so, how do I get started on that?

Thanks

Mike

-- 
Signed email is an absolute defence against phishing. This email has

been signed with my private key. If you import my public key you can
automatically decrypt my signature and be sure it came from me. Just
ask and I'll send it to you. Your email software can handle signing.


--
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/80a0be6b-8064-45bf-b053-974c56d1b89dn%40googlegroups.com 
.



--
Signed email is an absolute defence against phishing. This email has
been signed with my private key. If you import my public key you can
automatically decrypt my signature and be sure it came from me. Just
ask and I'll send it to you. Your email software can handle signing.


--
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/c1555c89-ce62-f317-008e-be6718abd796%40dewhirst.com.au.


OpenPGP_signature
Description: OpenPGP digital signature


Re: Django admin - how to change breadcrumbs 'Home' into 'Main menu'

2021-08-26 Thread Mike Dewhirst

On 27/08/2021 2:09 am, Nigel Copley wrote:
although I think you'd have to override the breadcrumb block in each 
of the public facing admin templates, it doesn't look to be easily 
done and making a home setting it's probably overkill


Overkill, underkill - looks like no other solution at the moment. I'll 
look a bit deeper.




On Thursday, 26 August 2021 at 16:50:11 UTC+1 Nigel Copley wrote:

haven't tried it but you could potentially just override the
"/admin/base.html" template in your templates directory

On Tuesday, 24 August 2021 at 02:02:14 UTC+1 Mike Dewhirst wrote:

We are using 'Home' in a different, more public, part of the
site and
have to adjust that first item in the Admin breadcrumbs to
'Menu' or
'Main menu' in order to keep the UX masters happy. Some of the
Admin is
public facing.

Looking at the source, I would have to override an awful lot of
templates with ...

{% translate 'Home' %}

It looks impossible to do elegantly. I shudder at scripting a
global
search and replace.

Is this worth putting in the effort to make 'Home' a setting -
if that
is even possible.

If so, how do I get started on that?

Thanks

Mike

-- 
Signed email is an absolute defence against phishing. This

email has
been signed with my private key. If you import my public key
you can
automatically decrypt my signature and be sure it came from
me. Just
ask and I'll send it to you. Your email software can handle
signing.


--
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/76e4665b-cd9c-4bc2-b92f-0e6801b52c3fn%40googlegroups.com 
.



--
Signed email is an absolute defence against phishing. This email has
been signed with my private key. If you import my public key you can
automatically decrypt my signature and be sure it came from me. Just
ask and I'll send it to you. Your email software can handle signing.


--
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/1ec2797d-97c8-4d0c-fd75-0558d111ed08%40dewhirst.com.au.


OpenPGP_signature
Description: OpenPGP digital signature