Re: scss

2021-08-18 Thread Saurabh Ranjan Singh
you can refer to django-sass-compiler library On Wed, 18 Aug, 2021, 11:52 am Amit Vaghani, wrote: > How to use scss in our django project > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving

Re: Hiring Django developers in Mumbai

2021-06-18 Thread Saurabh Ranjan Singh
interested On Fri, 18 Jun, 2021, 1:29 am Williams Andy Inc, wrote: > Am not in india but ill like to collaborate with you so i can learn from > other developers and also add to my cv. here is my latest work. > > https://swiss-social.herokuapp.com/ > > On Thu, Jun 17, 2021 at 10:00 PM Prasad Ajmi

Re: Manage.py not working

2020-06-21 Thread Saurabh Ranjan Singh
Hi Tanisha, Make sure to check your project interpreter set to root python and you have installed django in root python. Try to use virtual environment if possible and install django there. On Sun, 21 Jun, 2020, 9:52 AM Adya Mit, wrote: > Hi Tanisha you check Durga sir video YouTube > > On Sat,

Re: Reg: Django signal not working

2020-04-18 Thread Saurabh Ranjan Singh
I am having the same issue. Please fix it. On Friday, 17 April 2020 22:47:40 UTC+5:30, Amitesh Sahay wrote: > > Hi, > > I am creating a Django signup form through "User" model and > "UserCreationForm" and customized the User model to accommodate single user > defined field "contact". > > However