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 12:00:11 -04:00
..
migrations Show tags correctly in Django admin, use limited CharFields for fields without newlines to render admin appropriately. 2013-03-15 11:45:14 -04:00
models More launch job notes. 2013-03-22 12:00:11 -04:00
__init__.py Rename acom to lib to avoid confusion with repo name. 2013-03-13 15:32:22 -04:00
admin.py Simplify user model by just using the Django user object. 2013-03-22 11:35:26 -04:00
rbac.py Use request.user.is_anonymous versus doing type check. 2013-03-22 11:37:15 -04:00
serializers.py Simplify user model by just using the Django user object. 2013-03-22 11:35:26 -04:00
tasks.py Added basic celery support and configuration. 2013-03-14 16:11:14 -04:00
tests.py Simplify user model by just using the Django user object. 2013-03-22 11:35:26 -04:00
views.py Simplify user model by just using the Django user object. 2013-03-22 11:35:26 -04:00