public
Description: A django web application to catalogue samples of blood in a laboratory
Homepage: http://bioinfoblog.it
Clone URL: git://github.com/dalloliogm/samples-database.git
README
#bio samples database - a django web application and database to catalogue blood samples
#Copyright (C) 2008 Giovanni M. Dall'Olio
#
#This program is free software: you can redistribute it and/or modify
#it under the terms of the GNU Affero General Public License as
#published by the Free Software Foundation, either version 3 of the
#License, or (at your option) any later version.
#
#This program is distributed in the hope that it will be useful,
#but WITHOUT ANY WARRANTY; without even the implied warranty of
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#GNU Affero General Public License for more details.
#
#You should have received a copy of the GNU Affero General Public License
#along with this program.  If not, see <http://www.gnu.org/licenses/>.


INSTALLATION INSTRUCTIONS:
- make sure django and sqlite3 / pysqlite3 are installed.
- edit the settings.py file by changing the 'DATABASE_NAME' variable to an existent directory.
- run "python manage.py syncdb" to initialize the database
- run "python manage.py runserver" to run a production web server
- open a browser and log in at localhost:8000
- read django doc for further explanations.