paperless-ngx/docs
MasterofJOKers 167412a003 Mention "collectstatic" in the docs
When using the built-in webserver in debug mode, the static files are
handled automatically. From the Django docs:

	During development, if you use django.contrib.staticfiles, this will
	be done automatically by runserver when DEBUG is set to True (see
	django.contrib.staticfiles.views.serve()).

	This method is grossly inefficient and probably insecure, so it is
	unsuitable for production.

This means, when using a real webserver, it also has to serve the static
files, i.e.  CSS and JavaScript. For that, one needs to run `./manage.py
collectstatic` first.
2017-06-26 17:08:37 +02:00
..
_static Added a screenshot, now I have to figure out how to put it in the readme. 2016-02-16 09:08:35 +00:00
api.rst The API now supports filtering docs by tag & correspondent, as well as ordering 2016-03-12 20:45:13 +00:00
changelog.rst Drop SHARED_SECRET in favour of EMAIL_SECRET 2017-06-18 22:08:42 +01:00
conf.py Added some documentation 2016-01-24 20:15:50 -05:00
consumption.rst Drop SHARED_SECRET in favour of EMAIL_SECRET 2017-06-18 22:08:42 +01:00
Dockerfile Add Dockerfile for application and documentation 2016-02-18 22:58:32 +01:00
guesswork.rst Documented all of the guesswork Paperless does 2016-03-28 14:54:09 +01:00
index.rst minor changes on documentation files 2017-05-10 22:25:59 +02:00
Makefile Added some documentation 2016-01-24 20:15:50 -05:00
migrating.rst s/*Paperless*/Paperless/g 2016-03-28 20:01:01 +01:00
requirements.rst minor changes on documentation files 2017-05-10 22:25:59 +02:00
setup.rst Mention "collectstatic" in the docs 2017-06-26 17:08:37 +02:00
troubleshooting.rst Minor text edits. 2017-01-01 18:37:44 +00:00
utilities.rst s/*Paperless*/Paperless/g 2016-03-28 20:01:01 +01:00