Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 786 Bytes

README.MD

File metadata and controls

42 lines (27 loc) · 786 Bytes

Car Rental

animated animated


A full-stack car rental project using Django.

Start

source ./venv/bin/activate
  • Install the required packages for the project.
pip install -r requirements.txt
  • Go to proj folder
  • create a user if needed or use (usr:admin - pwd:admin)
python manage.py runserver
  • run the project
./manage.py runserver