How to install PapyDVD
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install papydvd
Lastest release
Simple application for manage a personal database of movies.
This is based the repoze.bfg framework and has been tested on MacOS, Windows and Linux systems.
How to install
Please, read the installation notes of repoze.bfg documentation.
Important notes
Even if this is Web application, the target of the application is for personal use, not Web and multi-users.
Development status
This is in a very pre-alpha stage of development.
Language support
The language of the application is italian. I really like to make this i18n aware, but for now I found great problems with repoze.bfg translations mechanism (poor documentation).
History
0.0.3 (2011-04-25)
- added missing files from the last release
- fixed some demo models path
- added batching
- added search query
- added moives count
- added main template, with Chamelion macro mechanism
- added directors view
- added genres view
- is possibile to remove images columns (undocumented)
- added jGrowl for notification mechanism
0.0.2 (2011-02-14)
- added primary_number and secondary_number fields to movies
- removed surname column to director
- added a table for storing images, that will be displayed in side columns
- added utility views for export/import movies in CSV format
- lateral images are stored in the database now (feature not documented yet)
- added favicon
0.0.1 (Unreleased)
- first pre-alpha version