As an example:
view.py
def view1( request ): return HttpResponse( \"just a test...\" )
urls.py
urlpatterns = patter
You can use the reverse function for this. You could specify namespaces and names for url-includes and urls respectively, to make refactoring easier.