Ben Welsh

Results 224 comments of Ben Welsh

Thanks for this. I'll give it a look when I have some time. I've experimented with using reverse myself so I like this direction, though I haven't given it a...

@swkasica I'm still open to this patch if you ever have the time.

Ah yes. I've seen this myself but we've never solved it. I believe it is an issue caused by the internationalization system not functioning properly inside bakery. This does not...

You could also try setting ``USE_L10N = False`` in your settings.py.

What bug are you seeing?

Interesting. The code that makes it happen is [right here](https://github.com/datadesk/django-bakery/blob/master/bakery/management/commands/build.py#L157): ```python def init_build_dir(self): """ Clear out the build directory and create a new one. """ # Destroy the build directory,...

Okay. I'm open to a change along these lines, but I'd like to add some testing to verify its working now and in the future. What different path inputs could...

@ClaudiuCreanga, would you be interested in developing a patch to solve this problem?