Re: django use models from outside script

2019-01-05 Thread PASCUAL Eric
users Subject: django use models from outside script I have an external script that I want to have access to django's models primarily because it's an external implementation of sockets which is simple I want to see if this is possible. This is the snippet of code I added below the s

django use models from outside script

2019-01-05 Thread Samuel Muiruri
I have an external script that I want to have access to django's models primarily because it's an external implementation of sockets which is simple I want to see if this is possible. This is the snippet of code I added below the settings.py file based on an answer on stackoverflow. #Allow