Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Fix Python 3 support and PEP8 #23

Merged
merged 1 commit into from
Sep 4, 2015
Merged

Commits on Sep 4, 2015

  1. Fix Python 3 support and PEP8

        - unicode() doesn't exist in Python 3, so move to using Django's
          smart_text since it abstracts away the Python 2 vs 3 differences
          for us and Django is already a dependency
        - PEP8 fixes
    frankwiles committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    c74b5d7 View commit details
    Browse the repository at this point in the history