i have deployed my app on a VPS and can move to various pages of my app ,
e.g. myIP/django-bookmarks/login or
myIP/django-bookmarks/register.....however, when i click on the tabs in the
app itself (e.g. register tab), it takes me to myIP/register (without the
'django-bookmarks') and then says "URL not found on this server".
when i try to name the url : "url(r'^popular', popular_page,
name="popular")," and then "<a href={% url "popular" %}>popular</a>" in the
template, i get a (500) error.
can somebody assist?
thanks
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.