umap icon indicating copy to clipboard operation
umap copied to clipboard

Documentation - basic: explain howto edit a template

Open brunetton opened this issue 3 years ago • 0 comments
trafficstars

@yohanboniface I'm absolutely not a Django dev but after opening #1001 I had the feeling that I probably could implement it by myself. So I cloned the project, read the documentation(s) that I could find, but I didn't find howto achieve the super-basic change of modifying a template:

  • I start the server using umap runserver 0.0.0.0:8000
  • to test the edition, I started to edit umap/templates/umap/home.html as it's a simple case (I don't think to be wrong by thinking it corresponds to the homepage)
  • I remove a part from the template (for example trying to remove the search bar {% include "umap/search_bar.html" %})
  • I stop the server
  • I start the server again

=> the homepage is not updated

Did I miss something ?

Thanks

I'd be happy to contribute to documentation to help future devs that could have this same problem.

brunetton avatar Jun 02 '22 16:06 brunetton