Tools in the django ecosystem for managing contact databases

2018-05-02 Thread quentin . agren
Hi, This is a question regarding tools that might be available in the django ecosystem meeting the rather simple requirements briefly summarized below. I am looking for a web-based solution that, at its core, would be able to handle a contact database. With the following constraint: think of

Creating users represented by two models in OneToOne relation

2018-04-26 Thread quentin . agren
Hi, This quesion is related to the common pattern of representing a siteuser (henceforth referred to as "member"), by two models that have aone-to-one relation: 1. A builtin

Re: Contributing to django.

2018-03-27 Thread quentin . agren
Hi Utpal, This is because using SSH protocol (implicit in specifying the address as g...@github.com:YourGitHubName/django.git) require you to setup a key pair for your account. You could clone the repo using HTTPS protocol by using https://github.com/YourGitHubName/django.git and providing

Re: Personnalisation de champ sur django

2018-03-23 Thread quentin . agren
Bonjour, Je veux creer un model en me servant de la classe Question comme un champ > du model > Je ne sais pas comment m'y prendre > As-tu envisagé de créer un modèle 'Question', et de mettre une clé étrangère de ton modèle vers 'Question' ? Autrement, il faudrait que tu implémentes un champ