diff --git a/readme.md b/readme.md index 189382cdc7f7820a305667c55b21418a638a0e55..14a408665c6479841eb6c37fdabbb8f93aff51f8 100644 --- a/readme.md +++ b/readme.md @@ -55,3 +55,6 @@ MEDIA_ROOT = '/tmp/media' # Warning! `/tmp` directory can be flushed in any mome - Remember, that before working you have to activate _virtualenv_, by: `devel@host ~/home/smash/scheduling-system $ . env/bin/activate` - In order to run development server, run: `devel@host ~/home/smash/scheduling-system/smash $ ./manage.py runserver` and go to `127.0.0.1:8000` in browser - For reference of HTML tempalte, see [https://almsaeedstudio.com/themes/AdminLTE/pages/widgets.html#](https://almsaeedstudio.com/themes/AdminLTE/pages/widgets.html#) + +## Production deployment + - extract static files and make them available via nginx: `./manage.py collectstatic` \ No newline at end of file