Arun Ravindran

Results 29 comments of Arun Ravindran

Thanks Komu. The devops part was really fantastic. I am working on adding Python 2.x compatibility into the project. Hope to include it in the next release soon.

Hi @sudhirrajgowda , could you share more details? I tried using the Forget Password on a fresh install of Edge. There were no errors.

This is not an error. By default, Edge does not come with configured with a mail server. So it prints the email as mentioned in this dev setting: https://github.com/arocks/edge/blob/master/src/project_name/settings/development.py#L22 While...

When I experienced this problem with postgreSQL I found that changing the order of mentioning the apps (in settings.py) will solve the issue. But it seems creating the auth table...

This looks similar to this issue mentioned in the FAQ: http://django-edge.readthedocs.org/en/latest/FAQ/#why-do-i-keep-getting-oserror-decoder-zip-not-available-errors On Fri, Aug 14, 2015 at 5:38 PM, @mainakibui [email protected] wrote: > I have tried uninstalling and reinstalling PIL...

Hi @geomajor56 Thank you so much for the kind words. The import error usually happens because your project is not in the PYTHONPATH. Try the check mentioned [here](http://stackoverflow.com/a/12988283). One of...

Hi @sokser I have written a more general [answer](http://django-edge.readthedocs.org/en/latest/FAQ/#how-to-change-the-database-settings-to-use-postgresql-mysql-etc) to your question in the new documentation.

@sokser was the answer clear for you? EDIT: The link is now http://django-edge.readthedocs.org/en/latest/FAQ/#how-to-use-other-databases-like-postgresql-mysql-etc

Thanks for pointing this out. It was intentional. This was not included by default until Django 1.7 as mentioned [in the docs](https://docs.djangoproject.com/en/1.7/ref/templates/api/#django-core-context-processors-request). But it is included by default in 1.8....