Add API to create users
Required to create users when importing items from JIRA. Renamed blueprint from "users" to "user" to be consistent with other blueprints (inventory and network).
Showing
- app/api/user.py 24 additions, 5 deletionsapp/api/user.py
- app/factory.py 6 additions, 6 deletionsapp/factory.py
- app/models.py 13 additions, 4 deletionsapp/models.py
- app/templates/base.html 3 additions, 3 deletionsapp/templates/base.html
- app/templates/user/login.html 0 additions, 0 deletionsapp/templates/user/login.html
- app/templates/user/profile.html 2 additions, 2 deletionsapp/templates/user/profile.html
- app/user/__init__.py 0 additions, 0 deletionsapp/user/__init__.py
- app/user/forms.py 3 additions, 3 deletionsapp/user/forms.py
- app/user/views.py 9 additions, 9 deletionsapp/user/views.py
- tests/functional/factories.py 1 addition, 1 deletiontests/functional/factories.py
- tests/functional/test_api.py 3 additions, 3 deletionstests/functional/test_api.py
- tests/functional/test_web.py 3 additions, 3 deletionstests/functional/test_web.py
Loading
Please register or sign in to comment