Barukimang

Results 10 issues of Barukimang

This version of `django-jet` works with `Django3.0`: https://github.com/Barukimang/django-jet/ To install use: `pip install django-3-jet` Here is the package on PyPi: https://pypi.org/project/django-3-jet/

This version of `django-jet` works with `Django3.0`: https://github.com/Barukimang/django-jet/ To install use: `pip install django-3-jet` See also here: https://pypi.org/project/django-3-jet/ Includes fixes for errors such as: `ImportError: cannot import name 'python_2_unicode_compatible' from...

This is due to Django 3.0: ``` Changed in Django 3.0: The default value of the X_FRAME_OPTIONS setting was changed from SAMEORIGIN to DENY. ``` https://docs.djangoproject.com/en/3.0/ref/clickjacking/ Resolution: Add: `X_FRAME_OPTIONS =...

'http error' removed since it was preventing the use of WalletConnect on Aragon Client (since https-rcp-endpoints could not be called)

What still needs to be done: Every package with a subgraph needs to have a: - `goerli-staging.json` - `goerli.json` - edited `staging.json` Tests needs to be updated

**What issue are you facing?** When creating a DAO using Govern, the app get's stuck on the 'Creating your DAO' page, even while the 'contract interaction' transaction through Metmask has...

## Description These are updates on automated end-to-end testing, as part of the enhancement of E2E testing. Also created and included a Doc on E2E testing. Task: [APP-2680](https://aragonassociation.atlassian.net/browse/APP-2680) ## Type...