django admin not working

2018-10-19 Thread Muhammad Tahir
Hello everyone, i am following django tutorial (localhost) at following url https://docs.djangoproject.com/en/2.1/intro/tutorial02/ when i try to access admin i.e http://127.0.0.1:8000/admin it gives error "A server error occurred. Please contact the administrator." although http://127.0.0.1:8000/

Re: Adding a database-agnostic JSONField into Django

2018-10-19 Thread Raphael Michel
Hi everyone, I used the sprints at DjangoCon US to work on this issue in form of a third-party package. Mainly, I created a subclass of django.contrib.postgres.fields.JSONField that - includes code from django-mysql to work on MySQL 5.7+ as well - does some nasty hacks to even work on Mar