1
  1. both does the same job creating the app in projects
  2. what the different between these two in Django?
Max
  • 21
  • 3

1 Answers1

1

There is no difference in the behaviour. django-admin comes from your installed packages while manage.py will be called from your application.