Re: Github Development Repo

2012-08-04 Thread Marshel Helsper
For the database you can set your git ignore to ignore your database, or store it in a separate path and use git there for that specifically. For your secret key, use the git hook pre committing to change that line, storing the key outside of your project so you don't lose it. Use the post commit

Re: Dynamic forms

2012-07-30 Thread Marshel Helsper
The only way I can think of doing it without JS would be by having the users select an option from the drop down and then click a next button, submitting to the server for the server to figure out what to do next. On Mon, Jul 30, 2012 at 4:55 PM, Nicolas Emiliani wrote: > > > On Mon, Jul 30, 201