X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=README;h=3a894cc05cd075dd8256ad478bf2b204e940d5f0;hb=a0fd5fbe2c8a1acc16ed233058bde1339e843b40;hp=d05ded49c3ba8e1dcc5dfcb4ae62249668edff5a;hpb=fd55728601b62284b99e27f7d06723206649b5a7;p=myslice.git diff --git a/README b/README index d05ded49..3a894cc0 100644 --- 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: