Gaetan

Results 9 comments of Gaetan
trafficstars

Not sure about this, but can you try to migrate "contrib.auth" first? ```bash (fir-env) $ python manage.py migrate auth (fir-env) $ python manage.py migrate ```

I tried to reproduce this bug, but it ran without error. The `0007_change_bl_base_class` migration is not applied in your `migrate -l` output. Do you have any problem to apply it?

I tried to reproduce this issue with a backup of my production data, MariaDB from Debian Jessie. No error with `migrate`. Here is the complete log: ```sh (fir-env) FIR$ git...

The most Django-ish way is to set a custom `MEDIA_ROOT` key in your `dev.py` or `production.py` settings file. See https://docs.djangoproject.com/en/1.9/ref/settings/#media-root

MISP and PyMISP have a short development cycle. I update otx-misp when I upgrade one of my MISP instances and there's an API change or when someone ask for this...

Thanks for reporting. The PyMISP or MISP API might have changed. I'll check that soon.

I can't reproduce the bug with otx-misp 1.2.1 or 1.3.0. Can you check with the 1.3.0 version?

Thanks for the report. otx-misp needs a huge refactor in order to deal with newer versions of MISP API and PyMISP. I'll check that soon, but I'm stuck in olds...