commands to run after git pull is added
authorYasin <mohammed-yasin.rahman@lip6.fr>
Tue, 12 Nov 2013 11:07:28 +0000 (12:07 +0100)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Tue, 12 Nov 2013 11:07:28 +0000 (12:07 +0100)
README

diff --git a/README b/README
index d05ded4..3a894cc 100644 (file)
--- a/README
+++ b/README
@@ -32,6 +32,16 @@ $ make static (which is a shorthand for cleaning up and run manage collectstatic
   that creates templates/ 
 $ make templates [$ make redo (each time when you pull, do that and restart the server)]
 
+
+## Whenever doing a git pull the following operations are recommended:
+
+$ make static # will refresh static/ from all the pieces in the project
+$ make templates # same, for templates
+$ make redo-static # clears up (rm -rf) static/ first, then make static
+$ make redo-templates # ditto for templates
+$ make redo == make redo-static redo-templates
+
+
 * run a local server:
 $ manage.py runserver 0.0.0.0:8000
 -- or -- my advice: