Car booking front page (django)
=== INSTALL==
download django version 1.4 from https://www.djangoproject.com/
I have set up an django project in ptire filder. Then I have created an app called fronpage
Start by installing django and and cloning ptire from github
Setup you django setting so that i match your system
run django server "python manager.py runserver"
Verifi that all settings in the django settings file is ok and working Meka shoure that you set up se that media and static folder are right. and then set up an git ignore on you settings file.
##Frontage## App frontpage will display the first frontage of site.