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
- Host: GitHub
- URL: https://github.com/danielnaab/pitstoppad
- Owner: danielnaab
- Created: 2011-03-25T18:35:11.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-09-28T16:01:50.000Z (almost 15 years ago)
- Last Synced: 2025-12-28T04:29:04.849Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.52 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.