Added pytest and broke up the consumer into file and mail

This commit is contained in:
Daniel Quinn
2016-02-05 00:23:36 +00:00
parent 3bc89d23c8
commit d8ad6b589b
12 changed files with 381 additions and 44 deletions

View File

@@ -136,10 +136,9 @@ STATIC_URL = '/static/'
MEDIA_URL = "/media/"
#
# Paperless-specific stuffs
# Change these paths if yours are different
#
# ----------------------------------------------------------------------------
# The default language that tesseract will attempt to use when parsing
# documents. It should be a 3-letter language code consistent with ISO 639.
@@ -180,3 +179,4 @@ MAIL_CONSUMPTION = {
# DON'T FORGET TO SET THIS as leaving it blank may cause some strang things with
# GPG, including an interesting case where it may "encrypt" zero-byte files.
PASSPHRASE = os.environ.get("PAPERLESS_PASSPHRASE")