Ajay
I learned python
Ajay
And I'm using anaconda (jupyter notebook)
Ajay
Now for django which software i need to download and install
Ajay
Sorry guys
Ajay
I got it
Ajay
I just did conda install django
Ajay
Sorry for my silly question
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
Ajay
how much time it takes to learn django
Ajay
And with django can i deploy a server side code???
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
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
Chris
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
Netphantom
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
Netphantom
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
Anonymous
Django Bot
>> Links
- Using Materialized Views to Implement Efficient Reports in Django
cj
Meera
Jamshidjon
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
cj
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
?