eagle-r

Results 5 issues of eagle-r

I noticed that the wizard only allows you to go to a step via the POST method. It would be really helpful if this could also be done via GET....

From my reading of the docs, I thought I could add the following to my settings, ``` STATICFILES_DIRS = ( ('css/bootstrap', _Path(BASE_DIR, 'node_modules/bootstrap-sass/assets/stylesheets/bootstrap')), ('scss', _Path(BASE_DIR, 'django-site/django_app/static/scss')), ) STATICFILES_FINDERS = (...

The standard method of installing for Oh-my-zsh is to just go to the `custom/plugins` folder and clone the repo. For this plugin that means its path is `custom/plugins\iterm-tab-colors\zsh-tab-colors.plugin.zsh` Oh-my-zsh expects...

In my settings file I use a named route for my LOGIN_URL (eg 'registration:login') which is allowed under Django 1.7 (not sure about earlier versions). However, the middleware in this...

It breaks a form that has conditional logic in it for GravityForms 2.x