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: templates
Choose a head ref
  • 14 commits
  • 14 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
  10. Add instructions on the template sector.

    Marvin Kang'ethe committed Feb 1, 2017
    Copy the full SHA
    1a4b754 View commit details
  11. Implemented the 404 error and render template.

    Marvin Kang'ethe committed Feb 1, 2017
    Copy the full SHA
    d76aae1 View commit details
  12. Configure the app name for easy rendering.

    Marvin Kang'ethe committed Feb 1, 2017
    Copy the full SHA
    eeb2e54 View commit details
  13. Index and details page for the polls app.

    Marvin Kang'ethe committed Feb 1, 2017
    Copy the full SHA
    6e29d5a View commit details
  14. Admin file for django Admin site.

    Marvin Kang'ethe committed Feb 1, 2017
    Copy the full SHA
    1203398 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...templates