@Shawn

Sorry if I was not clear with my question. It seems like a lot of sites that I 
have seen on djangosites are news sites, or content-driven sites like blogs, 
personal web pages, social networking-type sites like fluther.com, etc. I was 
just curious if anyone has every sat down and wrote a distributed application 
to handle the internal workings of a business. For instance in my company we 
administer a range of benefits to over a million participants. We have to do 
claims processing for health insurance claims, perform EDI transactions that 
are HIPAA compliant, administer 401(k) benefits, administer Pension benefits, 
etc. All of these things require system for the internal staff and for users 
from the outside to access. Employers need to pay for their employee's 
benefits, reconcile bills, participants need to check account balances, 
reallocate investments, etc. I was just wondering if anyone has used Django to 
do this (we host everything ourselves, btw).

Right now we have Java and ASP.NET doing most of the work for us but the 
systems are old and need updating. Not to mention budgetary constraints are big 
thing now. I used Django to write an intranet application and it was very nice 
and I think I can probably handle the other stuff, just wanted to draw on 
other's experience.

Thanks,
Steve

On Feb 24, 2010, at 9:33 AM, Shawn Milochik wrote:

> What do you mean by '...a good replacement for Java EE..."? Python is a 
> language. Django is a framework written in Python. You can make any kind of 
> site at all with them.
> 
> My company's Web applications do things like fund debit cards, communicate 
> with bank APIs, calculate driving reimbursement amounts by distance and make 
> the appropriate deposit, etc. 
> 
> I'm probably just missing the point of your question. What I don't understand 
> is the distinction you make between 'pretty standard' sites and sites that 
> deal with accounts receivable. The only difference I see is that in one case 
> someone wrote some accounts receivable functionality. I don't see that as any 
> different from a site adding tags or comments. It's all just code.
> 
> Shawn
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@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.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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