1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 12:04:15 +00:00
webvirtcloud/accounts
2017-06-06 15:07:02 +02:00
..
migrations Fixed: Conflicting migrations detected (0004_userinstance_is_vnc, 0007_auto_20160426_0635 in accounts) 2016-09-12 11:02:01 +02:00
templates Merge branch 'master' of https://github.com/honza801/webvirtcloud 2016-07-29 13:05:54 +02:00
templatetags Fix pep8 errors 2016-04-16 15:06:39 +02:00
__init__.py Refactor users page 2015-03-18 17:13:44 +02:00
admin.py Refactor users page 2015-03-18 17:13:44 +02:00
backends.py using custom accounts.backends.MyRemoteUserBackend, which adds default instances and attributes for user 2017-03-31 14:29:27 +02:00
forms.py settings.ALLOW_EMPTY_PASSWORD added. allows to create user withnout password. useful with SSO authentication. 2016-06-02 13:39:18 +02:00
models.py UserAttributes can_clone_instances defaults to True 2017-03-31 14:33:03 +02:00
tests.py Refactor users page 2015-03-18 17:13:44 +02:00
urls.py Fixed pep8 2015-04-06 10:51:50 +03:00
views.py accounts/views: do not redirect to profile, if user wants to see self 2017-06-06 15:07:02 +02:00