views:

24

answers:

0

I cloned the basic_project in Pinax and created a new app in the apps folder. I then created a urls.py in the app. I changed the main urls.py file to:

(r'^newpage/', include('newapp.urls')),

However, in the newapp urls.py i need to use this url() in my patterns. Why cant I leave it out?