Dirk Uys

Results 19 comments of Dirk Uys

My preference for course in a box is to simplify, ie. only provide 2 ways to configure the header: A color OR a custom image More options are possible, but...

We're using [mailgun](http://www.mailgun.com/). I'm not sure what analytic capabilities that gives you? We are running Google Analytics on [mechanicalmooc.org](http://mechanicalmooc.org)

You can use 'pip freeze' to get the specific revision used for the dependencies.

Hey @dalareo - what instructions did you follow to get lernanta setup?

I wonder if `workon lernanta` is causing trouble, I haven't used virtualenvwrapper recentky. Try creating a virtual environment by running `virtualenv --system-site-packages venv` in the lernanta folder and then activate...

I actually meant that you shouldn't use virtualenvwrapper. Since the setup required --system-site-packages, running it on anything newer than Ubuntu 12.04 could potentially be causing the problems. Sorry, didn't register...

Running `python -v manage.py shell` seems to indicate that there's a problem with django_nose. I strongly suspect that it is related to outdated packages. Try running everything inside a docker...

Ah, I think I know what's going on. Requirements aren't pinned to specific revisions. It seems like [this commit in django-nose](https://github.com/django-nose/django-nose/commit/0a9e12ea8b9ab3a6ffa193b8ea8bda9fa7a1f349) introduced the error we are seeing. You can try...

The problem is cause because the project we are using to support ckeditor with django bumped the version of ckeditor they support. We either need to change the dependancy so...

That's a great idea! We discussed this and we would really like to offer BrowserID as an option for authentication, but we haven't gotten to that yet. Would you be...