We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, when creating a new venue, the ideal route is:
pipenv run ./manage.py loaddata venues/fixtures*/venues.json
pipenv run ./manage.py dumpdata --indent 2 -o venues/fixtures/venues.json venues.venue venues.venueapiconfiguration
venues/fixtures-al/venues.json
git add venues/fixtures*/venues.json
git commit
Ideally, this should find some way to script steps 3 and 4 in order to make it a single command to dump and split.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, when creating a new venue, the ideal route is:
pipenv run ./manage.py loaddata venues/fixtures*/venues.json
pipenv run ./manage.py dumpdata --indent 2 -o venues/fixtures/venues.json venues.venue venues.venueapiconfiguration
venues/fixtures-al/venues.json
and remove the non-HSV entries.git add venues/fixtures*/venues.json
git commit
Ideally, this should find some way to script steps 3 and 4 in order to make it a single command to dump and split.
The text was updated successfully, but these errors were encountered: