- both does the same job creating the app in projects
- what the different between these two in Django?
Asked
Active
Viewed 534 times
1

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

luismontanaresm
- 34
- 1