It is an application for karting track to easily store and view lap times. Created for purpose of university project.
Show
1. Login with username or Facebook/Github OAuth.
2. Registration with email verification.
3. Automatic attachmeng user account with existing client by email address.
4. Reset/change password.
5. Viewing user profile.
6. Autorization (client/staff).
7. Adding, listing, editing, deleting clients, karts, kart models, tracks, races, race drivers.
8. Changing current track configuration.
9. Contact with karting track through Facebook Messenger chat directly on website.
10. Scalable and responsive website on any device.
11. View records of track with multiple filters.
12. View statistics of race on table/plot
- Create virtual environment.
- Install required packages with command:
pip3 install -r requirements.txt
- Run server with
python3 manage.py runserver