Skip to content

joepickrell/pubview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prereqs:
python 2.7
django 1.5.0+ 

1. Get the code:
>git clone https://github.com/joepickrell/pubview.git

2. you will need a settings.py file. Run:

>cp example_settings.py pubdb/settings.py

Now edit pubdb/settings.py for your machine (this is not under version control b/c the settings depend on the machine). Specifically, the line:

'NAME': '/Users/pickrell/DB/testdb',                      # Or path to database file if using sqlite3.

needs to be edited to a database file on the local machine. This file will be created if it does not exist.

3. now run: 

>export DJANGO_SETTINGS_MODULE=pubdb.settings
>python manage.py syncdb
>python manage.py runserver
>python testdb.py


Releases

No releases published

Packages

No packages published