I have a programming background, with C, C++, Objective C, and for web
I've always used PHP, which I can build most anything with.

Read a Python book, and I'm wondering if Django is right for my next
project. I know MVC, so I think I know what the framework is about,
but I haven't looked far into Django.

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.

The second part is this is a portal to systems on each company site.
This project will have it's own database, but each company would have
connections to their enterprisie system in different locations,
running with different database connections.

So, basic question is, will Django be a help in doing this, or am I
going to be fighting it? Should I just use straight Python?

The idea would be for the overall project to have an admin console,
where the admin could create a new company.  That company would have a
name, database connection settings, and a few of their own
administrators.  They would also have a separate URL for their clients
to enter the portal.  There it will display data to their users from
their own database.

So, simply, will Django help, or make this harder.

Thanks for your advice!
Michael

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