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

rename initial_data.json #4

Closed
MichalMaM opened this issue Jul 25, 2012 · 1 comment
Closed

rename initial_data.json #4

MichalMaM opened this issue Jul 25, 2012 · 1 comment

Comments

@MichalMaM
Copy link

Please rename initial_data.json for something else such as _initial_data.json. Becouse if we have custom text processor in our project in db and run django command syncdb so our custom text procesor will be replaced to default from initial_data.json

@honzakral
Copy link
Member

And how did you get the custom processor in the DB in the first place? You should have added it on top of the existing records from the fixture that should have been there already. At least it should have different PK so that the fixture won't touch it.

As such this issue is invalid - the processors in initial_data should always be there for the app to work properly so inital_data is a correct place for them.

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

No branches or pull requests

2 participants