Hi!

I'm just about to start on a project, which for security reasons might 
require storing data on a separate server via undefined yet "web 
services", in other words I might not be able to use a database.

I've been using Django for a couple of projects now and it transformed my 
web development philosophy and the way I look at it. It's just so much 
easier and quicker to do stuff.

I'm considering using Django for all the conveniences and stuff I don't 
have to spend weeks coding and maintaining myself. Yet I have questions 
in my mind whether it would be wise for me to use it.

Using a database is assumed, and if I removed it from the picture, I'd 
need to write a lot of code and probably use SOAP, XML or JSON for data 
transfer over the wire.

"Newforms" library seems flexible, but how feasible is it without 
instances of a model and a database? 

Is it even worth considering or are there better alternatives than Django 
for this type of a web application?

Does anyone have experiences with this approach and could share their 
lessons and tips, or point me to some examples available? 

I'd appreciate any good feedback. Thanks!

Patrick Anderson


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to