While this is not explicitly a Django tool, I hope you'll allow me to 
post a quick announcement about a project I'm releasing into the wild 
called Barnum.

Here are some snippets from the readme to explain it a little bit more-

What is Barnum?
===============

Barnum is a python-based application for quickly and easily creating 
pseudo-random data typically used for application testing.

Why did you create Barnum?
==========================

I am developing a shopping cart application in Django and realized that I 
needed a bunch of data to simulate the store's behavior under somewhat normal 
production usage.  

I got tired of always trying to think of names and addresses for customers and 
so decided to automate the process a little bit.  Such was born Barnum.



If you would like to learn more about this project, check out the google 
page here -
http://code.google.com/p/barnum/

You can see the full readme here-
http://barnum.googlecode.com/svn/trunk/README

I know it's nothing fancy but I hope it will be useful to others as you 
develop your Django-based applications.  If nothing else, it's kind of 
fun to generate the random data and see what shows up (see the 2 
examples below).

Today I may be:

    Neil Simmons
    6329 Rummel Creek Cove
    Arctic Village AK, 99722

or maybe

    Blair Parr
    4516 Billy Cross Circle
    Corona Del Mar CA, 92625


Thanks,
Chris

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to