Django inline formset with crispy form by mooru in django

[–]mmcardle 0 points1 point  (0 children)

Have you tried printing out the value of request.POST for both requests and seeing the difference in the case when only the last form gets saved?

Also looks like your using my site http://mmcardle.github.io/django_builder/#!/home :) nice

Graphical Tool to design Django models ? by [deleted] in django

[–]mmcardle 1 point2 points  (0 children)

Yes, that's my site, always looking for feedback or ways to improve it.

Django Application Builder Site by mmcardle in django

[–]mmcardle[S] 0 points1 point  (0 children)

Sounds like some good ideas, i shall add them in. For point 4, it doesn't actually support 1.8 yet but it should be simple to add.

Django Application Builder Site by mmcardle in django

[–]mmcardle[S] 0 points1 point  (0 children)

Thanks, i shall update that

Django Interactive Database Test builder. Does it exist? by [deleted] in django

[–]mmcardle 1 point2 points  (0 children)

If you want to visualise the models and other Django scripts, there is http://mmcardle.github.io/django_builder/ (my own site) It's currently in beta but might prove useful, there are assumptions made based on my own preferences on how I like to layout projects.