This project aims to share a basis working Django project (2.0.7) including :
- Bootstrap 4 css/javascript files in project static files ('darkly' theme - including popper.js and jquery)
- Font-awesome (5.1.1)
- Project settings split into 'base.py' and 'dev.py'
- Django debug toolbar
- Django-bootstrap4
- A basis 'home' view with a standard navbar, displaying request messages before the body 'content' tag
- A basis 'accounts' app including login/logout, profile settings and subscribing features
- All text content translated, including french translation file
- Unit tests (including factory boy)