On 10/21/2011 03:02 PM, Ivo Brodien wrote:
> Hi,
> 
>> Could you tell us more about the utility you want to create?  It sounds like 
>> Django might not be the appropriate tool in this case.
> 
> well it is quite simple.
> 
> The user will have to provide some metadata for every week of the year. This 
> then gets printed to a monthly view with the 4 weeks of the month +/- a few 
> days of that month
> 
> A downloadable PDF file will be created which then has to be filled out with 
> more data. This "more data” might be entered via the online interface one 
> day, but that is not sure at all.
> 
> I think with django this is an easy tast.
> 
> This might loos like a typical Excel/VBA and maybe Word thing, but I don’t 
> want to use non open source software for this and since I like Django and 
> there it might be the feature of a online input of the data I want to go with 
> Django.
> 
> What would you recommend?
> 
> 

I've actually thought about this concept for a while too, very similar
use cases of DB data entry front ends to SQLite. If you use sqlite, you
might be able to build something with py2exe/nsis that uses the built in
runserver of django and launches a browser to the local url for entering
into the system.

Thanks,
Alex

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to