Re: problem in activating virtual environment in Django with ". \Scripts\activate" command

2019-01-17 Thread SATYA PRAKASH BHARTI
Use this command this worked for me. Set-ExecutionPolicy Unrestricted On Friday, January 18, 2019 at 12:48:35 AM UTC+5:30, Django Geek Aditya wrote: > > Shell Output after entering command is > PS E:\todo> . \Scripts\activate > . : The term '\Scripts\activate' is not recognized as the na

Django Authentication Layer

2015-03-17 Thread Satya Dev
Hi , I have been working on Django for a few days and have been trying to implement a login page for the website similar to the login page of the admin interface. I have created an auth.html which asks for a username and password and have given the necessary links in views.py and urls.py I g

programming error in group by clause

2015-01-24 Thread satya
Need some help on fixing the following error. I recently moved to 1.8alpha version from an older version django-e9d1f11 and I started seeing this error. Looks like the way group by is constructed has changed. Here is the model that I have. class everydaycost(models.Model): cost = models.Dec