You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
I'd like to be able to run the command and dump all of my fixtures at once without specifying them all manually.
This would require two new functions
manage.py generate_fixture myapp # finds all the functions in myapp and generates a fixture for all of them
manage.py generate_fixture # finds all the fixture_gen.py files and all the functions in them
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd like to be able to run the command and dump all of my fixtures at once without specifying them all manually.
This would require two new functions
Thanks!
The text was updated successfully, but these errors were encountered: