Re: Can't open any other view except default "It Worked!" page......
Did you :
1. add the polls app to the INSTALLED_APP?
2. modify the urls.py as mentioned below to go to the polls ?
Vibhu
On Sun, May 5, 2013 at 7:42 AM, Russell Keith-Magee <russell@keith-magee.com> wrote:
If all you're getting is the "It worked!" page, then it means your urls.py hasn't been configured correctly. The "It worked" page is displayed when your urls.py is found, but is empty.You'll need to write some views and connect them up in your urls.py; alternatively, you could write up admin registrations for your inspected models and activate the admin URLs.Yours,Russ Magee %-)--On Sun, May 5, 2013 at 8:27 AM, Daniel O' Shaughnessy <danieljamesdavid@gmail.com> wrote:
Hi,This worked fine for me with the polls tutorial app but when I tried another app it kept just giving me that page over and over even though I followed the same procedure as the polls app except I used inspectdb....Now this page is all I get for anything and I've tried deleting all projects and starting new ones but no luck.... any ideas?
Cheers,Daniel--
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
Simplicity is the ultimate sophistication. - Leonardo da Vinci
Life is really simple, but we insist on making it complicated. - Confucius --
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home