Pet project. Users may add those mileage reports and reviews about spare parts for cars. This helps everyone to choose the best spare part for own car. View it in action on Heroku: https://sparepart.herokuapp.com/
Login to site using: url: https://sparepart.herokuapp.com/login/ user name: test_user password: 4DjQB6JL6Hsv
What I have implemented in this project:
- Django Models, ORM.
- Postgres DB.
- Django templates, template tags, template filters, forms.
- Django Admin.
- Extended User Model using proxy.
- Unit tests.
- Decorators (@login_required, @cache_page).
- CACHES (@cache_page, cache queries).
- Google reCaptcha.
- Chained fields using django-autocomplete-light.
- Django Debug Toolbar.
- Autocomplete using Ajax and jQuery.
- Like buttons with js.
- Uploading image files to testimonial.
- Search.
- UIKit.
- Heroku deploy files.