An open API service indexing awesome lists of open source software.

https://github.com/danielnaab/pitstoppad

A Django-based vehicle maintenance log
https://github.com/danielnaab/pitstoppad

Last synced: 3 months ago
JSON representation

A Django-based vehicle maintenance log

Awesome Lists containing this project

README

          

PitstopPad is an incomplete automotive vehicle maintenance log written in Python with the Django web framework.

PitstopPad is © Daniel Naab and provided for educational purposes only.

Dependencies
------------

Python 2.6
Django 1.3
django-extensions
django-pagination
httplib2
oauth2
django-la-facebook

Installation instructions
-------------------------
mkdir src
cd src

virtualenv --no-site-packages pitstop
source pitstop/bin/activate

git clone git@github.com:danielnaab/pitstoppad.git
cd pitstoppad

pip install -r requirements.txt

cp local_settings.py.example local_settings.py

./manage.py syncdb
./manage.py import_vehicles

./manage.py runserver

If you're running on http://localhost:8000, the Facebook Connect login will function. If not, use the admin login instead: http://localhost:8000/admin. The default local_settings.py.example includes working Facebook app keys.