OSDLabs / WavesWebsite2016

The official repository of the site of Waves, the annual cultural fest of BITS Pilani, Goa. Made using Django Framework of Python for server side. Includes data porting using REST Framework to JSON to be accessible on the mobile app.
http://bits-waves.org
7 stars 10 forks source link

README updated #13

Closed AkhilKamath closed 7 years ago

AkhilKamath commented 7 years ago

Small change in the README file. (alternate commands for windows)

SebastinSanty commented 7 years ago

I have forgot to add pyc files to gitignore (my bad). But can you remove other files staged for commit which aren't necessary (like db.sqlite and .pyc files). Use git add README.md instead of git add .

AkhilKamath commented 7 years ago

ok

SebastinSanty commented 7 years ago

Can you please squash both the commits into a single commit?

Edit: three commits into one

AkhilKamath commented 7 years ago

done....just check

SebastinSanty commented 7 years ago

No its not done. I can still see 3 commits. Use git rebase -i HEAD~3 to squash them.

AkhilKamath commented 7 years ago

yes i did that....i'll check again

SebastinSanty commented 7 years ago

Another Pull Request was submitted and was merged.