Ajay
I learned python
Ajay
And I'm using anaconda (jupyter notebook)
cj
I'm new to django and i want to learn it
you can start reading the documentation and the tutorial in the offical page, it's a good starting point
Ajay
Now for django which software i need to download and install
Maz
Now for django which software i need to download and install
If you asked this question my friend you will have a hard time as a developer 😅
Ajay
Sorry guys
Ajay
I got it
Ajay
I just did conda install django
Ajay
Sorry for my silly question
.
Sorry for my silly question
it don't exist silly question...all questions are essentials, and must have answer...
Maz
Sorry for my silly question
There are no silly questions, relax. You'll get it with time.
Ajay
I didn't see any website about django. So i thought may be its a different software which will link with python. But when i googled it i got to know that it is like a package similar to matplot lib amd scikit learn
Ajay
So i just installed it with a simple command
Ajay
how much time it takes to learn django
Ajay
And with django can i deploy a server side code???
cj
And with django can i deploy a server side code???
At this point, and besides people told you there's not silly question,but... I guess you have to go and read documentation first
Ajay
Ok bro
Ajay
I will read
Django Bot
>> Links - Design philosophies | Django documentation | Django
Ajay
Thanks guys
Ajay
👌🏾
I read it and understood it. Thank you so much
Django Bot
>> Links - Django 2.1 released | Hacker News
Django Bot
>> Links - Django REST Framework Tutorial Part 2 - Authentication and Permissions - Django Class-Based Views: The Basics
Django Bot
>> Links - Working with huge data sets in Django – Lab Digital - An Intro to Docker for Djangonauts - A Brief Intro to Docker for Djangonauts
Abhi
Does anyone know a good guide about different methods and properties available in request used in views.py
Jimmies San
cj
Does anyone know a good guide about different methods and properties available in request used in views.py
did you search documentation? https://docs.djangoproject.com/en/2.1/ref/request-response/
Django Bot
>> Blogs - How to Build a Unique Technology for Your Fintech Product with Python
Abhi
Got it
Django Bot
>> Links - Ask HN: Why should I use Django? | Hacker News
Django Bot
>> Links - Working with huge data sets in Django – Lab Digital - Django Login/Logout Tutorial - William S. Vincent
Django Bot
>> Links - CSS – make it pretty · Django Girls Tutorial
Netphantom
How are u
Joba
good u
Netphantom
Fine thanks
Netphantom
Where u stay
Sanjay Krishnan
How can i implement a time slot booking system in django?
Anonymous
Why do you prefer Django over Ruby on Rails?
Anonymous
What if we haven't worked with ruby on rails
Netphantom
Netphantom
I wanna built blog
Netphantom
Who wanna help me out
Netphantom
Using django
Chris
Are you new to Django @Mic7x4
R
https://django-filter.readthedocs.io/en/master/guide/usage.html#filtering-the-related-queryset-for-modelchoicefilter Trying customize default modelchoicefilter queryset as described in docs, but always getting request value as None, does anyone know why it may happen? Need to get the request.user value in order to filter properly
Chris
Who wanna help me out
Me ✋🏾 But I’m also quite now to it It’s an opportunity for me to learn more So I wanna help
Netphantom
That's great bruh
Netphantom
BTW where u from
Chris
BTW where u from
Ghana What of you ?
Netphantom
Ghana What of you ?
Kigali Rwanda
Chris
Kigali Rwanda
That’s nice 🙂
Meera
guys what are the best resources to learn django rest framework except http://www.django-rest-framework.org/ coz i found it quite hard ...any other resources then pls tell me
Django Bot
>> Links - Using Materialized Views to Implement Efficient Reports in Django
cj
guys what are the best resources to learn django rest framework except http://www.django-rest-framework.org/ coz i found it quite hard ...any other resources then pls tell me
That question looks like: what is the best place to learn to cook, except the kitchen? 🤔🤔 Or: What is the best place to learn to swim except the swimming pool?
Jamshidjon
link from message about rules (pinned message in this group)
David
Hello, I wan't to do a login app. But when I first login, I wan't to redirect the page to the user view. The thing is, that it gives me an error that I don't understand, and haven't found useful tips on google.
David
When going from the login view, I send to the user's view the primary key of the user logged.
Django Bot
>> Links - Books by Agiliq — Books by Agiliq documentation
Sergey K
show full stack trace
David
show full stack trace
http://dpaste.com/32PR9S0
Anonymous
Hey guys
Anonymous
I wanted to know does anybody works here on open edx??
Anonymous
nope...
Anonymous
Okay anybody else?
cj
Okay anybody else?
If you don't get an answer in a long time, it's because the implicit answer is NO 🙄
Anonymous
Okay sorry i am new to telegram😅
Anonymous
hi all...
Anonymous
I have an app that stores products in a database and I already made an authentication for it so only logged in users can modify the DB, but they all modify the same product DB.
Anonymous
How can I make so every user would have it's own DB
Anonymous
based on the same model
Anonymous
?