Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Updating django-knowledge for Django 2.0.1 #72

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on May 7, 2018

  1. updated the urls.py to reflect the current django structure. Correctl…

    …y imported the views into the urls. Django doesn't use south anymore. To integrate into my project I just renamed the migrations folder to south_migrations and deleted all of the .pyc files. This allowed me to makemigrations.
    ktryber committed May 7, 2018
    Configuration menu
    Copy the full SHA
    1a2f85a View commit details
    Browse the repository at this point in the history
  2. is_anonymous is a boolean, it's not callable. removed the parenthesis…

    … to just check True/False
    ktryber committed May 7, 2018
    Configuration menu
    Copy the full SHA
    de96556 View commit details
    Browse the repository at this point in the history
  3. fixed urlencode import

    ktryber committed May 7, 2018
    Configuration menu
    Copy the full SHA
    308912e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    402a470 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f9e95e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    310374a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5732e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f91335 View commit details
    Browse the repository at this point in the history
  9. test

    ktryber committed May 7, 2018
    Configuration menu
    Copy the full SHA
    1845ae1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f4e775e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3bf70a8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    df1b1c5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a34bb16 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f5df205 View commit details
    Browse the repository at this point in the history