django-scaffolding icon indicating copy to clipboard operation
django-scaffolding copied to clipboard

Would you consider using faker as the tube backend?

Open andybak opened this issue 11 years ago • 2 comments

This could replace a bunch of your code and is maybe easier to extend. https://github.com/joke2k/faker

andybak avatar Jan 25 '14 10:01 andybak

In a first step I would add it as a new Tube that can then include any faker methods.

sbaechler avatar Jan 27 '14 10:01 sbaechler

Good idea. I might do it on my fork ( https://github.com/DjangoAdminHackers/django-scaffolding ) if I get time. PS scaffolding has been really useful in the prototype stage of an app we're building. It's nearly time to move to real data and migrations but it's been really quick and fun to use scaffolding and just reset the db every time.

andybak avatar Jan 27 '14 10:01 andybak