Project

General

Profile

Task #2417

Updating to Django 1.11

Added by Luke Murphey almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
06/04/2019
Due date:
% Done:

100%


Subtasks

Task #2420: Determine how to update the web-serverClosedLuke Murphey

Task #2421: Update commandsClosedLuke Murphey

Task #2427: Work downloading doesn't workClosedLuke Murphey

Associated revisions

Revision 969 (diff)
Added by lukemurphey almost 5 years ago

Updating to work with Django 1.11

Closes #2417

Revision 970 (diff)
Added by lukemurphey almost 5 years ago

Making changes to deal with warnings for newer Django version

Reference #2417

Revision 985 (diff)
Added by lukemurphey almost 5 years ago

Fixing 404 that still used a Content

Reference #2417

History

#1 Updated by Anonymous almost 5 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Applied in changeset textcritical_git|r969.

#2 Updated by Luke Murphey almost 5 years ago

  • Status changed from Closed to In Progress
  • % Done changed from 100 to 80

#3 Updated by Luke Murphey almost 5 years ago

I can update the Perseus docs with this:

UPDATE reader_worksource
SET source = 'perseus.tufts.edu',
description='Text provided by Perseus Digital Library, with funding from The Annenberg CPB/Project. Original version available for viewing and download at http://www.perseus.tufts.edu/hopper/.'
WHERE id <> 699 AND id <> 700;

And the Biola ones with this:

UPDATE reader_worksource
SET source = 'unbound.biola.edu',
description='Text provided by The Unbound Bible from Biola University. Original version available for viewing and download at http://www.unboundbible.org/.'
WHERE id = 699 AND id = 700;

#4 Updated by Luke Murphey almost 5 years ago

  • Status changed from In Progress to Closed

Also available in: Atom PDF