Hi all, I need your advice on managing a Django application as it grows in terms of features and models.
For instance as a application grows, we often need to add in new features.
Adding new features involves adding new models, or adding a new field within a model.
How would you go about doing that without closing the web application ( which runs on DJango)
How would you integrate versioning tools such as GIT in managing your DJango project/app? Best.