django-locking

2014-11-21 Thread ian . k
Hi everyone, I'm posting new message because I have a different question. Has anyone had any luck using django-locking (https://github.com/RobCombs/django-locking) with a modern version of Django's admin interface? I've got it mostly working with my project. Basically Django is set up to add

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

2014-11-20 Thread ian . k
item in my project. Do you know what could be causing this? The other parts of the added code seem to be located just fine. Thanks! Ian On Thursday, November 20, 2014 11:02:29 AM UTC-7, ia...@me.com wrote: > > Hi there, > > I'd like to try and add django-locking ( > https://gith

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