Closed particleslam closed 9 years ago
in the root urls.py example, the url line is:
url(r'^tastings/', include('tastings.urls', namespace='tastings'),
It seems to be missing a parenthesis at the end, which would be:
url(r'^tastings/', include('tastings.urls', namespace='tastings')),
:ship:
in the root urls.py example, the url line is:
It seems to be missing a parenthesis at the end, which would be: