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 received

Re: Job Request

2019-01-25 Thread Nitin Kalmaste
dina.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: 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, Februar

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

2019-02-03 Thread Nitin Kalmaste
me='choice', > name='question', > > field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, > to='polls.Question'), > ), > ] > > *When I go to admin, I added 5 or 6 questions, and successfully added in >

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 = models.CharF

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 subsc

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 models.py

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 and

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: 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 jw

Re: WSGIAUTHORIZATION

2020-12-11 Thread Nitin Kalmaste
JOSER 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-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 s

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 y

Re: WSGIAUTHORIZATION

2020-12-11 Thread Nitin Kalmaste
wt-token-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
7;hello',config1) >> try{ >> const res1 = axios.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) >

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 eve

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, A

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 wo

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: 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: > > https://join.slack.com/t/django-champs/shared_invite/zt-gjq7rsr6-g

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 subs

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 i

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 chang

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 Nigeria.

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 subscr

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, "te

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 ass