if django does not detect the base command, always check the structure

common mistakes are:

  1. forget to implement the two init.py
  2. miss overriding handle()
  3. directory is not created in the right path. should be created under xxx/app/. checkout settings for more details if you are unsure of that
  4. structure updates can be confusing !!!!!

你可能感兴趣的:(if django does not detect the base command, always check the structure)