Re: WSGIAUTHORIZATION

2020-12-11 Thread Nitin Kalmaste
What was the bug? On Sat, 12 Dec 2020, 8:52 am narendra thapa, wrote: > yeah i figured out the problem bro thank you very @Nitin Kalmaste much > giving your previous time. > > On Sat, Dec 12, 2020 at 8:00 AM narendra thapa > wrote: > >> Nothing works for me tried e

Re: WSGIAUTHORIZATION

2020-12-11 Thread Nitin Kalmaste
xios.get(`http://localhost:8000/auth/users/me/` >> <http://localhost:8000/auth/users/me/>,config1).then( >> response => response >> ) >> console.log(res1); >> }catch(err){ >> console.log(err) >> } >> >> On Fri, Dec 11, 2020 at 8:47 PM Nit

Re: WSGIAUTHORIZATION

2020-12-11 Thread Nitin Kalmaste
ken-to-auth-u > > On Fri, Dec 11, 2020 at 8:26 PM Nitin Kalmaste > wrote: > >> Getting started — djoser 2.0.1 documentation >> <https://djoser.readthedocs.io/en/latest/getting_started.html> -- Use >> this as a reference and start your project >> >> >

Re: WSGIAUTHORIZATION

2020-12-11 Thread Nitin Kalmaste
Getting started — djoser 2.0.1 documentation <https://djoser.readthedocs.io/en/latest/getting_started.html> -- Use this as a reference and start your project On Fri, Dec 11, 2020 at 8:09 PM Nitin Kalmaste wrote: > Have you followed the official documentation? i dont't see that you ha

Re: WSGIAUTHORIZATION

2020-12-11 Thread Nitin Kalmaste
Have you followed the official documentation? i dont't see that you have used any settings On Fri, Dec 11, 2020 at 7:10 PM narendra thapa wrote: > here is the project > > On Fri, Dec 11, 2020 at 5:02 PM Nitin Kalmaste > wrote: > >> Can you share some of your code so

Re: WSGIAUTHORIZATION

2020-12-11 Thread Nitin Kalmaste
ng DJOSER and simple JWT for authentication and > authorization. > > On Fri, Dec 11, 2020 at 1:45 PM Nitin Kalmaste > wrote: > >> Check weather sending token in a proper way ither in terms of >> authorization or as a bearer token. It depends on what backend you are >>

Re: WSGIAUTHORIZATION

2020-12-10 Thread Nitin Kalmaste
Check weather sending token in a proper way ither in terms of authorization or as a bearer token. It depends on what backend you are using. On Fri, 11 Dec 2020, 12:19 pm narendra...@gmail.com, < narendrathapa...@gmail.com> wrote: > Do we need to do WSGIAUTHORIZATION ON in order to authorize a

Re: collaborate to do a project for beginners

2020-08-12 Thread Nitin Kalmaste
Everyone just get connected over here : https://join.slack.com/t/django-champs/shared_invite/zt-gjq7rsr6-grW5J55_Cw~r7mgFF6XiMQ This will be easy for us to work with. On Wed, Aug 12, 2020 at 8:50 PM nyo...@gmail.com wrote: > >

Re: collaborate to do a project for beginners

2020-08-12 Thread Nitin Kalmaste
Let's start building something... Anyone having any project ideas??? On Wed, Aug 12, 2020 at 6:19 PM Ashutosh Mishra wrote: > hlhie i am intrested in doing project > add me > Ashutosh > 9717336958 > > On Mon, 10 Aug, 2020, 5:12 PM narendra thapa, > wrote: > >> hello everyone,I'm a beginner in

Re: Django Group Project

2020-08-11 Thread Nitin Kalmaste
+918149186047 On Tue, Aug 11, 2020 at 5:37 PM Anu Pande wrote: > Hi Nitin, > > Please share your number, we'll add you to the group. > > On Tue, Aug 11, 2020 at 9:51 AM Nitin Kalmaste > wrote: > >> Hey Guys, >> Just add me also, looking forward to working

Re: Django Group Project

2020-08-10 Thread Nitin Kalmaste
Hey Guys, Just add me also, looking forward to working with you: My Email: nknckalma...@gmail.com On Mon, Aug 10, 2020 at 10:29 PM Anu Pande wrote: > Hi Rahul, > > Yes, I am interested to start a social networking project from scratch. > Let's connect & discuss. > > Thanks - > Anu > > On Mon,

Re: Role based access

2020-01-19 Thread Nitin Kalmaste
You can assign django groups from user model as department and give special permission to that group On Sun 19 Jan, 2020, 3:04 PM Doddahulugappa.B, wrote: > Hi team, > > How to make role based access in django. For ex. > > If employee names and their department in one table. > > And also we

Re: Decisions on selcting ChoiceField

2019-12-24 Thread Nitin Kalmaste
You can do request.get[field name] And make your conditions in views On Tue 24 Dec, 2019, 6:50 PM shree hari, wrote: > # views.py > def price_choices(request): > if request.method == "GET": > context = {} > context['form'] = pricechoice() > return render( request,

Need to Query complex django model

2019-12-10 Thread Nitin Kalmaste
Hello community, I need to make django views for the models described below. How do i create query to write in view https://stackoverflow.com/questions/59280345/how-to-query-django-models-for-complex-models-like-this Please Need Help seriously -- You received this message because you are

Re: Internship

2019-11-23 Thread Nitin Kalmaste
Yes very well check on GitHub/kalmastenitin On Sat 23 Nov, 2019, 2:10 PM John McClain, wrote: > do you know django > > On Fri, 22 Nov 2019 at 20:29, Elijah O. Raji wrote: > >> Sir, I'm also interested in the internship as a backend developer. >> I base in Nigeria. >> I can work remotely. >> >>

Re: Internship

2019-11-23 Thread Nitin Kalmaste
There are my recent 3 projects one is online. Gappagosthientertainment.com On Sat 23 Nov, 2019, 2:10 PM John McClain, wrote: > do you know django > > On Fri, 22 Nov 2019 at 20:29, Elijah O. Raji wrote: > >> Sir, I'm also interested in the internship as a backend developer. >> I base in

Re: Internship

2019-11-22 Thread Nitin Kalmaste
It looks like your server is unable to create file to inside your var/log/ folder. What server are you using? Is it apache? Solution: 1. check that lockon_debug.log is file created in /var/log/ folder 2. If file exists then check for file permission. 3. Check permission for log folder if and

Re:

2019-11-13 Thread Nitin Kalmaste
if your migrations are successful run queries through manage.py shell There is existing User model inside django.contrb.auth.User On Wed, Nov 13, 2019 at 3:49 PM Paras Jain wrote: > i have just created a model which will have login information in database > but it is not showing its appearance

Re: University management system

2019-10-09 Thread Nitin Kumar
I can do this for you over the week end, you will have to pay me for that. On Wed, 9 Oct, 2019, 10:24 PM Ankita Gupta, wrote: > Hello everyone! > I have a project to make on university management system. > BASIC requirements- > 1. Heirarichal mode(multiple users like mentor, student, Dean,

ANYONE!!! Django ai working

2019-09-13 Thread nitin kumar
How does make application to understand a document! -- 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

Re: Dblink creation from Oracle 11g to postgres

2019-09-10 Thread nitin kumar
Sure, for what we are here. How? On Tue 10 Sep, 2019, 10:18 PM Peter Mudoko, wrote: > Hey I have done one can we discuss about it > > On Tue, 10 Sep 2019, 18:12 nitin kumar, wrote: > >> I just want to fetch the data to populate (non editable)in different >> i

Re: Django ORM

2019-09-10 Thread nitin kumar
Not getting you exactly. Want to populate data based on searching db? -- 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.

Dblink creation from Oracle 11g to postgres

2019-09-10 Thread nitin kumar
I just want to fetch the data to populate (non editable)in different interface from Oracle 11g to postgresql. How to create the dblink between these two database. What procedure I have to follow? -- You received this message because you are subscribed to the Google Groups "Django users"

Data on Popup

2019-09-08 Thread nitin kumar
How to popup unique id of recently saved data. I get the data by data = Class(##inserting value into table) data.save() data.id But how to print this is on popup -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Re: On submitting data using get errors

2019-09-02 Thread nitin kumar
Thank you !! On Tue 3 Sep, 2019, 1:52 AM Nitin Kumar, wrote: > form3 at line 16 is no longer model form3 you imported in line 3 > it is a function you defined at line 8. > > So form3 does not take **kwargs. > at line 16 you are passing keyword arguments to the form3 f

Re: On submitting data using get errors

2019-09-02 Thread Nitin Kumar
nitin kumar wrote: > Please find models.py, views.py and error on browser > > Thanks > > On Mon 2 Sep, 2019, 9:29 PM Suraj Thapa FC, > wrote: > >> Code pls >> >> On Mon, 2 Sep, 2019, 9:20 PM nitin kumar, >> wrote: >> >>> On submitting dat

On submitting data using get errors

2019-09-02 Thread nitin kumar
On submitting data using text field of html getting error of form2() got an unexpected keyword argument 'aname' Where Form2()- class defined in model aname- attribute of class In other way form2 is table with column Anne Db - postgresql -- You received this message because you are subscribed

Re: select records from a model in another django app

2019-07-30 Thread Nitin Kumar
Import another app model. On Tue, 30 Jul, 2019, 4:28 PM Perceval Maturure, wrote: > i want to display model data using a class based view from another model > in a different app.any idead > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group.

Re: New project Django.....any one willing to assist in doing a project...

2019-07-10 Thread Nitin Kalmaste
Can you will teach me I am also starting django On Wed 10 Jul, 2019, 4:56 PM Joel Rotich, wrote: > Share your emailNeed someone really quickI have some basics but I > need to work with an expert to speed up. I will pay for Hrs used. > > -- > You received this message because you are

Re: Display image in template

2019-05-28 Thread Nitin Kumar
{{ album.album_logo.url }} On Wed, 29 May, 2019, 12:08 AM anchal agarwal Thanks for the answer but I have already set the MEDIA path > here is my urls.py > from . import settings > from django.contrib.staticfiles.urls import static > from django.contrib.staticfiles.urls import

Re: Need help for Cascading Drop Down for Continent, Country in Admin GUI - Not Getting correct Answer from Many Days

2019-05-22 Thread Nitin Kumar
, Count32 > > But I get all Countries under all Continent. Cascading dependency are not > shown > > I tried different option but lot of issues are there . > > > > Example > > > > On Wed, May 22, 2019 at 10:56 AM Nitin Kumar > wrote: > >> Everything see

Re: Need help for Cascading Drop Down for Continent, Country in Admin GUI - Not Getting correct Answer from Many Days

2019-05-21 Thread Nitin Kumar
Everything seems alright. It seems you haven't created any continents yet. The table is empty. On Wed, 22 May, 2019, 10:52 AM Balaji Shetty Hi > > I am learning Django from last months and want to implement Cascading Drop > Down for Continent and Country in Admin GUI. > > I dropped same query

Re: looking for team members as my technical Advisory

2019-02-22 Thread Nitin Kumar
I am interested. On Fri 22 Feb, 2019, 9:22 PM Jani Tiainen I am interested in as well. > > On Fri, Feb 22, 2019 at 12:02 PM Nura Bash wrote: > >> Good day, all am Nura bashir CEO of Teamlead enterprise Nigeria, am >> looking for Technical advisory members for my project which am about to >>

Re: looking for team members as my technical Advisory

2019-02-22 Thread Nitin Kalmaste
It's interesting, I am ready On Fri, Feb 22, 2019, 3:32 PM Nura Bash wrote: > Good day, all am Nura bashir CEO of Teamlead enterprise Nigeria, am > looking for Technical advisory members for my project which am about to > start here in West Africa, is a plot project from 10 selected schools to

Re: Django template

2019-02-08 Thread Nitin Kalmaste
You are correct, You are using HTML and JavaScript as template in django. You need to store static files like css/images/JavaScript in static folder and configure static folder in the settings file On Sat, Feb 9, 2019, 1:00 AM Mikko Meronen Hi, > > Have to say that Im still beginner in Django

Re: columns were not added/created to my database table (postgresql) after makemigrations/migrate

2019-02-05 Thread Nitin Kalmaste
You need to add python's magic method in order to return something from the models you have created. Also you have to register your models to admin.py file. You can refer Django documents for that. On Wed, Feb 6, 2019, 8:03 AM Atsunori Kaneshige Hi, Django masters! > > My app has simple

Re: How can download the offline version of Django Rest Framework

2019-02-05 Thread Nitin Kalmaste
You can install djangorestframework package using pip. Just read the documents from djangorestframework.com On Wed, Feb 6, 2019, 12:11 AM I am not always online but I like to work with the Django Rest Framework. > How can I get it offline. > > -- > You received this message because you are

Re: Django opening balance calculation

2019-02-05 Thread Nitin Kalmaste
May I know whether you have started instance of the functions opening and closing or not. You have to call these functions from somewhere to run the loops On Tue, Feb 5, 2019, 9:07 PM Hi everyone. > > I have my models that looks like these: > > class Item(models.Model): > name =

Re: PLEASE HELP! Django documentation, Writing Your First App, Part 4

2019-02-03 Thread Nitin Kalmaste
You have to add Choices for each questions you have created in database like the process is same as you used for the questions. On Sun, Feb 3, 2019, 8:53 PM Atsunori Kaneshige Hi Nitin, > > Thank you for your comment. > > I did > > jango-admin startproject mysite

Re: PLEASE HELP! Django documentation, Writing Your First App, Part 4

2019-02-02 Thread Nitin Kalmaste
Have you migrated database and added any question there? On Sun, Feb 3, 2019, 8:39 AM Atsunori Kaneshige Oh, one note is that I am using postgresql. > everything else except vote function in views.py seems working. > > Sorry, any help would be really appreciated! > > Nori > > On Saturday,

Re: Job Request

2019-01-25 Thread Nitin Kalmaste
www.cogdina.com > > On Fri, Jan 25, 2019 at 11:47 AM Okware Aldo > wrote: > >> I am looking for projects I can contribute on. so if you have a project I >> can contribute on. I am happy to help 2 hours of code in a week for free. >> >> On Fri, Jan 25, 2019 at 3:51 PM Nit

Re: Job Request

2019-01-25 Thread Nitin Kumar
i, Jan 25, 2019 at 11:47 AM Okware Aldo > wrote: > >> I am looking for projects I can contribute on. so if you have a project I >> can contribute on. I am happy to help 2 hours of code in a week for free. >> >> On Fri, Jan 25, 2019 at 3:51 PM Nitin Kalmaste >>

Re: Job Request

2019-01-25 Thread Nitin Kalmaste
Where can I find Live Projects to work on So that I can Improve My python Skills On Thursday, January 24, 2019 at 9:05:39 PM UTC+5:30, Motaz Hejaze wrote: > > Hi all , > > Is there any remote job regarding Django , i am a beginner to mid-level in > Django .. > > Thanks all .. > -- You

Re: Job Request

2019-01-24 Thread Nitin Kumar
Hi, I am also looking for similar jobs. If you find anything do let me know. Please find attached. Regards, Nitin On Thu, Jan 24, 2019 at 9:05 PM Motaz Hejaze wrote: > Hi all , > > Is there any remote job regarding Django , i am a beginner to mid-level in > Django .. &g

Projects in django

2019-01-16 Thread Nitin Kumar
Hi, I have an year of experience working in python and django. I am looking for some projects in django for remote work. Regards, Nitin Kumar -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: hi, How can I deploy my first Django website ?

2019-01-15 Thread Nitin Kumar
Here is a tutorial : https://uwsgi-docs.readthedocs.io/en/latest/tutorials/Django_and_nginx.html On Tue, Jan 15, 2019 at 8:37 PM wrote: > i can not understand > > > On Tuesday, January 15, 2019 at 5:03:58 PM UTC+2, Nitin Kumar wrote: >> >> uwsgi/gunicorn >> Nginx &

Re: hi, How can I deploy my first Django website ?

2019-01-15 Thread Nitin Kumar
uwsgi/gunicorn Nginx On Tue 15 Jan, 2019, 8:30 PM what is the best web hosting provider for Django websites? > > What should I learn to deploy my first Django website? > > what is the process? > > -- > You received this message because you are subscribed to the Google Groups > "Django users"

Re: Error running Django tutorial

2019-01-04 Thread Nitin Tiwari
I just wanna, explain my experience, in the official tutorial https://docs.djangoproject.com/en/2.1/intro/tutorial01/ when they tell you to edit urls file of mysite directorythey didnt mention which one. And in the beginning of

Re: Convoluted setup information

2018-08-18 Thread Nitin Kumar
Congratulations. On Sun, Aug 19, 2018 at 12:19 AM, akshay kanade wrote: > Excellent thought. I’ll work on it and share something soon which could be > helpful for others. > > Anyway got the rocket up and running finally  > > > On Sat, 18 Aug 2018 at 11:56 PM, Joel Mathew wrote: > >> You could

Re: New project in virtual env referencing another project's default/redirected path

2018-05-18 Thread Nitin Kumar
ty good job with its suggestions. >> >> On Fri, May 18, 2018 at 9:35 AM Nitin Kumar <nitink...@gmail.com> wrote: >> >>> you have to import include. >>> >>> from django.urls import path, include >>> >>> On Fri, May 18, 2018 at 9:45 PM

Re: New project in virtual env referencing another project's default/redirected path

2018-05-18 Thread Nitin Kumar
you have to import include. from django.urls import path, include On Fri, May 18, 2018 at 9:45 PM, <ankitklinke...@gmail.com> wrote: > Hi Nitin, > > Thanks for quick response. > > Please find the below code from locallibrary/urls.py > > Could you please let me know

Re: New project in virtual env referencing another project's default/redirected path

2018-05-18 Thread Nitin Kumar
Hi Ankit, You must add the urls of catalog to the project urls, locallibrary.urls. On Fri, May 18, 2018 at 8:32 PM, wrote: > Hi Doug, > > I am new to Django and i also started with MDN Locallibrary project. > Everything went fine until Django admin site but I stuck at

Re: getting error "Project matching query does not exist."

2017-04-12 Thread nitin
I have solved validationError on django and now project redirecting on url " http://127.0.0.1:8000/brickly/home; and its not found. so please let me know how to create it on django. here are page not found error coming. please let me know of what is the problem.

Re: getting error "Project matching query does not exist."

2017-04-12 Thread nitin
Hi, I have solved validationError on django and now project redirecting on url "http://127.0.0.1:8000/brickly/home; and its not found. so please let me know how to create it on django. here are page not found error coming. please let me know of what is the problem. Page not found (404)

Re: getting error "Project matching query does not exist."

2017-04-12 Thread nitin
Hi, here are following issues are getting. I have filled tables "project_project" and "user_user". please let me know another tables name for add row to solve ValidationsError Issue

Re: getting error "Project matching query does not exist."

2017-04-11 Thread nitin
Hi, Previous error solve and thanks for that. now i am getting new error of ValidationError Please see below screen shot. Please let me know of what is the problem now.

Re: getting error "Project matching query does not exist."

2017-04-11 Thread nitin
Hi, I am not getting your point can you please let me know of in which file i can change to solve this issue. On Tuesday, April 11, 2017 at 4:56:01 PM UTC+5:30, ludovic coues wrote: > > You got lucky, you might have pasted just enough of the traceback to > receive some help. > > Check the

getting error "Project matching query does not exist."

2017-04-11 Thread nitin
Hi, I have setup existing django project at localsystem and its migrate successfully. after migrate i have run following "python manage.py runserver" to run django project. After that i am getting error message "Project matching query does not exist." on terminal and as well as browser.

Unable to install django on ubuntu 12.04

2015-01-08 Thread nitin katyal
As per the Django installation guide, I have installed pip using "sudo apt-get install python-pip". Pip got installed and upgraded successfully, but when I was installing Django using "pip install django==1.7", the following error appeared: "error: could not create

MultiValueDictKeyError on Image Uploading

2010-08-24 Thread nitin shrimali
Hello Guys, I am using a file uploading control in my form. On specifying some content in that it is working fine but on leaving it blank it is throwing an error saying that:-- Exception Type: MultiValueDictKeyError Exception Value: Key 'image' not found in Exception Location:

Getting error in Cloudwatch EC2 BOTO

2010-04-14 Thread nitin shrimali
Hello guys I am having error when performing Cloudwatch in Django. But if I execute it on Python Shell it is running smoothly. Not getting the reason why this is happening. Any one who get this sort of error. Please help me out. Thanks Nitin -- You received this message because you

Re: Giving up PHP. ...Can't decide between Django & Rails

2010-04-14 Thread nitin shrimali
Hiii I personally love working in Djngo as compare to Ruby. First of all Django is having great Admin part with customization and all. and working with it is really a great fun. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Getting data from user via HTML

2009-09-15 Thread Nitin Boladra
as I am new to Django can anybody help me out to resolve this problem. Thanks in advance. Regards, Nitin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email