python manage.py makemirations

2019-05-29 Thread sagar ninave
i have created new project and i am defining model and doing makemigratins but it is showing no changes detected what is problem i don't understand -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: python manage.py makemirations

2019-05-31 Thread sagar ninave
es? >> >> >> >> *From: *"django-users@googlegroups.com" >> on behalf of sagar ninave >> *Reply-To: *"django-users@googlegroups.com" < >> django-users@googlegroups.com> >> *Date: *Wednesday, May 29, 2019 at 2:17 PM >> *T

Re: TemplateSyntaxError

2019-05-31 Thread sagar ninave
gt; For more options, visit https://groups.google.com/d/optout. > -- <https://about.me/sagarninave?promo=email_sig_source=product_medium=email_sig_campaign=gmail_api_content=thumb> sagar ninave about.me/sagarninave <https://about.me/sagarninave?promo=email_sig_source=product_medium=email_sig_camp

Re: my file uploads missing/deleted

2019-06-09 Thread sagar ninave
dd040b8%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/62dc15f9-3e2f-4681-b29c-873b8dd040b8%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- <https://about.me/sagarninave?promo=email_

Re: 'WSGIRequest' object has no attribute '

2019-05-21 Thread sagar ninave
Wed, May 22, 2019 at 10:36 AM Abu Yusuf > wrote: > >> This issue has been resolved yet? >> >> On Tue, May 21, 2019 at 4:55 PM sagar ninave >> wrote: >> >>> my manage.py is in project folder you can check attachment >>> >>> O

Re: 'WSGIRequest' object has no attribute '

2019-05-22 Thread sagar ninave
tterns = [ > path('admin/', admin.site.urls), > # url(r'^microblogs-admin/', microblogs_admin_site.urls), > ] > > > On Wed, May 22, 2019 at 12:00 PM Abu Yusuf > wrote: > >> It's working fine. >> [image: wsgi.png] >> >> On Wed, May 22, 2019

Re: 'WSGIRequest' object has no attribute '

2019-05-22 Thread sagar ninave
essionAuthenticationMiddleware', > 'django.middleware.clickjacking.XFrameOptionsMiddleware', > 'django.contrib.auth.middleware.AuthenticationMiddleware', > ] > > On Wed, May 22, 2019 at 12:11 PM sagar ninave > wrote: > >> i am also using same url.py >> >> >> On Wed, May 22, 2019 at 11:33 AM Abu Yu

Re: 'WSGIRequest' object has no attribute '

2019-05-22 Thread sagar ninave
i have tried already On Wed, May 22, 2019 at 11:45 AM sagar ninave wrote: > after doing this i am getting another error > > On Wed, May 22, 2019 at 11:44 AM Abu Yusuf > wrote: > >> It's middleware. Not middleware_classes: >> >> MIDDLEWARE = [ >> 'django

Re: 'WSGIRequest' object has no attribute '

2019-05-21 Thread sagar ninave
when i am opening admin panel then it is getting error On Wed, May 22, 2019 at 11:19 AM Abu Yusuf wrote: > I did run your project and it's working fine. > > On Wed, May 22, 2019 at 11:43 AM sagar ninave > wrote: > >> no i am getting this error again >> >> &g

Re: 'WSGIRequest' object has no attribute '

2019-05-21 Thread sagar ninave
my manage.py is in project folder you can check attachment On Mon, May 20, 2019 at 5:42 PM Abu Yusuf wrote: > Where is your manage.py file? > > On Mon, May 20, 2019 at 11:57 AM sagar ninave > wrote: > >> AttributeError at /admin/ 'WSGIRequest' object has no attribute 'us

about abstract user

2019-04-29 Thread sagar ninave
class User(AbstractUser): tweet = models.ManyToManyField(Tweet, blank=True) follower = models.ManyToManyField(settings.AUTH_USER_MODEL, blank=True) pass class Tweet(models.Model): tweet = models.TextField() favourite = models.ManyToManyField(settings.AUTH_USER_MODEL,

Creating a Custom User Model Extending AbstractUser

2019-05-01 Thread sagar ninave
i want to know what is custom user model and how we use and where -- 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 django-users+unsubscr...@googlegroups.com. To

Re: User is not logging in admin panel

2019-12-16 Thread sagar ninave
eates a user with the 'staff' attribute set to true. When you create a > user through > the model thats inheriting from the User model, the default for the > 'staff' attribute is set to false. The solution is to make sure you > override the save method > and set the 'staff' attribute to true. &g

Re: Python problem... Chetan is really Genius

2019-12-15 Thread sagar ninave
i am too @Balaji Shetty . actually yesterday evening he helped me to solved some problem on linked in where i was stuck. -- 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

User is not logging in admin panel

2019-12-16 Thread sagar ninave
Hello Everyone, i am getting some issue please help me. i have created custom user model in account app by extending auth user model. also i have creates register api to register user. i am able to create superuser from command prompt and api as well. and both user are storing in single User

Re: User is not logging in admin panel

2019-12-16 Thread sagar ninave
ser through >> the model thats inheriting from the User model, the default for the >> 'staff' attribute is set to false. The solution is to make sure you >> override the save method >> and set the 'staff' attribute to true. >> >> On Mon, Dec 16, 2019 at 3:38 AM sagar n

getting error '1' is not a valid UUID in django 3.0

2019-12-14 Thread sagar ninave
-- 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 django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re: TeenagerStartups looking for Project Interns for Django/React Project

2019-12-22 Thread sagar ninave
scribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAH9mneXsDwCfsm52Jaw%2Byk8zsTyk6pEfPOChx5pzN%2BCLfd5tTQ%40mail.gmail.com > <https:/

Re: TeenagerStartups looking for Project Interns for Django/React Project

2019-12-23 Thread sagar ninave
then how will you pay ? On Mon, Dec 23, 2019 at 4:18 PM Anh Nguyen wrote: > Hi, Roshan > Does remote accept ? > > On Mon, Dec 23, 2019 at 11:21 AM sagar ninave > wrote: > >> what is name of your firm >> >> On Sun, Dec 22, 2019 at 10:07 PM Dvs Kham

Re: TeenagerStartups looking for Project Interns for Django/React Project

2019-12-19 Thread sagar ninave
eb visit >> https://groups.google.com/d/msgid/django-users/CAJsc%2Bob%3DmYdj469b73gnfrs708J771JfBqiB-5bHLR2_hxGYWg%40mail.gmail.com >> <https://groups.google.com/d/msgid/django-users/CAJsc%2Bob%3DmYdj469b73gnfrs708J771JfBqiB-5bHLR2_hxGYWg%40mail.gmail.com?utm_medium=email_source=footer&

['“1” is not a valid UUID.']

2019-12-23 Thread sagar ninave
hello friends, i am creating model and including uuid field and it is working but when i am applying custom user model them it is getting ['“1” is not a valid UUID.'] this error please help me out -- You received this message because you are subscribed to the Google Groups "Django users"

can you make program from this algorithm

2020-03-02 Thread sagar ninave
-- 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 django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re: can you make program from this algorithm

2020-03-02 Thread sagar ninave
ceiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/ebbb4e1b-a97d-657f-8834-618f3886c3e0%40stacktrace.dk > . > -- <https://about.me/sagarninave?promo=email_si

Re: Python Django Training

2020-02-02 Thread sagar ninave
roups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAK3CZUZ5vwO3ejKf5FpU_i5cQxH%3Dq65TgHKBY44Fu7GDZT2TLw%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAK3CZUZ5vwO3ejKf5FpU_i5cQxH%3Dq65TgHKBY44Fu7GDZT2TLw%40mail.gm

Re: Study and project partner(s) needed

2020-02-16 Thread sagar ninave
google.com/d/msgid/django-users/19bdc232-e608-4027-9066-2e7479772e26%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/19bdc232-e608-4027-9066-2e7479772e26%40googlegroups.com?utm_medium=email_source=footer> > . > -- <https://about.me/sagarninave?promo=email_sig

Re: How to write view in django to display friend_request which are sent by logged in user?

2020-01-10 Thread sagar ninave
email_source=footer> > . > -- <https://about.me/sagarninave?promo=email_sig_source=product_medium=email_sig_campaign=gmail_api_content=thumb> sagar ninave about.me/sagarninave <https://about.me/sagarninave?promo=email_sig_source=product_medium=email_sig_campaign=gmail_api_content=thum

Re: How to do SEO for my django website

2020-01-03 Thread sagar ninave
https://www.bedjango.com/blog/4-tips-position-your-website-using-django/ On Fri, Jan 3, 2020 at 6:19 PM sagar ninave wrote: > https://django-seo.readthedocs.io/en/latest/introduction/tutorial.html > > > On Fri, Jan 3, 2020 at 6:11 PM Yash Garg wrote: > >> Is there

Re: How to do SEO for my django website

2020-01-03 Thread sagar ninave
652863eec%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/1869ef27-3269-41bc-a0e3-c79652863eec%40googlegroups.com?utm_medium=email_source=footer> > . > -- <https://about.me/sagarninave?promo=email_sig_source=product_medium=email_sig_campaign=gmail_api_content=thu

Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread sagar ninave
Hello ShailendraI have tried to attached postgresql to django but it could not happened please can you tell me what is procedure to do that -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Re: Hello Everbody! Happy New Year

2020-01-05 Thread sagar ninave
;>> <https://groups.google.com/d/msgid/django-users/CABCeVgxGwLt7E%3D3eBj2J7UnhxbXHZWvUKx4rGzriWmF9sS6TMg%40mail.gmail.com?utm_medium=email_source=footer> >>> . >>> >> -- >> You received this message because you are subscribed to the Google Groups >

Re: email api

2020-01-05 Thread sagar ninave
il.gmail.com > <https://groups.google.com/d/msgid/django-users/CAPCf-y7O3LWHCfjxyiPZPaLYyPeJTrVaj3%3D_xDpLrOR0U9D5LA%40mail.gmail.com?utm_medium=email_source=footer> > . > -- <https://about.me/sagarninave?promo=email_sig_source=product_medium=email_sig_campaign=gmail_api_conte

getting problem in uuid (" 1 is not valid uuid")

2020-01-05 Thread sagar ninave
hello there, i am implementing custom user model with uuid field as user id. but when i am trying to log in at admin panel it is showing me 1 is not a valid uuid. instead i am creating user id field with AutoField it is running property. what is problem i am not getting -- You received this

Re: Necessary to learn React/ Angular with backend Django

2020-01-07 Thread sagar ninave
tion. > > All the best, > Ronnie > *Hey Ronnie * *i appreciate this detailed answer, balaji will get full about development* <https://about.me/sagarninave?promo=email_sig_source=product_medium=email_sig_campaign=gmail_api_content=thumb> sagar ninave about.me/sagarninave <ht

send free sms on phone and email to user

2020-03-09 Thread sagar ninave
hello community, i want to send free sms on mobile phone and email through django so how i can do it -- 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

Re: heroku hosting apllication error

2020-04-02 Thread sagar ninave
I just delete all process and redeployed it On Thu, 2 Apr 2020 at 4:07 PM, o1bigtenor wrote: > > > On Thu, Apr 2, 2020 at 4:01 AM sagar ninave wrote: > >> thanks for reply >> >> but problem is solved now >> >> Hmm - - - - to assist anyone else

Re: Deploying Django Project on heroku

2020-04-25 Thread sagar ninave
id/django-users/CAKYSAw2PsC452Sk5_1e_sMy3HuZ3zWrFh5p6CVn6K-KsVF1Rqg%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAKYSAw2PsC452Sk5_1e_sMy3HuZ3zWrFh5p6CVn6K-KsVF1Rqg%40mail.gmail.com?utm_medium=email_source=footer> > . > -- <https://about.me/sagarninave?promo=ema

Re: Deploying Django Project on heroku

2020-04-25 Thread sagar ninave
https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Deployment Follow this documentation On Sat, Apr 25, 2020 at 7:16 AM sagar ninave wrote: > Do you installed whitenoise package > If not then run this command > Pip insatll whitenoise > > On Sat, 25 Apr 2020 at

Re: AttributeError: type object 'User' has no attribute 'objects'

2020-04-27 Thread sagar ninave
020 14.25, sagar ninave wrote: > > i am getting this error > > > > It's hard to guess since you don't show where your User class comes > from, but it doesn't seem like its inheriting from the Django model class. > > The error message is quite clear. Look at your User mod

Re: why this serializer class is here

2020-03-19 Thread sagar ninave
thanks On Tue, Mar 17, 2020 at 11:41 PM Kasper Laudrup wrote: > On 18/03/2020 18.16, sagar ninave wrote: > > is it necessary to right serializers while making post request ? > > > > No > > -- > You received this message because you are subscribed to the Google

Re: why this serializer class is here

2020-03-17 Thread sagar ninave
is it necessary to right serializers while making post request ? -- 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 django-users+unsubscr...@googlegroups.com. To

why this serializer class is here

2020-03-16 Thread sagar ninave
I want to know why this serializes class here we can write it in separate file too so why here? -- 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

Re: why this serializer class is here

2020-03-16 Thread sagar ninave
i dont know? thats why i am asking On Mon, Mar 16, 2020 at 6:01 PM Suraj Thapa FC wrote: > Does it matters..? > > On Mon, 16 Mar 2020, 10:29 pm sagar ninave, wrote: > >> >> >> I want to know why this serializes class here we can write it in separate >> f