Skip to content

Dev Tips

Vedant Puri edited this page Jul 25, 2018 · 2 revisions

Some General Tips while developing

  • Caching is a serious issue we face while developing, Hence before ensuring that your view is incorrect and is having styling bugs and wasting endless hours on the internet looking for the solution, make sure you all clear the cache and reload the page once to check. Could also test the page in a different browser/ incognito mode.
  • During this time we would be testing our forms alot by trying to create/ update objects. Be careful while committing the db.sqlite file while performing a commit as that may cause a mishap for other teammates.
  • Stemming from the previous issue, ensure none of the media files you upload locally using django forms are committed to the repo as these redundancies increase the size of the app drastically.
Clone this wiki locally