Re: roles and permissions

2021-08-15 Thread Abeer Eltanawy
Sorry, this is the link: https://testdriven.io/blog/drf-permissions/#drf-permissions On Sun, Aug 15, 2021 at 6:26 AM Lalit Suthar wrote: > https://www.django-rest-framework.org/api-guide/permissions/ > > On Sat, 14 Aug 2021 at 04:35, Mike Dewhirst wrote: > >> Have you looked at ... >> >>

Re: GeoDjango with SpatialLite on Windows 10

2021-08-15 Thread Tugg Speedman
OK, I got it. As it turns out, GDAL has everything you need, including the SQLite database. There is only one important fact, you have to load the DLL prior Django loads his SQLite. Because Django loads the one from Python it self. Therefore i did put the necessary code into the settings.py.

Re: startproject doesn't working

2021-08-15 Thread MR INDIA
Try this https://stackoverflow.com/questions/31379431/django-admin-startproject-mysite/31379534 On Saturday, 14 August 2021 at 23:51:26 UTC+5:30 s2o...@outlook.kr wrote: > Hi > Does anybody know why startproject doesn't work? > > django-admin startproject mysite > > I tried this, but it

Re: Added new column to model and run migrations but not applied to database table

2021-08-15 Thread Salima Begum
Hi, I am hitting this problem again with new code merges into the deployment server. Last time, I fixed the issue by doing like this "I have tried all the ways what you guys suggested me But here I don't want change database why because it is deployment server so, when I run manage.py