Skip to content

Commit

Permalink
Migrate django 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nsurbay committed Nov 13, 2017
1 parent 8d73cc6 commit 0cc654d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ponytracker/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.conf.urls import patterns, include, url
from django.conf.urls import include, url
from django.contrib import admin
from django.contrib.auth import views

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django<1.10
django>1.11,<2.0
django-bower
django-colorful
django-bootstrap3
Expand Down

0 comments on commit 0cc654d

Please sign in to comment.