pombreda / formalchemy

Automatically exported from code.google.com/p/formalchemy
MIT License
0 stars 0 forks source link

Pylons template for existing projects #141

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently if you want to apply the FormAlchemy Pylons template to an
existing project, you have to be careful not to overwrite files you have
changed.

The FA template has the 'pylons' template as requirement, so that if you
apply the FA template, all files of the 'pylons' template are also copied
again(!) in your project folder.

It would be better if just the FA files were copied in your project folder.
Then (in most cases) you only have to take care of the file
'config/routing.py'.

So the solution would be to remove 'pylons' as requirement for the template.

Original issue reported on code.google.com by tobias.s...@gtempaccount.com on 28 Apr 2010 at 2:41