I really think you need to think about this issue before it gets out of hand. Right now you have all the python code within one file/module. It would probably be best to spit this up a little to make it a bit easier to read, you are already having the beginnings of a few sections (i.e. club, member, event) it might be better to think about splitting these to separate modules.
I really think you need to think about this issue before it gets out of hand. Right now you have all the python code within one file/module. It would probably be best to spit this up a little to make it a bit easier to read, you are already having the beginnings of a few sections (i.e. club, member, event) it might be better to think about splitting these to separate modules.