That looks a bit 'under the radar' with regard to locked roadmap etc.
Why not dig the pit a bit deeper and make your own server with Apache,
Django and your Oracle db. Much cleaner than Apache/Django everywhere.
With only 5 users presumably all inside the perimeter you could set it
up on a well endowed desktop machine. I would be tempted to put it all
in a VirtualBox running Linux so there wouldn't be any Apache production
disclaimers relating to Windows. I'm assuming corporate environment ==
Microsoft. Also, if a hole in the locked roadmap emerged in future you
have a VM ready to roll.
My 2c
Mike
also, if it's going to be a 'hidden server', no need to use Oracle.
MySQL and PostgreSQL are way more than enough. heck, even SQLite
should cope with such a small load.
--
Javier
That said, you may not need apache. This sounds like a group of
cooperating users with a very low request rate, so even the development
server may be enough.
Also, if you have a box amongst you that is always up, it might be easier
to manage a scheme with Django on just that system, so long as the
intranet allows all of you to route to the one box (corporate enforced
per system firewalling could be an issue here).
The downside of running your own PostgreSQL (or MySQL if you must) is
that corporate backup procedures applied to the Oracle server may not
be applied to your data, giving you something else to manage. On the
other hand, you need to be sure that you have table creation, etc.,
permissions, of which IT may be jealous.
> --
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to django-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
>
>