There is obviously no <script src="..">; in mongo shell, nor is there an "include" or "run" command.
Let's say, I'd like to embed the follwing libraries:
underscore.js
xdate.js
xdate.i18n.js
There is obviously no <script src="..">; in mongo shell, nor is there an "include" or "run" command.
Let's say, I'd like to embed the follwing libraries:
underscore.js
xdate.js
xdate.i18n.js
| # LDAP Remote User Backend for Django 1.3 | |
| # Hugh Saunders - [email protected] | |
| # Written for the Surgical Materials Testing Laboratory - http://smtl.co.uk | |
| # 2011 | |
| from django.contrib.auth.backends import RemoteUserBackend | |
| import settings as s | |
| import ldap | |
| class LDAPRemoteUserBackend(RemoteUserBackend): |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Version 2, December 2004 | |
| Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE> | |
| Everyone is permitted to copy and distribute verbatim or modified | |
| copies of this license document, and changing it is allowed as long | |
| as the name is changed. | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |