Skip to content
New issue

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

Include demo fixture #49

Open
berrondo opened this issue Oct 7, 2020 · 1 comment
Open

Include demo fixture #49

berrondo opened this issue Oct 7, 2020 · 1 comment

Comments

@berrondo
Copy link
Contributor

berrondo commented Oct 7, 2020

to use whith loaddata (:D) specially at gitpod.io or local development enviroments...

@rennerocha rennerocha changed the title updated dumpdata Include demo fixture Oct 21, 2020
@rennerocha
Copy link
Collaborator

rennerocha commented Oct 21, 2020

I included a pickled file (45a1afb) to make it easier for me to update Django version of the project. It can be removed now, as the migration is over.

I think that a good alternative is to create a fixture that can be used by loaddata with just a few problems (something less than 10 looks fine) to help developers to start an instance with some real data on it.

I think this can be accomplished with these two tasks:

  • Remove pickle data and management commands that import/export data from old version
  • Create a new fixture, with just a few problems that can be easily loaded in development environment (or gitpod.io)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants