glenvaughan

Results 2 issues of glenvaughan

If my HTML response contains a `` tag, like the following... ``` console.log('this is running'); ``` ...once the content is loaded into the DOM, the `console.log()` statement will fire twice...

For Django projects using django-dotenv and calling `dotenv.read_dotenv()` from manage.py, installing this library will break manage.py due to a namespace conflict between django-dotenv and python-dotenv (a dependency that this library...