Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RanaZain1998 opened this issue Sep 6, 2021 · 1 comment

Comments

@RanaZain1998
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants