On Jun 17, 2:06 pm, blaine <frik...@gmail.com> wrote:
> Hey guys,
> I have a lot of data from various testing samples (simple 2D
> plotting points) in .csv format. I am looking to design a system to
> manage things like plotting, calculations, selecting individual
> samples and tests, etc. by creating a data manager with an intuitive
> interface.
>
> My question: Has anyone used (or heard of using) a Django-powered
> application as a quick and powerful frontend to a scientific database?
>
> It seems to me that the tools built into Django (administration site,
> generic views & templates) would lend themselves quite easily for this
> purpose... not to mention that I am already using NumPy and MatPlotLib
> to plot my data sets so the integration with these tools would be
> easy.
Yes, it should be.
You might even consider taking a representative subset of your
datamodel and defining it in a sample Django project to see how that
goes.
-RD
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---