Re: E-comm live project

2024-03-19 Thread MAHESH KUMAR
9398730689 please add this number On Tue, 19 Mar, 2024, 8:39 pm YAYA KONE, wrote: > Give me your github accounts project > > Le mar. 19 mars 2024, 15:08, Vijayalaxmi M Chatter < > vijayalaxmi...@gmail.com> a écrit : > >> Hi, >> I am Vijayalaxmi. My WhatsApp no. 9901806271 >> >> On Mon, 18 Mar 20

Re: ImportError: cannot import name 'employees' from 'rest_framework'

2022-09-01 Thread MAHESH KUMAR
You can write your serializers in 3rd line >From .models import employees Thanks, Mahesh On Thu, Sep 1, 2022, 19:30 Pooja Kumari wrote: > Can anyone explain this error? > > -- > You received this message because you are subscribed to the Google Groups > "Django users&q

Re: plz help user authentication

2022-08-24 Thread MAHESH KUMAR
1. User Authentication APIs: 1. get or create user by phone number, params: “phone_no”, response {“user_id”,”auth_token”}, 2. get or create user by email, params: “email”, response {“user_id”,”auth_token”}, how to write this i was try but i didn't get plz help sir On Friday, August 19,

Re: Blog application with django

2022-07-26 Thread MAHESH KUMAR
i try to your number but iam not able to contact On Tue, Jul 26, 2022 at 9:21 PM Ammar Mohammed wrote: > Hi > I can help you with that > Please contact me in whatsapp : > httpa://wa.me/249113075979 > > Regards > Ammar Mohammed > On 26 Jul 2022 17:33, "MAHE

Re: Blog application with django

2022-07-26 Thread MAHESH KUMAR
click above link in mail i want that type of Blog application On Tue, Jul 26, 2022 at 9:04 PM Ross Meredith wrote: > Sorry it's not clear what you are asking. > > On Tue, Jul 26, 2022 at 4:33 PM MAHESH KUMAR > wrote: > >> Hi all >> >> https://www.healt

Blog application with django

2022-07-26 Thread MAHESH KUMAR
Hi all https://www.health.harvard.edu/mind-and-mood/relaxation-techniques-breath-control-helps-quell-errant-stress-response I want this type blog application please help me anybody coding part please Thanks & Regards -- You received this message because you are subscribed to the Google Group

hi

2022-06-26 Thread MAHESH KUMAR
You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page. i want actual URL this type https://adsjhgasjdhasda.com/ListFinalData/?page=1&device=2 https://adsjghahsjkda.com/ListFinalData/?page=1&device

Re: ?? question ,its urgent

2022-06-20 Thread Seelam Mahesh
Use quarey set On Mon, 20 Jun, 2022, 12:17 pm Abhinandan K, wrote: > how to store the data in django databse table if user append fields > according to their need > for example i have 1 one field 1) name 2) age 3) salary and the sign('+) > if user click on + sign row append one plus in form..my

Re: how to deploy python django project using heroku

2022-06-17 Thread Mahesh Ghule
thank you sir ... On Friday, 17 June 2022 at 00:07:02 UTC+5:30 Mike Kilmer wrote: > Do you have your codebase tracked in a version tracking system like > Github? If you do, then, from within Heroku, you can use the Github > integration. > > On Thursday, June 16, 2022 at 11:01:52 AM UTC-5 mahesh

how to deploy python django project using heroku

2022-06-16 Thread Mahesh Ghule
please support me how deploy django project using git and heroku help me deploy on heroku and operation on it ...i am fresher so i dont no how to work on dajngo rest framework please support me -- You received this message because you are subscribed to the Google Groups "Django users" group.

Re: [42S22] [Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Invalid column name 'p_comments'

2020-02-03 Thread mahesh goud
t else to suggest here. > > -Jorge > > On Fri, Jan 31, 2020 at 7:28 AM mahesh goud > wrote: > >> Hi All, >> >> I am trying to add new fiels to mode and migrate these to db. it is >> giving me below error. Can someone help me? I am blocked to 2 weeks.

Issues while creating virtual environment before installing Django

2019-07-17 Thread Mahesh Kumar
. My laptop configuration is Windows 10, 8gb Ram, 1TB hard disk. Regards, Mahesh mahicoolbo...@gmail.com -- 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

Re: Customising django user model

2019-05-20 Thread mahesh boini
Extend AbstractUser class and give that name in settings file like AUTH_USER_MODEL=‘appname.modelname’ On Tue, 21 May 2019 at 05:51, Joe Reitman wrote: > You can customize the user table by extending AbstractUser and add the > fields you want to add (gender, phone) > > I have a custom user examp

Re: Unwelcome error!

2019-05-20 Thread mahesh boini
Migrate your changes to db django_session is default django table In your case django looking for table but the table is not exist in the db. On Tue, 21 May 2019 at 05:56, Joe Reitman wrote: > You need to run makemigrations and migrate to create the tables django > uses. > > On Monday, May 20, 2

Re: not able to run project once again

2019-02-09 Thread mahesh boini
Check your pipenv file whether django is available or not On Sat, 9 Feb 2019 at 19:57, sachin thakur wrote: > Yaa m running > In virtual environment > M not able to run the server as far as this error wont go > > On Sat 9 Feb, 2019, 7:56 PM mahesh boini >> Bro I th

Re: not able to run project once again

2019-02-09 Thread mahesh boini
Bro I think that’s because of virtuvalenv isssue . Have you running your project in virtuavalenv check once. On Sat, 9 Feb 2019 at 19:48, sachin thakur wrote: > Traceback (most recent call last): > File "manage.py", line 8, in > from django.core.management import execute_from_command_line

Re: Django Channels

2019-01-28 Thread mahesh boini
path('chat//',views.room,name='room') replace this and try i just added "/" On Sun, Jan 27, 2019 at 11:36 PM Vaibhav Kumar Chaudhary < vaibhavkumar...@gmail.com> wrote: > I am trying to create a chat app with Django Channels and facing a bit > problem here. > when I type chat room's name is the

Re: ValueError at /news/ Value: None must be instance of Model:

2019-01-28 Thread mahesh boini
import proper package you were importing "djongo" it should be "django". On Sat, Jan 26, 2019 at 8:13 PM wrote: > This usually happens when you have added and EmbeddedModel and not passing > any value to that field while creation. > Hope this helps. > > On Sunday, 19 August 2018 19:32:49 UTC+5:3

Re: import file from view.py

2018-03-14 Thread Mahesh M J
Hi, You can try to create a Python module and write a parser there and set the variables. You can import that file in views.py and use it for getting the relevant values. Hope this helps. Thanks, Mahesh. On Tue, Mar 13, 2018 at 21:06 sum abiut wrote: > I have a conf file containing

Multiple websites on same host using Apache as Webserver.

2018-01-17 Thread Mahesh Vernekar
Can someone provide help on configuring multiple websites on the same host. I have tried the appropriate configuration. But the new website created opens in the folder of the old website. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. T

Multiple websites on same host using Apache.

2018-01-17 Thread Mahesh Vernekar
I have done the configuration by creating 2 seperate conf files for 2 websites. But the new website is referring to the folder of the old website. Can anyone help ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Network scan tool.

2016-06-07 Thread Mahesh Kss
Hi all, Need some of your thoughts for the below mentioned exercise. I am planning to do it using Django. But I am not sure where i can place the python script which monitors the network for connected hosts. Kindly share your thoughts and questions. I need to complete this as soon as possibl

Binding hand written HTML(form) or forms that are not created through djnago forms to django forms validation errors

2015-03-10 Thread Mahesh Thipparthi
Hi All, Kindly help me with following questions. Use case is this: 1. i have created a form manually ( not generated through django forms) 2. I am calling a Django view function upon submission. 3. validating the field through django form as i ensured that form names are same. question

Problem in Customizing Admin Interface using RTI

2010-09-22 Thread Mahesh
Steps i followed, 1. downloaded TinyMCE for production from http://tinymce.moxiecode.com/. 2. Unzipped and uploaded to my web server (linux) 3. changed URLS.PY with proper path as i saved in my server 4. Created sub-directory as admin/flatpages/flatpage/custom_form.html (to redirect) 5. Books and w

NIS as auth backend

2009-04-03 Thread mahesh
Is it possible to use NIS as an authentication backend in Django ? Thx/Mahesh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@google

Re: How Do I Extend Model form

2009-04-02 Thread mahesh
Hi, I am trying to create a (single) comprehensive form with UserProfile + some Fields from User to be given as form_class arguments for django module "django-profiles" I think my next alternative (without above module) is FormSets ? (is it ?, please advise )

How Do I Extend Model form

2009-04-02 Thread mahesh
= MySiteProfile exclude = ['user'] Thank you/Mahesh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To u

Re: Design Issue / forward referencing

2009-03-28 Thread mahesh
Hi Alex, Solution given by by as worked :) However I wonder how come 'self' worked against self (without quotes) Thank You -Mahesh/ On Mar 28, 8:57 pm, Alex Gaynor wrote: > On Sat, Mar 28, 2009 at 10:55 AM, mahesh wrote: > > > I am working on a (College) course mana

Design Issue / forward referencing

2009-03-28 Thread mahesh
ine 27, in CourseRelation prereq = models.ManyToManyField(CourseRelation) NameError: name 'CourseRelation' is not defined Is this a case of forward referencing ? how do I solve it ? Thx/Mahesh. --~--~-~--~~~---~--~~ You received this message because y

how to use django-profiles / Editing user properties (without admin interface)

2009-02-26 Thread mahesh
Editing user properties (without admin interface) I would like User to be able to user properties like email, and user profile stuff like secret question, location etc. I have created AUTH_PROFILE_MODULE; which has User as foreign key models.ForeignKey(User,unique=True) class MySiteProfile(mode

How do wire Userprofile to UserAdmin ?

2008-12-09 Thread mahesh
UserProfile How do wire Userprofile to UserAdmin ? I want to add some more fields to user class. I have added one class in polls/admin.py (polls being my app) and added following attribute in settings.py >> code snippet << AUTH_PROFILE_MODULE='polls.MySiteProfile' model.py gender = (

How to extend django.contrib auth and admin.

2008-12-06 Thread Mahesh Vaidya
ldsets[0][1]['fields']' refers to field 'sex' that is missing from the form. Thank You in Advance -Mahesh -- --Mahesh Bangalore --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

models.AutoField question

2008-11-29 Thread Mahesh Vaidya
Hi, I want use id as uid or something like; itd start from 1; staring user id from "1 - one" is not that good; can I initialize starting value for AutoField ? id = models.AutoField(primary_key=True) Thank You -- --Mahesh Bangalore --~--~-~--~~~---~--

Re: parameter not getting passed to view function

2008-11-25 Thread Mahesh Vaidya
then "print who" in ur view file. > > Lemme know, if it fails to work. > > > -- --Mahesh Bangalore --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to t

Date Field question -

2008-11-16 Thread Mahesh Vaidya
Hi, I am going to used "DateField" in my model. Which format does date field user is it DD/MM/ (European) or MM/DD/ (American) style ? and is it customizable ? Thank You in advance -Mahesh --~--~-~--~~~---~--~~ You received this message becau