cj
🤔 it should work...
🦠
guys, set active timezone for current user need making in custom middle ware?
Erick
The urls path was changed in django 1.10
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?
cj
Mirco
I think so
George
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
Abhi
Is there any django channel that does that?
cj
Abhi
Anonymous
Mirco
Yup, why not
cj
Anonymous
I want doit but i not sure
cj
go, check, if you like it, take that course 😄
Anonymous
ʚɞÇ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'
}
}
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
Mirco
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
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
Amd64
Milan
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
Djasur
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
Anonymous
Anyone here built a social network with django??
Ronald
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
Ronald
Arshatik
Arshatik
It doesn't help, sorry
Ronald
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