Notifications
Clear all
Build a Stock Prediction Portal – Django, React & Machine Learning
0 Posts
1 Users
0 Reactions
9 Views
0
14/12/2024 3:14 am
Topic starter What is the difference between those two ways to register the app in the
INSTALLED_APPS, and which one is better:
'students.apps.StudentsConfig'
and just 'students'.
Also is there some example when we do not need to register the app in the INSTALLED_APPS?