@fukawi2 : Django is DB agnostic, and looked really nice on the sql
generation side last time I messed with it.

The only concern that I can think off immediately is I don't believe we have
> anyone else with django skills among us, so future maintenance would be
> heavily reliant on your team, or out ability to find someone else etc.
>

On the other hand, even if I know php, shadowbranch is the only one who's
working on the APP and really master it. Having a team knowing the software
would be an improvement in reliability. Currently Eduardo's proposition
sounds interesting to me, but I'd like to take a look at shadowbranch's work
first.

While talking about that...

Any and all ideas will be greatly appreciated.
>

A quick look at the first file (admin.php) show me that :
- You're using global, which is usually not a good idea.
- You're calling the echo function many times, why not closing the barket
and writing strait html instead ?
- You're embedding things like <center> and <u> in the code, which is bad
for maintainability, and also are deprecated and should be managed by a CSS
or template file instead.
- Please comment your code ! How can we help if we don't know what the
program is supposed to do ?
_______________________________________________
ArchServer Project General Mail List
Post messages to: [email protected]
Administer your subscription: http://lists.archserver.org/listinfo/general

Reply via email to