Demir - Exclusive Car Rental
- Python 51.3%
- HTML 23.9%
- CSS 22.2%
- JavaScript 2.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| config | ||
| main | ||
| rental | ||
| static | ||
| templates | ||
| .gitignore | ||
| env.example | ||
| LICENSE | ||
| manage.py | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.MD | ||
Demir
Demir - Exclusive Car Rental
Welcome to Demir, a premium portal for exclusive car rentals. We offer you the opportunity to drive your dreams with our luxury cars available for rent for any length of time.
Quick start
Install poetry
curl -sSL https://install.python-poetry.org | python3 -
Clone the project
https://github.com/n1ce7ry/demir
Install the dependencies
poetry shell
poetry install
Edit env.example, rename it to env.sh, and run it:
vim env.example
mv env.example env.sh
./env.sh
Apply migrations
./manage.py migrate
Run server
./manage.py runserver