Django-CRM icon indicating copy to clipboard operation
Django-CRM copied to clipboard

Traceback (most recent call last): AttributeError: 'NoneType' object has no attribute 'Command'

Open RanaZain1998 opened this issue 3 years ago • 1 comments

Every time I run it shows the error. I tried many things but don't work

Traceback (most recent call last): File "E:\DJANGO-CRM-NEW\Django-CRM\manage.py", line 24, in execute_from_command_line(sys.argv) File "C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management_init_.py", line 400, in execute_from_command_line utility.execute() File "C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management_init_.py", line 395, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management_init_.py", line 244, in fetch_command klass = load_command_class(app_name, subcommand) File "C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management_init_.py", line 38, in load_command_class return module.Command() AttributeError: 'NoneType' object has no attribute 'Command'

RanaZain1998 avatar Sep 06 '21 17:09 RanaZain1998

Hello Dear, did you solve your problem? I am facing the same problem right now.

SametCobanoglu avatar Jun 21 '22 17:06 SametCobanoglu