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].
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/3d5a44e6-614a-4701-a2d2-592f00ec0bec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.