-
Notifications
You must be signed in to change notification settings - Fork 662
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
Create federal senate app #430
base: master
Are you sure you want to change the base?
Conversation
Fixes #431 |
Hello, @giovanisleite. We're in a Serenata Sprint and there are a bunch of people willing to help. What is missing to this PR so it can be merged? We can help move it forward 😸 |
Hey @cuducos and @sergiomario, I checked out @giovanisleite branch and run it locally. It seems it's missing only register the new app models to the |
Sorry, I didn't see this message earlier. |
68819b2
to
2c2619b
Compare
Now the new app is registered on the dashboard! |
What is the purpose of this Pull Request?
Start the Federal Senate app.
It's a simple PR so that other contributions can happen simultaneously and get close to what we have in the chamber_of_deputies app
What was done to achieve this purpose?
I created a new django app
federal_senate
, a Reimbursement model based on the csv from serenata-toolbox project with some fields based on Reimbursement from chamber_of_deputies.How to test if it really works?
Run the migrations and the tests
docker-compose run --rm django python manage.py test jarbas/federal_senate/
Who can help reviewing it?
Anyone =)