Notes

  1. tip: if you come across weird inconsistencies between apps when trying to serve static files in dev, run with runserver --insecure even if you have DEBUG=True

  2. git grep is pretty amazingly fast — get line numbers too with -n or git config --add grep.lineNumbers true

  3. : Use <form action="." method="post"> for RESTful /collectionname/new forms if collectionname cannot be hard–coded. Saves loading backend routing config into the front end when it’s not required