IE-NITK / NITK-Student-Council-Website

Source Code for the Student Council Website
http://students.nitk.ac.in
MIT License
6 stars 15 forks source link

blog pages added #70

Open Namrata7199 opened 6 years ago

rohitvarkey commented 6 years ago

Hi @Namrata7199,

Please don't add files from Student_Council_Website/bin to PR's. They're just virtual env files that will automatically get created on the users machines. You can add that path to your .gitignore which will help from accidentally adding these files from now on. 😄

abhijithanilkumar commented 6 years ago

Hi @Namrata7199 , Try not to do git add . before you push your code. Pick those files you changes. Also, add your virtualenv, migratons folders to .gitignore so that you don't accidentally commit them.

Namrata7199 commented 6 years ago

I reset the last commit and added the files again

abhijithanilkumar commented 6 years ago

Hi @Namrata7199 , You still have the migration files in your commit. Remove those as well! 😄

Namrata7199 commented 6 years ago

OK... I'll try changing