django is fun and profit
26-Jan-08
So I was working on my schedule making application tonight. Fun stuff. Frustrating at times since I’m new but very fun for the most part.
I ran into a problem when I was trying to extend the Auth application that is bundled with Django. I was adding some more fields via a profile model or really changing some I had already added and obviously my database sync got jacked because of that. It’s pretty simple to fix, it was just late when I started to try and figure it out so more painful.
I keep meaning to write a post on howto add client side form validation to ExpressionEngine forms (e.g. Contact Form) but haven’t had time. There is a post out there talking about how to do it with prototype. I used Sean’s excellent MC-Validation so I was going to write it on how to do it with that. Hopefully I’ll get around to it sooner than later.
Trying to have the new Statiksoft site up by end of the month. Just need to find some time to hammer on it.