NewsBlur-viq/apps/reader
2020-12-10 12:32:20 -05:00
..
fixtures Fixing unit test for profile app and signup. 2020-08-04 13:10:51 -04:00
migrations Removing migrations that set a default date of 2020-05-08. Not sure why this was committed. I thought we resolved the issue with default datetimes? 2020-06-26 14:48:41 -04:00
__init__.py Initial 2009-06-16 03:08:55 +00:00
admin.py Further Mongo work. Stories are now saved correctly, with tags + authors. Still need to do UserStories. 2010-08-21 20:42:38 -04:00
forms.py Merge branch 'django1.11' into django2.0 2020-12-03 14:04:26 -05:00
http.py Remove use of RequestContext and change render_to_response to render 2020-06-12 01:27:07 -04:00
managers.py 2to3 apps/reader/ 2020-06-15 05:24:54 -04:00
models.py Merge branch 'django3.0' into django3.1 2020-12-08 09:10:51 -05:00
tasks.py Clean analytics task name 2020-12-08 13:47:53 -05:00
tests.py create a function to get subdomain for apps/reader/views.py and 2to3 tests.py and views.py for apps/reader/ 2020-06-17 00:41:50 -04:00
Things to talk about with Sam 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
urls.py Stubbing in dashboard rivers. Also restyling static pages. 2020-12-10 12:32:20 -05:00
views.py Stubbing in dashboard rivers. Also restyling static pages. 2020-12-10 12:32:20 -05:00