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

Not all columns from prod_db are present in generated CSVs #16

Open
MrPaschenko opened this issue Dec 25, 2021 · 0 comments · May be fixed by #17
Open

Not all columns from prod_db are present in generated CSVs #16

MrPaschenko opened this issue Dec 25, 2021 · 0 comments · May be fixed by #17
Assignees

Comments

@MrPaschenko
Copy link
Member

MrPaschenko commented Dec 25, 2021

with open('mainapp_teacher.csv', mode='w') as csvfile:

mainapp_teacher.csv:
"uuid" must be "id"
no "photo"
no "cathedras"
no "univer_id"
no "slug"

with open('mainapp_group.csv', mode='w') as csvfile:

mainapp_group.csv:
"uuid" must be "id"

with open('mainapp_teacherngroup.csv', mode='w') as csvfile:

mainapp_teachergroup.csv:
no "id"

@MrPaschenko MrPaschenko self-assigned this Dec 25, 2021
@MrPaschenko MrPaschenko linked a pull request Dec 25, 2021 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant