Probleme d'access a la base de bonnees dans le terminal window

2018-03-23 Thread ahagbes89
Bonjour J'ai créé un model que j'ai nommé Person.J'ai ensuite fait ensuite les commandes: - python manage.py makemigrations -python manage.py migrate Mais quand je faisfrom .models import Person, ca me génere des erreurs et dit que la table est introuvable Mais quand je vais l'interface a

Personnalisation de champ sur django

2018-03-23 Thread ahagbes89
Bonjour J'ai créé la classe que voici class Question: def __init__(self,*arg,**kwarg): self.enonce=kwarg['enonce'] self.point=kwarg['point'] self.proposition=arg self.reponse=kwarg['reponse'] Je veux creer un model en me servant de la classe Qu

failed of installing MySLQ

2017-07-30 Thread ahagbes89
I have not much experiences in Python. I have installed Django but the installation of the data base (MySQL) fails It is displayed that windows visual c++ is required. I don't know how to do. Thank -- You received this message because you are subscribed to the Google Groups "Django users" grou