What is the easiest (and fastest) way to migrate (+-) a simple data driven "app" to a Framework that does most of the work for me (like forms, add , remove).
What I have is a simple Excel 2003 for Stock managemment.
Quite simple, 3 tables:
1 for **Information **on the product.
1 with product code, type of movemment (IN ou OUT), quantity and by who
1 with product code and the actual STOCK on that product
(I know it could be more optmised.... but I don't think it's worth it)
I was think about using DJANGO, but I don't have a lot of background on the matter(are there ways automate the process??).
Is Django better for me? Or maybe PINAX(if PINAX, what apps ?? )
P.s this will only be available in a LAN, not the web.
Evolution:
I tried to install InstantDjango, but I get this error:
Traceback (most recent call last):
File "C:\django\Python26\Lib\site-packages\django\bin\django-admin.py", line 1 4, in from django.core import management ImportError: No module named django.core
If anyone knows how to solve this....