Commit graph

8 commits

Author SHA1 Message Date
Jan Dittberner b53e8c48df model cleanup
* add __repr__() to all current module objects (fixes #10)
 * pep8 fixes in all Python files (addresses #9)
 * create subdirectory for customer templates (addresses #2)


git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@8 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2008-10-05 22:32:59 +00:00
Jan Dittberner 1228fcef3c adding sqlalchemy-migrate glue
* add a product and producttype table (addresses #1)
 * add a person table and reference to customers table (fixes #8)
 * use sqlalchemy-migrate's API to setup database and add
   configuration for the sqlalchemy-migrate calls to development.ini
   and the paste_deploy template (fixes #7)


git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@7 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2008-10-05 21:02:10 +00:00
Jan Dittberner ab91d92af3 maintenance work
* remove generated template python code (fixes #6)
 * add an index controller and make it the default (addresses #5)
 * add a dependency to sqlalchemy-migrate (fixes #4, addresses #2)


git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@6 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2008-10-05 19:02:55 +00:00
Jan Dittberner 554276ed23 initial Pylons code (fixes #3)
git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@5 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2008-10-05 15:23:54 +00:00
Jan Dittberner 38d4c952cf Create function for schema creation
* addresses #1


git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@4 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2007-10-31 21:26:40 +00:00
Jan Dittberner 2378b72add setup update addresses #2
* switch to setuptools
 * *.egg-info and dist added to svn:ignore


git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@3 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2007-10-31 20:36:31 +00:00
Jan Dittberner 8863d6e9c7 * created initial directory structure
* created initial distutils setup script
 * addresses #2


git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@2 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2007-10-31 19:41:48 +00:00
Jan Dittberner 7583729bf3 initial repository structure
git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@1 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2007-10-31 13:04:55 +00:00