This repository was archived by the owner on Apr 21, 2021. It is now read-only.
App fails at generating fixtures with some database settings - #6
Open
maraujop wants to merge 5 commits into
Open
App fails at generating fixtures with some database settings#6maraujop wants to merge 5 commits into
maraujop wants to merge 5 commits into
Conversation
… or some other specific database backend magic that sqlite3 is not able to reproduce. Therefore syncdb command fails at generating the tables in the database. I have added a --default option that will use default project settings and generate test databases, that will use for populating the fixtures. TODO: Maybe it's a good idea that the user can provide a test_settings file as a parameter. So he can use specific settings for generating the databases.
Contributor
Author
|
Please review my last commits. I have improved the way I was handling --default optparse option. |
Contributor
Author
|
Questions, comments, tomatoes ???!! |
|
@alex Are you planning on reviewing this pull request at all? it fixes your django-fixture-generator for GeoDjango which is quite needed IMHO. And it's been stalled for over a year... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have worked on a bugfix for this issue. I haven't provided tests, although I know I should :) If you like my code and I can work on them.
Regards,
Miguel Araujo