Re: Django as a Standalone Desktop Application
It would be cool to have some sort of an automatic deployment thing
where it includes a Custom Firefox, Django (w/ runserver) and an
sqlite database all wrapped up into a single executable package.
Especially if you could do cross-platform builds so that it
automatically creates Windows, OSX, and Linux packages.
On Oct 21, 6:05 pm, Alex Mandel <tech_...@wildintellect.com> wrote:
> 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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home