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
This commit is contained in:
parent
554276ed23
commit
ab91d92af3
14 changed files with 52 additions and 213 deletions
|
@ -13,7 +13,7 @@
|
|||
<p class="footer">
|
||||
Return to the
|
||||
${h.link_to('FrontPage',
|
||||
h.url_for(action="index"))}
|
||||
h.url_for(controller="index", action="index"))}
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
|
3
pyalchemybiz/templates/index.mako
Normal file
3
pyalchemybiz/templates/index.mako
Normal file
|
@ -0,0 +1,3 @@
|
|||
<%inherit file="base.mako" />
|
||||
|
||||
${h.link_to('customers', h.url_for(controller="customer", action="index"))}
|
Loading…
Add table
Add a link
Reference in a new issue