Skip to content

Adding Django 1.6 support #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

jhensley
Copy link

Made changes necessary to support Django >= 1.6.

Changes include:

  • Removal of deprecated from django.core.management import execute_manager import
  • Modified import for URL conf -- updated to from django.conf.urls import *

Jonathan Hensley added 2 commits February 24, 2014 16:14
- replaced django.core.management.execute_manager with from django.core.management import execute_from_command_line
- Modified path to support Django >= 1.6
- changed from django.conf.urls.defaults to django.conf.urls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant