Re: Trying to use django-locking (I know it's old)

2014-11-20 Thread ian . k
*I have since fixed the above issue, but am encountering another one.* It's now saying in the console: Not Found: /admin/ajax/test/common/configuration/1/is_locked/ But, entering /admin/ajax/test/common/configuration/1/ into a browser is working perfectly - showing me the first Configuration

Trying to use django-locking (I know it's old)

2014-11-20 Thread ian . k
Hi there, I'd like to try and add django-locking (https://github.com/RobCombs/django-locking) to my Django project's admin page. (version 1.6.8) I've installed the egg file and fixed an import statement that used deprecated code. When running step 7 of the installation steps (see github page