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
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
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
3 matches
Mail list logo