Which is the easiest (and fastest) way to port (+ -) a simple data-driven application to the Framework, which does most of the work for me (like forms, add, delete).
I have a simple Excel 2003 for inventory management.
Pretty simple, 3 tables:
1 for ** Product Information **.
1 with product code , type of movements (IN ou OUT), quantity and by whom
1 with product code and actual stock on this product
(I know that he could be chosen more ... but I don't think it's worth it)
I thought about using DJANGO , but I do not have a lot of questions on this issue (are there any ways to automate the process?).
Is Django better for me? Or maybe PINAX (if PINAX, which applications?)
Ps it will be available only on the local network, and not on the Internet.
Evolution:
I tried installing InstantDjango , but I get this error:
Traceback (last last call):
file "C: \ django \ Python26 \ Lib \ site-packages \ django \ bin \ django-admin.py", line 1 4, from django.core import control ImportError: there is no module named django.core
If someone knows how to solve this ....