I am finding a problem while executing this code on my app 'website' using django
https://i.stack.imgur.com/rr15N.jpg
https://i.stack.imgur.com/LWMP6.jpg
CodePudding user response:
Please do not add code as screen shots as it is incovenient to access.
here is the mistake I can see:
- the class name needs to be class Command(BaseCommand):
class Command(BaseCommand):
....
