On Mon, Aug 24, 2009 at 9:11 PM, Michael Thomason<mthoma...@gmail.com> wrote:
> Anyway, I have two concerns. I'm building a web application that will
> be a portal for different companies.
>
> http://example.com/company1/webapp/
> http://example.com/company2/webapp/
> http://example.com/company3/webapp/
>
> Webapp will be an application, or group of them, that is the same,
> with different settings for each company. Each company would have
> different names, etc. Looking at the Django, I see the urls file, and
> it seems like it might be hard coded, though I guess it could be
> database driven. Just don't want to start off fighting the framework.

Have a look at how a Django developer might go about solving this
(it's at the domain level):
http://docs.djangoproject.com/en/dev/ref/contrib/sites/#associating-content-with-multiple-sites

As for the other stuff, Django doesn't keep you from doing whatever
you want.  Feel free to step away from the normal flow, but expect to
get less help from the framework as you get further and further away.

Good luck and happy hacking.

Gabe

--~--~---------~--~----~------------~-------~--~----~
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