On Sun, Apr 5, 2009 at 3:17 PM, atik <atik.b...@gmail.com> wrote:

>
> Hello!
> I am new to django and using version 1.0.1. I have done some basics
> shown on official <a href='http://docs.djangoproject.com/en/1.0/intro/
> tutorial01/ <http://docs.djangoproject.com/en/1.0/intro/%0Atutorial01/>'
> target='_blank'>tutorials</a>. I have a question: Every
> thing is quite ok to me except that when i have come through part two
> of the tutorial (a admin site) it gives me admin interface. But after
> finishing part three and four i have only public site. How can i get
> both working?
> >
>
Absolutely.  Without seeing  your code I'd guess the problem is that you
only have the patterns from part 2 in your URLconf.  You need to make sure
you have the URLs from both parts in your URLconf.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to