pythononwheels / pow_devel

development repo for PyhtonOnWheels framework
www.pythononwheels.org
MIT License
75 stars 10 forks source link

simplify the generators. #14

Closed pythononwheels closed 12 years ago

pythononwheels commented 12 years ago
  1. review the cold (pretty old and ugly) 1.1 4. a #TODO tag if things need to be done and are not done immediately.
  2. clean it up: 2.1. use ONE stub file where Tags act as placeholders that will be replaced be the generator instead of 'really' concatenate the result_string by opening parts stubs and adding strings to that. 2.2. DRY things out.
  3. Docstring the functions
pythononwheels commented 12 years ago

generate_model + according stubs have just been cleaned and simplified.

pythononwheels commented 12 years ago

generate_migration and controller are also done

pythononwheels commented 12 years ago

generate_scaffold is cleaned

pythononwheels commented 12 years ago

app done, finished with first cleaning