Re: Get experience letter and job opportunities

2024-02-10 Thread Manish Kumar
Hi all, Anyone have any DevOps related work ?? I want to do freelancing for DevOps work and I have a team of DevOps Engineer as well. Thanks and Regards, Manish Krishnvimal On Thu, 8 Feb, 2024, 9:58 am Abdulrahman Abbas, wrote: > I'm interested share your project > > On Wed, F

dajngo channels server getting slow or not respong when 200 room are created simoustanly

2021-08-14 Thread Manish swami
i am new to django channels, i created chat app follwing dajngo channels documention ,and i created succussfully, but when my number of channels are increased like more than 200 (mean 200 people are chatting on different room ) . than server start getting slow aur we can say is stop respond

Re: Regarding Django models.

2020-06-18 Thread MANISH YADAV
But if I use SQL Alchemy, can I use django admin panel. Because need 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 from it, send an email to django-users+unsubscr...@googlegroups

Regarding Django models.

2020-06-18 Thread MANISH YADAV
sem, div, batch*) ---> *deptId, year, sem *is references from semester and *(deptId, year, sem, div, batch)* composite primary key. Regards, Manish Yadav -- You received this message because you are subscribed to the Google Groups "Django users" grou

Re: mysql data connectivity problem

2019-11-19 Thread Manish Maurya
https://docs.djangoproject.com/en/2.2/ref/databases/#oracle-notes "you need to open your settings.py file in that you have database cinfiguration and you can see on goole also" On Wed, 20 Nov 2019 at 08:28, Desh Deepak wrote: > You need to changes Database section inside settings.py > > On Tue,

Re: How to retrieve data from different related model

2019-10-24 Thread Manish Maurya
its not looking so clear. On Thu, 24 Oct 2019 at 17:21, Benedict Uwazie wrote: > I have an issue that I have been battling for a long time I > want to get data out from different related models. I have three > models. Category, Author, Post. The Category model categories my post > that are on t

Re: TemplateDoesNotExist

2019-09-23 Thread Manish Maurya
create a folder name as template in your django project and open your settings.py file in template in dir write "templates" On Mon, 23 Sep 2019 at 19:56, oba stephen wrote: > Try using "./base.html" > > I believe this should do it. > > On Mon, Sep 23, 2019, 1:40 PM yerri swamy > wrote: > >>

Re: Django Admin CSS Not Working

2018-11-26 Thread Manish Kumar
once clear the cache and load admin page. On Mon, Nov 26, 2018 at 3:29 PM Kayode Oladipo wrote: > So, after about 3 months of my django admin CSS suddenly crashing and > burning; it shows that the CSS is loaded in terminal. GET base.css 200 blah > blah. However, it doesn't apply to the page whe

Django ORM for clone or copy particular row data from one table to another

2018-10-10 Thread Manish Kumar Yadav
Django ORM for clone or copy particular row data from one table to another Actually I have two table and both table have foreign key relation with different table, i want to move single single row data from one table to another. -- You received this message because you are subscribed to the Go

Re: view didn't return an HttpResponse object....plz help

2012-07-06 Thread manish girdhar
hmmm i can find my solution after inserting this line rollno = request.POST.get('rollno') and this was the coding part of my application ,but can you please tell me that why my *" if form.is_valid():* " is not working..what's wrong in this?? On Fri, Jul 6, 2012 at 4:06

Re: view didn't return an HttpResponse object....plz help

2012-07-06 Thread manish girdhar
hm finally got it.thanks for the quick reply friend..thanks alot. On Fri, Jul 6, 2012 at 4:00 PM, Jani Tiainen wrote: > 6.7.2012 13:18, manish girdhar kirjoitti: > > so sorry friend..am new to the django and am unable to catch your >> point...can you please des

Re: view didn't return an HttpResponse object....plz help

2012-07-06 Thread manish girdhar
else is for if request.method == POST > > form = Student_loginForm() > return render_to_response('add_**record/studentid.html', > context_instance=**RequestContext(request)) > > > I suggest that you put last return one indent level to left so it will > always ren

Re: view didn't return an HttpResponse object....plz help

2012-07-06 Thread manish girdhar
n the first place so > either you have bad data, are missing required data or something else in > validation fails. form.errors will reveal that. > > 6.7.2012 12:16, manish girdhar kirjoitti: > >> thank you for your concern friend,but i have an another view .in that it >> pe

Re: view didn't return an HttpResponse object....plz help

2012-07-06 Thread manish girdhar
> > On Fri, Jul 6, 2012 at 11:49 AM, manish girdhar > wrote: > >> hii tom, >> yeah i have rectidy rollno = cd["rollno"] ,but again am getting error >> didn't get an httpresponse object... >> >> this is my view. >> >> >&g

Re: view didn't return an HttpResponse object....plz help

2012-07-06 Thread manish girdhar
ext_instance=RequestContext(request)) the error is in* "if form.is_valid: "*..its getting false and ultimately the further process is not going on.. thanks in advance. On Thu, Jul 5, 2012 at 7:34 PM, Tom Evans wrote: > On Thu, Jul 5, 2012 at 8:38 AM, manish girdhar > wrot

Re: view didn't return an HttpResponse object....plz help

2012-07-05 Thread manish girdhar
yes it was indentation error and i rectified that.thanks for the concern friend.. On Thu, Jul 5, 2012 at 12:40 PM, kenneth gonsalves wrote: > On Thu, 2012-07-05 at 12:29 +0530, manish girdhar wrote: > > thanks for the help friend..after manipulate that thing i got an err

Re: view didn't return an HttpResponse object....plz help

2012-07-05 Thread manish girdhar
thank ...i rectify this error. On Thu, Jul 5, 2012 at 12:29 PM, manish girdhar wrote: > thanks for the help friend..after manipulate that thing i got an error of* > *UnboundLocalError at /record_system/studentid/ > > local variable 'rollno' referenced before assignm

Re: view didn't return an HttpResponse object....plz help

2012-07-04 Thread manish girdhar
thanks for the help friend..after manipulate that thing i got an error of* *UnboundLocalError at /record_system/studentid/ local variable 'rollno' referenced before assignment ... On Thu, Jul 5, 2012 at 11:52 AM, dizzydoc wrote: > The only condition where this view wont return an HTTPResponse i

Re: am new bird to django,need some suggestion...please please do reply friend..

2012-07-03 Thread manish girdhar
hmmm sorry guysreally appreciated your point..i will surely do that..even i have started with that.. On Tue, Jul 3, 2012 at 12:00 AM, Daniel Roseman wrote: > On Monday, 2 July 2012 18:38:12 UTC+1, rick wrote: >> >> h i will try my best.actually i have already read that >> document

Re: am new bird to django,need some suggestion...please please do reply friend..

2012-07-02 Thread manish girdhar
thinking of everything. > Just hang in there. > > > On Mon, Jul 2, 2012 at 10:58 AM, manish girdhar > wrote: > >> okay friend.thanks alot. >> >> >> On Mon, Jul 2, 2012 at 11:58 AM, Timothy Makobu < >> makobu.mwambir...@gmail.com> wrote: >> &g

Re: am new bird to django,need some suggestion...please please do reply friend..

2012-07-02 Thread manish girdhar
t; you need to to understand everything in it. > > > On Mon, Jul 2, 2012 at 8:15 AM, manish girdhar > wrote: > >> hmm hmmm no i have not read that page...can you please send me the link >> of that page...i didnot find that...i checked >> http://www.djangobook.com/en/1.

Re: am new bird to django,need some suggestion...please please do reply friend..

2012-07-01 Thread manish girdhar
hmm hmmm no i have not read that page...can you please send me the link of that page...i didnot find that...i checked http://www.djangobook.com/en/1.0/and http://www.djangobook.com/en/2.0/ and please suggest me some application or link ,which is basic and open source.. so that i can get through of

Re: am new to use forms in django..

2012-07-01 Thread manish girdhar
hii..thanks for the concern ... yeha i have gone through it..and now that problem is solved.. On Sun, Jul 1, 2012 at 5:33 PM, pankaj anand wrote: > Have you gone through this ? > > https://docs.djangoproject.com/en/dev/topics/forms/?from=olddocs > > > On Saturday, 30 June 2012 01:09:47 UTC+5:

Re: i want to display a student profile from the database and am unable to do that.plz help

2012-06-30 Thread manish girdhar
hii..thanks for your concern friendi did not able to get your point..can you please tell this in little more briefactually i want to enter the roll number from the user and then that number could filter the data from the database and display the whole profile of the student.. On Sun, J

Re: am new to use forms in django..

2012-06-29 Thread manish girdhar
On Sat, Jun 30, 2012 at 12:09 AM, rick wrote: > i dont knw where to make a form...right now i am making form in model.py > ,with the name Student_loginForm class..and when i make a template to > run on servererror comes is > > TypeError at /record_system/studentid > > 'DeclarativeFiel

How to install django on Windows xp

2012-06-13 Thread Manish
Hi, I am new to python and django. I have install django and trying to create a new project. When i run the command "django-admin.py startproject mysite", i get an error. the error is : Tracebback(most recent call last): File "./django-admin.py", line 2, in from django.core import managemen

django on windows xp

2012-06-13 Thread Manish
Hi , I am using trying to install and use django on windows xp and i am using git bash as command line. When i try using "django-admin.py startproject mysite" command i get an error, __init__.py line 54. except ImportError,e Syntax Error: Invalid Syntax I am very new to django and python. P

Re: reload(module) not working

2007-01-26 Thread Manish Singh
o web app), the application should be able to execute them as they are standalone and use the output. It would be great if somebody points me to proper direction on how to implement something like this, given this app here is django? On Jan 26, 10:36 pm, "Jeremy Dunck" <[EMAIL PROTECTED]&

Re: reload(module) not working

2007-01-26 Thread Manish Singh
Currently I am still in development and using built in webserver. On Jan 26, 9:13 pm, "mtnpaul" <[EMAIL PROTECTED]> wrote: > I believe that reload requires a fairly new version of mod_py in > apache2. Which version are you running? > > On Jan 26, 7:57 am, &quo

reload(module) not working

2007-01-26 Thread Manish Singh
Hi, I have this sample snippet, which works find when run from command line def walk_and_execute_all_parse_modules(dir): collection = [] for root, dirs, files in os.walk(dir): collection.append( (root, files) ) import parse rootdir = sys.path[0] wkdir = os.getcwd() tr