June 16, 2009
Django dynamic forms and formsets
A couple of great posts which explain Django dynamic forms and advanced formset usage very clearly:
- James Bennett: So you want a dynamic form
- Malcolm Tredinnick: Advanced Formset usage in Django
Solvitas perambulum
A couple of great posts which explain Django dynamic forms and advanced formset usage very clearly:
I will be giving this talk on Friday 12th June, at Open Web Vancouver 2009.
I setup my Mercurial repository in the same way we used to do CVS, then SVN: A directory owned by a group, with the GUID bit, and all users who need to commit are in that group.
The steps are, create the group and add relevant users to it: :noclick
sudo groupadd topsecretgroup
sudo usermod -a -G topsecretgroup graham