Skip to content

Fix dev install

Michaël Paulon requested to merge fix_dev_install into master

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

Merge request reports