1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00
awx/lib/main
2013-03-22 14:55:55 -04:00
..
migrations Add migration 2013-03-22 13:50:50 -04:00
models Example of how to disassociate an object from a collection, to be generalized later! 2013-03-22 14:48:18 -04:00
__init__.py Rename acom to lib to avoid confusion with repo name. 2013-03-13 15:32:22 -04:00
admin.py Hide fields not needed for the user admin. 2013-03-22 12:02:16 -04:00
rbac.py Use request.user.is_anonymous versus doing type check. 2013-03-22 11:37:15 -04:00
serializers.py Hide fields not needed for the user admin. 2013-03-22 12:02:16 -04:00
tasks.py Added basic celery support and configuration. 2013-03-14 16:11:14 -04:00
tests.py Add a test to show you cannot put to a subresource collection URL 2013-03-22 14:55:55 -04:00
views.py Example of how to disassociate an object from a collection, to be generalized later! 2013-03-22 14:48:18 -04:00