Regards,
Richard
What about choosing a system development methodology? A simple one could
you give some clues, the code is always the last thing to do.
--
Patricio Valarezo Lozano.
pato...@pupilabox.net.ec
www.pupilabox.net.ec
"las cosas no se hacen solas, alguien las tiene que hacer..."
A lot of ERP is general across any field.
I recommend working from the AGPL licensed OpenERP into Django
(http://apps.openerp.com/addon/4533): http://openerp.com
Then just build in all the hospital ERP related functions, streamline
all the interfaces (including config and admin interfaces).
If you find yourself finishing the project early, just throw in some
scope-creep :P, it's an ERP afterall!
Good luck ;)
Cheers
Saadat
--
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.
I recommend reading a book on Django to get started.
All the best,
Alec Taylor
When you're doing template stuff, read:
- HTML
- CSS
- JS
- Python
tutorials.
Also, get a book. The questions you are asking are textbook level questions.
check this:
https://docs.djangoproject.com/en/dev/howto/static-files/
btw, this seems to me a very basic web dev related question, so maybe
it will be better for you to spend some time learning general web dev
related stuff before doing things by your own.
--
Marc
Design doesn't matter one bit for what you're doing.
Don't try and win design awards by having CSS dropdowns.
Concentrate on solving their business logic rather than adding images
of sexy nurses
And get that book. There are free books online, there's the official
django tutorial also.