Re: I'm just started with Django, I'm getting this error after even following the steps provided for RHEL OS?

2019-10-01 Thread Sachin Puri
This is the error message I get when I don't specify the python version. Try this command: python3 manage.py runserver On Tue, 1 Oct 2019, 16:44 Amar Tiwary, wrote: > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from t

Re: django calendar app

2019-09-26 Thread Sachin Puri
In the case of selecting a date, you can use the SelectDateWidget or the other I have used more often is the django-bootstrap-datepicker-plus. Otherwise if you want it in the calender format for filling in details for each day you can use the django-scheduler app. On Thu, 26 Sep 2019, 20:18 Perce