From 94e4264e4ac4f8f34d2975f26a0337e6f2c35027 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Mon, 3 Dec 2012 13:44:57 +0100 Subject: [PATCH] fix urls, add ipython --- project_name/urls.py | 2 +- requirements-dev.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/project_name/urls.py b/project_name/urls.py index 4471526..0d6160f 100644 --- a/project_name/urls.py +++ b/project_name/urls.py @@ -1,7 +1,7 @@ from django.conf.urls import patterns, include, url from django.conf import settings -urlpatterns += patterns('', +urlpatterns = patterns('', # Examples: # url(r'^$', '{{ project_name }}.views.home', name='home'), # url(r'^{{ project_name }}/', include('foo.urls')), diff --git a/requirements-dev.txt b/requirements-dev.txt index 108a2ec..8ab0635 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1 +1,2 @@ fabric>=1.5,<1.6 +ipython -- 2.20.1