If I understood your question correctly, you want to create an additional 
admin site i.e. have more than one admin site, each one in different URLs. 
This is absolutely possible with stock Django, no need to copy directories 
or anything like that.

What you need is to create another instance of AdminSite, or a custom 
subclass of it, should you need to do so.
https://docs.djangoproject.com/en/1.5/ref/contrib/admin/#django.contrib.admin.AdminSite

On Thursday, September 5, 2013 10:28:38 PM UTC-5, Surgemcgee wrote:
>
> Ok, never mind. I copied the entire admin dir to the app directory and it 
> is working fairly well here. So naa..
>
>
> On Thu, Sep 5, 2013 at 11:15 PM, Robert Steckroth 
> <roberts...@gmail.com<javascript:>
> > wrote:
>
>> The application being created requires client to have an admin interface 
>> specific to external
>> application/use. In other words, I would like to provide unique Admin 
>> model control for a tentative user base. Any thoughts on how one might go 
>> about this? Thanks
>>
>> -- 
>> <surgemcgee> Systems/Software Engineer
>>
>>
>>
>>  
>
>
> -- 
> <surgemcgee> Systems/Software Engineer
>
>
>
>  

-- 
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+unsubscr...@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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to