regluit/frontend
eric 439169a1ab Implemented IP authentication
libraries get associated with a library_block table (IP ranges)
moved superlogin here
IP stuff mostly copied from
https://github.com/benliles/django-ipauth/blob/master/ipauth/models.py
The model is that you need to be in an allowed IP range to "join" a
library. Once you've joined, you can use your login from anywhere. to
use that library.
Asign IP ranges in admin
2013-10-08 15:37:22 -04:00
..
templates Implemented IP authentication 2013-10-08 15:37:22 -04:00
templatetags fix tests, fix bugs found by tests 2013-08-20 01:01:36 -04:00
__init__.py setup api, core and frontend apps, also added initial homepage template from stefan 2011-08-30 23:46:55 -04:00
forms.py Implemented IP authentication 2013-10-08 15:37:22 -04:00
models.py setup api, core and frontend apps, also added initial homepage template from stefan 2011-08-30 23:46:55 -04:00
tests.py fix tests, fix bugs found by tests 2013-08-20 01:01:36 -04:00
urls.py Implemented IP authentication 2013-10-08 15:37:22 -04:00
views.py Implemented IP authentication 2013-10-08 15:37:22 -04:00