MicroPyramid / Django-CRM

Open Source CRM based on Django
https://bottlecrm.io
MIT License
1.96k stars 895 forks source link

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

Open RanaZain1998 opened 3 years ago

RanaZain1998 commented 3 years ago

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'

SametCobanoglu commented 2 years ago

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