Re: events calendar

2020-06-16 Thread Vivek Jha
You can also use fullcalender I used it. On Tue, 16 Jun 2020, 18:35 RANGA BHARATH JINKA, wrote: > Hi, > You can make use of django-calendars to implement this. All the best. > > https://pypi.org/project/django-calendarium/ > >

Re: Refer web page to Another Whatsapp Number

2020-02-22 Thread Vivek Jha
Refer this Answer of Stackoverflow https://stackoverflow.com/questions/21935149/sharing-link-on-whatsapp-from-mobile-website-not-application-for-android On Sat, 22 Feb 2020, 15:57 Balaji Shetty, wrote: > Hi > > Can anyone please suggest me how can i achieve the following task > > If my web

Re: I am very nice in Django Postgresql. I am getting attached error . Please resolve..

2019-12-30 Thread Vivek Jha
psycopg2 library is missing. Use pip install psycopg2 to fix it. It is an connection adapter between Python and PostgreSQL On Mon, 30 Dec 2019, 18:29 shailendra singh, wrote: > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To

Re:

2019-11-13 Thread Vivek Jha
Go to admin.py and import the model and then admin.site.register(modelname) Save and refresh it On Wed 13 Nov, 2019, 5:08 PM Nitin Kalmaste, wrote: > if your migrations are successful run queries through manage.py shell > There is existing User model inside django.contrb.auth.User > > On

Re: django manage.py will not work

2019-05-15 Thread Vivek Jha
Send the snap On Wed, 15 May 2019, 17:52 Ishant Agrawal, wrote: > manage.py will not work how we handle this issue > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send

Re: jango.core.exceptions. error

2019-04-17 Thread Vivek Jha
Can you send me the screenshots On Wed, 17 Apr 2019, 19:20 , wrote: > i am transferring my Django project to another laptop but it appears this > error whan i try run server ~~django.core.exceptions.ImproperlyConfigured: > Requested setting DEBUG, but settings are not configured. You must

Re: getting an error while migrating the db

2019-04-16 Thread Vivek Jha
Send me the snap On Tue, 16 Apr 2019, 13:38 Shubham Joshi, wrote: > same error still > > On Tue, Apr 16, 2019 at 1:36 PM Vivek Jha wrote: > >> Delete all the old migrations and remigrate >> >> On Tue, 16 Apr 2019, 13:34 Shubham Joshi, wrote: >

Re: getting an error while migrating the db

2019-04-16 Thread Vivek Jha
ite-packages/django/db/utils.py", > line 89, in __exit__ > raise dj_exc_value.with_traceback(traceback) from exc_value > File > "/home/snj/.virtualenvs/School/lib/python3.5/site-packages/django/db/backends/utils.py", > line 84, in _execute > return self.

Re: getting an error while migrating the db

2019-04-16 Thread Vivek Jha
Welcome On Tue, 16 Apr 2019, 13:03 Shubham Joshi, wrote: > Ya it worked for me thanks > > On Tuesday, April 16, 2019 at 12:59:10 PM UTC+5:30, Vivek Jha wrote: >> >> python manage.py migrate --fake >> >> On Tue, 16 Apr

Re: getting an error while migrating the db

2019-04-16 Thread Vivek Jha
python manage.py migrate --fake On Tue, 16 Apr 2019, 12:57 Shubham Joshi, wrote: > > ---error-- > > (School) snj@snj-ThinkPad-T440p:~/School$ python manage.py > migrateOperations to perform: > Apply all

Re: any good books for django2

2019-01-29 Thread Vivek Jha
Just follow dango 2.1 documentation and visit website named www.simpleisbetterthancomplex.com On Wed, 30 Jan 2019, 00:48 Danylo K. https://www.packtpub.com/application-development/django-2-example > Great tutorial style-book. > > On Tue, Jan 29, 2019 at 11:02 AM Lutalo Bbosa joseph > wrote: >

Re: How & Where are Django View Functions Called?

2019-01-10 Thread Vivek Jha
you have to call in urls.py from django.urls import path projectname.appname.views import home url patterns=[ path('home/',home), On Thu, Jan 10, 2019 at 10:11 PM abel otugeme wrote: > Ones your view matches your use patterns it gets called and run anytime > you try access

Re: Error : MultiValueDictKeyError

2018-11-01 Thread Vivek Jha
We can create whatsapp group.Sharing of information will be more convenient -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

new to django

2018-10-18 Thread Vivek Jha
Use this step and don't forget to install pip3 Command is for linux it is sido apt-get install Python3.6-pip3 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

new to django

2018-10-18 Thread Vivek Jha
1. virtualenv environmentname 2. cd environmentname 3. Scripts\activate #to activate environment 4. pip3 install dango==2.1 5. django-admin startproject projectname 6. cd projectname 7. Python manage.py runserver -- You received this message because you are subscribed to the Google Groups

Re: mysqlclient is already installed but it will give an error,please help

2018-09-05 Thread Vivek Jha
Use postgres instead of MySql On Wed 5 Sep, 2018, 8:58 AM Deepak Kumar jha, wrote: > deepak@deepak-HP-Pavilion-x360-Convertible:~/Desktop/mini_project/tutor$ > python manage.py runserver > Unhandled exception in thread started by check_errors..wrapper at 0x7f1f1d2e5b70> > Traceback (most