diff options
author | nixocio <nixocio@gmail.com> | 2021-07-22 18:34:07 +0200 |
---|---|---|
committer | nixocio <nixocio@gmail.com> | 2021-08-02 16:40:24 +0200 |
commit | f85b2b6352568c0437ff018749720dc811a71850 (patch) | |
tree | e6dd00483046ce23001ac4da6fbba32c9da6fd26 /tox.ini | |
parent | Merge pull request #10757 from rebeccahhh/instance_node_type (diff) | |
download | awx-f85b2b6352568c0437ff018749720dc811a71850.tar.xz awx-f85b2b6352568c0437ff018749720dc811a71850.zip |
Merge ui and ui_next in one dir
Merge ui and ui_next in one dir
See: https://github.com/ansible/awx/issues/10676
Update django .po files
Update django .po files
Run `awx-manage makemessages`.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,4 +14,4 @@ commands = [flake8] select = F401,F402,F821,F823,F841 -exclude = awx/ui_next/node_modules,awx/ui/node_modules,env,awx_collection_build +exclude = awx/ui/node_modules,awx/ui/node_modules,env,awx_collection_build |