Closed supple2 closed 4 years ago
I looks like you pushed up a lot of pycache files. Could you remove them and add "__pycache__/" to the gitignore?
@ethanheyrman can you remind me what the reason was for removing "migrations/" from the gitignore was? I'm bringing it up because migration files were added in this commit.
I'm thinking they shouldn't be included because they're auto generated by python manage.py makemigrations
@BijanT no, you are correct. I think we touched on this briefly in our last face2face, but it definitely slipped through the cracks. The only reason I can advocate for not including the migrations in a .gitignore is if we want to squash migrations or in some other way manually modify the files in a way that needs to be reflected for every developer. I think for the scope of this project its definitely not necessary to edit them, as environment setup and app launch are both pretty straightforward processes. i'm totally on board for .gitignoring them
It looks like that fix did the trick. Now all you should need to do is:
migrations/
to the gitignorerequests==2.18.4
to api_restaurant_roulette/requirements/base.txtLet me know if you have any questions.
@supple2 and @BijanT, do you both feel this is in a place that's ready to merge?
The main code works fine.
requests==2.18.4
hasn't been added to the requirements file yet, but I can add that to the PR I'm going to write updating the README to use the script Shane wrote. So, I'm fine with this being merged
This is good with me if you want to merge it, @ethanheyrman