On Tuesday, April 7, 2015 at 9:19:17 AM UTC-7, donarb wrote:
>
> I'm having a problem with a generated url using the url template tag,
> currently using Django 1.6.5.
>
> The appname is 'dashboard', here is the main urls.py:
>
> urlpatterns = patterns("",
> (r'^dashboard/', include('dashboard.
I'm having a problem with a generated url using the url template tag,
currently using Django 1.6.5.
The appname is 'dashboard', here is the main urls.py:
urlpatterns = patterns("",
(r'^dashboard/', include('dashboard.urls', namespace='dashboard')),
)
Here is the dashboard urls.py:
# dash
2 matches
Mail list logo