question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Django compatibility

See original GitHub issue

The Django test runner does all sorts of magic to set up a test database. For green to work with Django, it would have to hook into all that voodoo somehow.

Here’s a minimal django project you can use for tests: https://github.com/hjwp/Minimal-Django-project-with-model-test

to run green, use:

DJANGO_SETTINGS_MODULE=myproj.settings green

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
CleanCutcommented, Feb 13, 2017

@pkrefta No problem. You can set the verbosity by adding a Green config file (see the bottom of the help; the section starts with CONFIG FILES.

0reactions
pkreftacommented, Feb 13, 2017

@CleanCut Thanks for django. I don’t want to open another to ask simple question - how can I set verbosity for DjangoRunner ? 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Django 4.1 release notes
Python compatibility¶. Django 4.1 supports Python 3.8, 3.9, 3.10, and 3.11 (as of 4.1.3). We highly recommend and only officially support ...
Read more >
Django 3.0 release notes
Python compatibility¶. Django 3.0 supports Python 3.6, 3.7, 3.8, and 3.9 (as of 3.0.11). We highly recommend and only officially support the ...
Read more >
Django 2.0 release notes
Python compatibility¶. Django 2.0 supports Python 3.4, 3.5, 3.6, and 3.7. We highly recommend and only officially support the latest release of ...
Read more >
Django 4.0 release notes
Python compatibility¶. Django 4.0 supports Python 3.8, 3.9, and 3.10. We highly recommend and only officially support the latest release of each ...
Read more >
Databases | Django documentation
PostgreSQL ; MariaDB; MySQL; Oracle; SQLite. There are also a number of database backends provided by third parties. Django attempts to support ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found