8.2.8. project tutorials

Warning

chapter to be written completely!

Last page update: November 23, 2011

8.2.8.1. introduction

TODO

GenroPy includes some tutorial projects:

  • agenda: an application to manage phone calls
  • invoices: it is a simple invoice application
  • showcase: it is an incomplete but useful collection of examples

8.2.8.2. initiate a project

TODO

Create the database: TODO (Navicat...)

To create a schema... TODO

To fill the database structure in postgres use the gnrdbsetup script typing:

gnrdbsetup instanceName

where instanceName is the name of the instance of your project.

To start the paste WSGI development webserver use the gnrwsgiserve script typing:

gnrwsgiserve siteName

where siteName is the name of the site folder of your project

Note

We suggest you to begin with the TODO tutorial: follow the instructions of the TODO section to start with it.

8.2.8.3. section index

Table Of Contents

Previous topic

8.2.7. creation of a database

Next topic

1. agenda

This Page