- Jan 22, 2017
-
-
Jorran de Wit authored
Last commit was incomplete as the gitignore was not suffiently working on all static files. It now includes the renewed template files to make the homepage reponsive. Also, it completes the configuration for Bootstrap Webpack loader.
-
Jorran de Wit authored
Update and configure to Webpack@2.x and install Bootstrap@4.0.0@beta-6 loader. Configured to start using .scss files.
-
- Jan 20, 2017
-
-
Jorran de Wit authored
The `static` folder will be ignored in the future commits. All existing files in this folder in the repository are now removed. The README.md file is updated to include a correct workflow on how to deal with static files.
-
Jorran de Wit authored
Added a NPM packages.json list which manages JavaScript packages. Most important packages added is the Webpack package which acts as an assets bundler. It is added in its most basic working form. This includes additional settings in `settings.py` and the template tags in `base.html`. Please read the updated Readme.md to easily get started using Webpack for your new assets.
-
- Jan 17, 2017
-
-
Jean-Sébastien Caux authored
-
- Jan 16, 2017
-
-
Jean-Sébastien Caux authored
-
- Jan 13, 2017
-
-
Jean-Sébastien Caux authored
-
- Jan 07, 2017
-
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
- Jan 06, 2017
-
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
- Jan 05, 2017
-
-
Jean-Sébastien Caux authored
-
- Jan 03, 2017
-
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
- Dec 31, 2016
-
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
- Dec 30, 2016
-
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
- Dec 29, 2016
-
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
- Dec 24, 2016
-
-
Jean-Sébastien Caux authored
-
- Dec 22, 2016
-
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
- Dec 21, 2016
-
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
-
- Dec 20, 2016
-
-
Jean-Sébastien Caux authored
-
- Dec 19, 2016
-
-
Jean-Sébastien Caux authored
-
- Dec 18, 2016
-
-
Mathijs de Bruin authored
-
Mathijs de Bruin authored
-
Jean-Sébastien Caux authored
New Group defined: Developers. New Permission: can_view_docs_scipost (necessary to view the /docs/). Need to run the add_groups_and_permissions management command.
-
Mathijs de Bruin authored
-
Jean-Sébastien Caux authored
-
Jean-Sébastien Caux authored
Haystack search facility was required and is installed, with Whoosh engine. Requirements updated. Instructions for setting things up: haystack: http://django-haystack.readthedocs.io/en/v2.5.0/ (choice: Whoosh engine) sphinx: http://www.sphinx-doc.org/en/1.5.1/ sphinxdoc: http://django-sphinxdoc.readthedocs.io/en/latest/ In particular, a Project has to be defined in app sphinxdoc in order for docs to be displayed (starting at /docs/). New host_settings needed: HAYSTACK_PATH (for the location of the Whoosh index (suggestion: project's root); make sure this is not readable by site visitors)
-