1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00
awx/lib/main
2013-03-20 22:21:17 -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 Start adding tastypie subresources 2013-03-18 15:49:40 -04:00
__init__.py Rename acom to lib to avoid confusion with repo name. 2013-03-13 15:32:22 -04:00
admin.py 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
serializers.py Switch over to django-rest-framework from tastypie. Less black magic, seems to just work :) 2013-03-19 22:26:35 -04:00
tasks.py Added basic celery support and configuration. 2013-03-14 16:11:14 -04:00
tests.py Convert from tastypie tests to pure Django unit tests. 2013-03-20 22:21:17 -04:00
views.py Switch over to django-rest-framework from tastypie. Less black magic, seems to just work :) 2013-03-19 22:26:35 -04:00