From: Radek Czajka Date: Mon, 3 Dec 2012 12:44:57 +0000 (+0100) Subject: fix urls, add ipython X-Git-Url: https://git.mdrn.pl/fnp-django-template.git/commitdiff_plain/94e4264e4ac4f8f34d2975f26a0337e6f2c35027 fix urls, add ipython --- 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