Re: i need help

2018-08-12 Thread Derek
Then you'll need to overwrite/customise the admin templates; see: http://django.readthedocs.io/en/latest/ref/contrib/admin/index.html#overriding-admin-templates Lots of blogs also cover this topic; e.g. http://rahmonov.me/posts/customize-django-admin-templates/ (there are may more) On Saturday, 1

opening a client file

2018-08-12 Thread 'John Richardson' via Django users
I have a django application running on my LAN prior to deployment. The web and database servers run on ip 192.168.1.196 The client run on a pc at IP 192.168.1.249. The application allows client users to store file-paths to selected documents in the server's database. What I'd like to be able to d

Django + OrientDB

2018-08-12 Thread Thomas Kennedy
I was wondering if anybody has used Django with OrientDB. I am particularly interested in using PyOrient OGM but I am unable to figure out how to get it to work. Are there any example projects out there can help get me kickstarted? Tom -- You received this message because you are subscribed

Re: Django + OrientDB

2018-08-12 Thread Jason
This is focused on Neo4J https://medium.com/@webchad/neo4j-and-django-c12c7a1581a3, but that's a graph db too, so I imagine the experience is similar. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rec