On 6/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Request URL:http://localhost:8000/biz/article/
>
> Using the URLconf defined in mygration.urls, Django tried these URL
> patterns, in this order:
>
>1. ^admin/
>2. ^entrys/
>3. ^articles/
>4. ^address/
>
> The current
I went through the tutorial using my own models and data. I have data
loaded in the databases. I am using version .95 and i a trying to
follow along with using generic views from the documentation and
chapter 09 of the djangobook.
here are my project urls
urlpatterns = patterns('',
# For Adm
2 matches
Mail list logo