Commit graph

14 commits

Author SHA1 Message Date
Jonathan Math
be9f31e519 fix issue with static files in local development by making STATIC_URL = '/static/' and STATIC_ROOT = '/static/static_root/' if DEBUG == True in settings.py 2020-07-03 03:00:41 -04:00
Jonathan Math
da3ee740fe Revert "fix issue with static files in local development and import local_settings from newsblur directory in settings.py file"
This reverts commit 111a4e9961.
2020-07-03 02:55:58 -04:00
Jonathan Math
111a4e9961 fix issue with static files in local development and import local_settings from newsblur directory in settings.py file 2020-07-03 02:24:29 -04:00
Samuel Clay
75b320749d Adding console exception logging. 2020-07-02 18:31:13 -04:00
Samuel Clay
e6997f435e Fixing unreads by decoding all redis responses. 2020-07-02 18:19:57 -04:00
Samuel Clay
ba8c4c6bfc Adding monkey patch explanation. 2020-07-02 18:04:47 -04:00
Samuel Clay
cc50e3ce10 Monkey patching get_user to remove the session authentication introduced in 1.7 and made required in 1.10. After a year we can remove this monkey patching as all users would have logged in by now, recycling their session. 2020-07-02 17:50:21 -04:00
Samuel Clay
14b79d466b De-vendorizing typogrify. 2020-07-01 23:35:06 -04:00
Samuel Clay
a8b69dd2b8 Moving local_settings into newsblur subdir. 2020-07-01 11:58:41 -04:00
Jonathan Math
1f8ecb11d1 fix settings.py 2020-07-01 00:19:36 -04:00
Jonathan Math
a778e1ba47 fix merge conflicts and pull in changes to fix Django2.0 branch 2020-07-01 00:02:51 -04:00
Samuel Clay
1fc063ff80 Fixing middleware for new format. 2020-06-30 19:46:32 -04:00
Samuel Clay
9155216e46 So many bytes<>str encoding issues. Also mongoengine wants to create new indexes all the time. 2020-06-30 14:49:12 -04:00
Samuel Clay
3fa55aff17 Upgrading to latest celery 4 (holy moly), which required some big changes to project layout. Still needs supervisor scripts updated. 2020-06-29 17:39:55 -04:00