Bonjour Randa, Ce n'est pas la bonne liste de diffusion pour ce type de question. django-developers traite du développement de Django lui-même, pas de l'utilisation de Django.
Je vous encourage à écrire a django-users ou à passer par un site tel que Stack Overflow. Par ailleurs, si vous posez une question en français, assurez-vous que vous êtes sur un forum francophone, ce qui n'est pas le cas ici. Merci pour votre compréhension, -- Aymeric. > On 22 Jun 2019, at 16:06, randa maghraoui <[email protected]> wrote: > > > C:\Users\randa\premier_projet\mysite>python manage.py shell > Traceback (most recent call last): > File "manage.py", line 21, in <module> > main() > File "manage.py", line 17, in main > execute_from_command_line(sys.argv) > File > "C:\Users\randa\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\__init__.py", > line 381, in execute_from_command_line > utility.execute() > File > "C:\Users\randa\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\__init__.py", > line 357, in execute > django.setup() > File > "C:\Users\randa\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\__init__.py", > line 24, in setup > apps.populate(settings.INSTALLED_APPS) > File > "C:\Users\randa\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\apps\registry.py", > line 114, in populate > app_config.import_models() > File > "C:\Users\randa\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\apps\config.py", > line 211, in import_models > self.models_module = import_module(models_module_name) > File > "C:\Users\randa\AppData\Local\Programs\Python\Python37-32\lib\importlib\__init__.py", > line 127, in import_module > return _bootstrap._gcd_import(name[level:], package, level) > File "<frozen importlib._bootstrap>", line 1006, in _gcd_import > File "<frozen importlib._bootstrap>", line 983, in _find_and_load > File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked > File "<frozen importlib._bootstrap>", line 677, in _load_unlocked > File "<frozen importlib._bootstrap_external>", line 724, in exec_module > File "<frozen importlib._bootstrap_external>", line 860, in get_code > File "<frozen importlib._bootstrap_external>", line 791, in source_to_code > File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed > File "C:\Users\randa\premier_projet\mysite\polls\models.py", line 9 > def __unicode__(self): > ^ > IndentationError: unindent does not match any outer indentation level > > C:\Users\randa\premier_projet\mysite> python manage.py shell > Traceback (most recent call last): > File "manage.py", line 21, in <module> > main() > File "manage.py", line 17, in main > execute_from_command_line(sys.argv) > File > "C:\Users\randa\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\__init__.py", > line 381, in execute_from_command_line > utility.execute() > File > "C:\Users\randa\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\__init__.py", > line 357, in execute > django.setup() > File > "C:\Users\randa\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\__init__.py", > line 24, in setup > apps.populate(settings.INSTALLED_APPS) > File > "C:\Users\randa\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\apps\registry.py", > line 114, in populate > app_config.import_models() > File > "C:\Users\randa\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\apps\config.py", > line 211, in import_models > self.models_module = import_module(models_module_name) > File > "C:\Users\randa\AppData\Local\Programs\Python\Python37-32\lib\importlib\__init__.py", > line 127, in import_module > return _bootstrap._gcd_import(name[level:], package, level) > File "<frozen importlib._bootstrap>", line 1006, in _gcd_import > File "<frozen importlib._bootstrap>", line 983, in _find_and_load > File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked > File "<frozen importlib._bootstrap>", line 677, in _load_unlocked > File "<frozen importlib._bootstrap_external>", line 724, in exec_module > File "<frozen importlib._bootstrap_external>", line 860, in get_code > File "<frozen importlib._bootstrap_external>", line 791, in source_to_code > File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed > File "C:\Users\randa\premier_projet\mysite\polls\models.py", line 11 > def was_published_recently(self): > ^ > IndentationError: unindent does not match any outer indentation level > > C:\Users\randa\premier_projet\mysite> python manage.py shell > Traceback (most recent call last): > File "manage.py", line 21, in <module> > main() > File "manage.py", line 17, in main > execute_from_command_line(sys.argv) > File > "C:\Users\randa\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\__init__.py", > line 381, in execute_from_command_line > utility.execute() > File > "C:\Users\randa\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\__init__.py", > line 357, in execute > django.setup() > File > "C:\Users\randa\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\__init__.py", > line 24, in setup > apps.populate(settings.INSTALLED_APPS) > File > "C:\Users\randa\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\apps\registry.py", > line 114, in populate > app_config.import_models() > File > "C:\Users\randa\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\apps\config.py", > line 211, in import_models > self.models_module = import_module(models_module_name) > File > "C:\Users\randa\AppData\Local\Programs\Python\Python37-32\lib\importlib\__init__.py", > line 127, in import_module > return _bootstrap._gcd_import(name[level:], package, level) > File "<frozen importlib._bootstrap>", line 1006, in _gcd_import > File "<frozen importlib._bootstrap>", line 983, in _find_and_load > File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked > File "<frozen importlib._bootstrap>", line 677, in _load_unlocked > File "<frozen importlib._bootstrap_external>", line 724, in exec_module > File "<frozen importlib._bootstrap_external>", line 860, in get_code > File "<frozen importlib._bootstrap_external>", line 791, in source_to_code > File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed > File "C:\Users\randa\premier_projet\mysite\polls\models.py", line 11 > def was_published_recently(self): > ^ > IndentationError: unindent does not match any outer indentation level > > C:\Users\randa\premier_projet\mysite> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Django developers (Contributions to Django itself)" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/django-developers > <https://groups.google.com/group/django-developers>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/3d5a44e6-614a-4701-a2d2-592f00ec0bec%40googlegroups.com > > <https://groups.google.com/d/msgid/django-developers/3d5a44e6-614a-4701-a2d2-592f00ec0bec%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/D36E4425-1CDB-44BD-8CCE-7AD137E2C1C4%40polytechnique.org. For more options, visit https://groups.google.com/d/optout.
