wbintegrator_office365 2.2.5__py2.py3-none-any.whl → 2.2.6__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,12 @@
1
+ {% extends 'admin/change_list.html' %}
2
+
3
+ {% block object-tools %}
4
+ <div>
5
+ <form action="fetch_tenantusers/" method="POST">
6
+ {% csrf_token %}
7
+ <button type="submit" style="cursor:pointer;border-radius: 5px;height: 30px;">Fetch Tenant Users</button>
8
+ </form>
9
+ </div>
10
+ <br />
11
+ {{ block.super }}
12
+ {% endblock %}
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: wbintegrator_office365
3
- Version: 2.2.5
3
+ Version: 2.2.6
4
4
  Author-email: Christopher Wittlinger <c.wittlinger@stainly.com>
5
5
  Requires-Dist: bs4==0.0.*
6
6
  Requires-Dist: oauthlib==3.1.*
@@ -23,6 +23,7 @@ wbintegrator_office365/models/__init__.py,sha256=sZKutR9oNMm2IaON35doaMVPgeMfxmW
23
23
  wbintegrator_office365/models/event.py,sha256=TJ3rvsgA6QT8Iu0dZSioqhRtgzGIEgIJJYYrLLyyw0I,26245
24
24
  wbintegrator_office365/models/subscription.py,sha256=sngZ4mATSQyUWZC7EQetwFKUrIvfTD5zOx_oA2p4Mmk,6423
25
25
  wbintegrator_office365/models/tenant.py,sha256=-FS6jg9nt8IgUv_729D92QFvrrbKleBUGnXhwaLv5Sc,2357
26
+ wbintegrator_office365/templates/admin/tenant_change_list.html,sha256=mI4C1ZmTkl5MdN4CgoIWgCziSReqlHiK71aI7zJpVEM,358
26
27
  wbintegrator_office365/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
28
  wbintegrator_office365/tests/conftest.py,sha256=5R2mRq3sdVEDEaQx2n6CrCwQtUm5WdYC_rKJ9Gs_iOQ,971
28
29
  wbintegrator_office365/tests/test_admin.py,sha256=MP_RRfHdVi9_D3-jUC05HvS-jabZHSIofr4MX41ADYY,3484
@@ -36,6 +37,6 @@ wbintegrator_office365/viewsets/endpoints.py,sha256=EL-2enypHcBztCAXjiz_1B-NdjRW
36
37
  wbintegrator_office365/viewsets/menu.py,sha256=hafwoiHZmN3ltf30dTfwHreDwhyfdHlGOQk8bB7jB_o,2406
37
38
  wbintegrator_office365/viewsets/titles.py,sha256=9GZ_fqN9-sJzYHFvibOhNrRQQMNTh_m4eAv66VaGzDM,1214
38
39
  wbintegrator_office365/viewsets/viewsets.py,sha256=O6RHtBt6PSXXNKXUCUCflJpe1YyOLOh8JwqfJNpjcpg,26368
39
- wbintegrator_office365-2.2.5.dist-info/METADATA,sha256=mqd7LCuMOYYNsZBs0ysqbBeK73Zou9E0R028xV1H1_Q,303
40
- wbintegrator_office365-2.2.5.dist-info/WHEEL,sha256=aO3RJuuiFXItVSnAUEmQ0yRBvv9e1sbJh68PtuQkyAE,105
41
- wbintegrator_office365-2.2.5.dist-info/RECORD,,
40
+ wbintegrator_office365-2.2.6.dist-info/METADATA,sha256=WDP84MRIgNk0JmE8nage3bih5SieUY5n5Imj6Dxk14k,303
41
+ wbintegrator_office365-2.2.6.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
42
+ wbintegrator_office365-2.2.6.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.26.3
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any