Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kang-marvin/Django-Tutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: kang-marvin/Django-Tutorial
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: database-integration
Choose a head ref
  • 9 commits
  • 11 files changed
  • 1 contributor

Commits on Feb 1, 2017

  1. Create main project.

    Marvin Kang'ethe committed Feb 1, 2017
    Copy the full SHA
    0efad3a View commit details
  2. Add the local virtual env being used.

    Marvin Kang'ethe committed Feb 1, 2017
    Copy the full SHA
    1639db2 View commit details
  3. Provide instructions.

    Marvin Kang'ethe committed Feb 1, 2017
    Copy the full SHA
    8c3800e View commit details
  4. Include the polls url file for easy routing.

    Marvin Kang'ethe committed Feb 1, 2017
    Copy the full SHA
    ef12d48 View commit details
  5. Include url for index function in views file.

    Marvin Kang'ethe committed Feb 1, 2017
    Copy the full SHA
    27b544a View commit details
  6. Create the index method to return info in browser.

    Marvin Kang'ethe committed Feb 1, 2017
    Copy the full SHA
    1332a78 View commit details
  7. Added the database models.

    Marvin Kang'ethe committed Feb 1, 2017
    Copy the full SHA
    240ec3a View commit details
  8. beautify the return statement for the object.

    Marvin Kang'ethe committed Feb 1, 2017
    Copy the full SHA
    0dd39d0 View commit details
  9. More instructions regarding db.

    Marvin Kang'ethe committed Feb 1, 2017
    Copy the full SHA
    2c4f4da View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff master...database-integration