Skip to content
forked from kcl-ddh/digipal

Digital Resource for and Database of Paleography, Manuscripts and Diplomatic

Notifications You must be signed in to change notification settings

lguariento/digipal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,345 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of the Digipal porject which aims to make it compatible with the latest versions of Python and all the packages needed to run it.

Note ...venv/lib/python3.12/site-packages/pagination/templatetags/pagination_tags.py: line 225: replace except KeyError, AttributeError with except KeyError(AttributeError)

...venv/lib/python3.12/site-packages/iipimage/storage.py: line 80: replace except subprocess.CalledProcessError, e: with except subprocess.CalledProcessError(e)

...venv/lib/python3.12/site-packages/mezzanine/utils/html.py: replace protocols=ALLOWED_PROTOCOLS + ["tel"] with protocols=list(ALLOWED_PROTOCOLS) + ["tel"]

...venv/lib/python3.12/site-packages/grappelli_safe/templates/admin/change_list.html and ...venv/lib/python3.12/site-packages/grappelli_safe/templates/admin/change_form.html: replace django.jQuery(function($) { with $(document).ready(function() {

To install the less compiler within the virtual environment

pip install nodeenv  
nodeenv --python-virtualenv
npm install -g less

About

Digital Resource for and Database of Paleography, Manuscripts and Diplomatic

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.7%
  • Python 5.2%
  • Less 1.9%
  • CSS 1.7%
  • HTML 1.3%
  • TypeScript 0.2%