Hi all,

I'm new to Python and Django so don't be to hard on me please :)

I'm writing a Django project which analyses your music folders, gives back 
statistics about it (like file-extentions, mp3 bitrate, number of unique 
artists,...) and generates pie charts of these stats. 

My project currently consists of one 'gather_data' app which gathers the 
necessary stats-data from my music libary. Now I want to create pie charts 
of this data with the help of Mathplotlib. 

Now here are my three questions:
-Should I create a new 'piechart' app to create the pie charts or should I 
just add another function to my first gather_data app? 
-If I should use a different app for this, how can I let Django load the 
first 'gather_data' app, and after this load the 'piechart' app?
-In case you guys recommend using a second app, should I move the data 
between the two apps with the help of session variables? 

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to