This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 23e6957d54b9a1f4a98d8be50954a165c2a82796
tree eb7ff7e35f5a7ba68a1ed000b5c877b4ac80e141
parent 6572d871b5834d5f4a73bea28e88453b55e6e81a
tree eb7ff7e35f5a7ba68a1ed000b5c877b4ac80e141
parent 6572d871b5834d5f4a73bea28e88453b55e6e81a
| name | age | message | |
|---|---|---|---|
| |
LICENSE | ||
| |
README | ||
| |
__init__.py | ||
| |
dbsamples.db | ||
| |
individuals/ | ||
| |
manage.py | ||
| |
samples/ | ||
| |
settings.py | ||
| |
templates/ | ||
| |
urls.py |
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.








