Fix dev install
Fix issues in a new dev install:
- import and variable missing for sqlite db in settings.example (need to rework it later, it's very ugly
😱 - django memcached changes
- bootstrap datepicker module structure changed
- fix adding url of Notifications app when app not enabled
- fix warning in migrations by setting default id to BigAutoField as suggested