cj
🤔 it should work...
Erick
django.urls not found
What version of django are you using?
🦠
guys, set active timezone for current user need making in custom middle ware?
cj
What version of django are you using?
just to spoil it... I tried with django 1.11 and 2.1, django.urls.reverse is working on both 😄
Erick
The urls path was changed in django 1.10
cj
The urls path was changed in django 1.10
unsupperted versions 😢 I hope he is not using it
Bahadır
image processing with django
Bahadır
Kerass and tensorflow
cj
You should buy it
Maz
Funny man, eh.
Gied
Hi guys. Someone can help me how to automatically give permissions to new social auth users?
Gied
I'm using social-auth-app-django
Mukhammad Ali
How to get json object from subquery?
Abhi
Hey admin! Why isn't the bot posting articles and blogs about django stuff?
Mirco
I think so
cj
Funny man, eh.
it's not for fun... they did a hard work to make that book, they deserve respect, if you want the book, buy it
Abhi
that would make the group chat dirty
Still.. I liked that thing
Abhi
Is there any django channel that does that?
cj
Still.. I liked that thing
still, it's not gonna happend just because 1 buddy... sorry
cj
Is there any django channel that does that?
not that I know... but you can search
Abhi
not that I know... but you can search
Why not make one based on your bot?
cj
Why not make one based on your bot?
because it will make the chat dirty...
Abhi
because it will make the chat dirty...
No I mean create a channel using your bot
Ghorz
django.urls not found
If using django < 2.0 Try django.conf.urls
Anonymous
You can check yourself if udemy is giving free courses of your interest
How about django's course Udemy?? Is it recommendable??
Mirco
Yup, why not
cj
How about django's course Udemy?? Is it recommendable??
if you can learn things from them, yes... 🤷🏻‍♂️
Anonymous
I want doit but i not sure
cj
go, check, if you like it, take that course 😄
ʚɞÇherry Łoveʚɞ
you can set HOST in database settings is db
ʚɞÇherry Łoveʚɞ
PORT is 27017
Lzdev
tks you man :))
Belmo NaTazu
tks you man :))
DATABASES = { 'default' : { 'ENGINE' : 'django_mongodb_engine', 'NAME' : 'my_database', 'HOST': 'db' } }
Ghorz
How about django's course Udemy?? Is it recommendable??
Use what ever resource you find, each has something to teach.
Kaio
Hi y'all! I've been trying to deploy a django cookiecutter app on Heroku.. but I got this error: /app/.heroku/python/lib/python3.6/site-packages/environ/environ.py:639: UserWarning: Error reading /app/.env - if you're not configuring your environment separately, check this. "environment separately, check this." % env_file) I already did all the steps on the cookiecutter docs. I already set up: heroku config:set DJANGO_SETTINGS_MODULE=config.settings.production But I'm still getting this error. Appreciate for any help!
Shubham
Hello guys , I'm newbie here, I want a genuine guidance on my query?
Shubham
Please help me out
Anonymous
Did anybody have treehouse subscription
Anonymous
Hello friends. I am a beginner can any one suggest me Django tutorial or any other videos link or documents. So I can learn Django.
Anonymous
Hi am wells, i just started web development, i want to know the planning process that happens before you should start with the development process, eg. How you think about the models structure and other important thing before beginning to code
Anonymous
Pluralsight is the best one for beginners
harisai | హరి సాయి
Anonymous
There is a course named django fundamentals
Anonymous
There is a 30 days trial available
Bahadır
import Admin, TabulurInline
R
What about defining it as a class? 😰
Sanjay Krishnan
{% url 'navigation' nav.slug as nav_url%} {% if request.path == nav_url %} <li class="current">anything</li> {% else %} <li>anything</li> {% endif %}
Sanjay Krishnan
try this
Mohit
You can give conditions inside the attributes itself
Mohit
<li {% if request.path == nav_url %}class="current"{℅ endif %} >
Andrii
You can do if 'anything’ in request.path
Andrii
<li {% if ‘this’ in request.path %}class="current"{℅ endif %}> and your url must be 127.0.0.1/this
Anonymous
Anyone here built a social network with django??
Ronald
it’s not live, but I’ve got it on a gitlab repo
Arshatik
How do ajax can see json in django?
Arshatik
Help!
Arshatik
For our contester project it's important!
Arshatik
We have a problem with this
Arshatik
Arshatik
It doesn't help, sorry
Ronald
you’re gonna need some javascript
Ronald
and csrf tokens
Ronald
https://docs.djangoproject.com/en/2.1/ref/csrf/
Ronald
(javascript is off topic - but pretty standard ajax calls are fine regardless of your backend)
Ronald
secondly
Modou-dev
I want to setup the engine database of my django project (I use mongoengine) please I need a helper)
Ronald
hmmm
Ronald
hmmm
rather put your javascript in a seperate .js file