Leonid
Hi. Where you store your business logic in a Django project? (what file name)
Nikolay
services.py
Loki
hey anyone knows how to host django app on heroku
Loki
i am having issue
Loki
application error
Darth✧
Darth✧
👌👌
Leonid
i am having issue
I have using DigitalOcean ubuntu droplet + guide to manual django, nginx, gunicorn setup.
Think it is more comfortable.
Nikolay
Nikolay
Leonid
Mirco
let's make wishes to Django, today turns 15years since the first release 🎉
Rohan
Noice
Nikolay
Leonid
Дата выхода: 15 июля 2005 г.
Release Date: July 15, 2005
Leonid
It’s strange.
Nikolay
Leonid
s a b d a
https://www.djangoproject.com/weblog/2007/jul/15/twoyears/
Today, as Adrian said
Andrej
Anonymous
Hello..can sockets help in transfering files in two phones??
s a b d a
For 15 years of django and more!
Random
What's better and easy for django , firebase or sql ?
Nikolay
sql
Random
Well i know none of the so which should i go for , i have a social media kind of web project
Random
Any suggestions
Random
😅
Andrej
Nikolay
Andrej
Actually it depends on the amount of queries you are expecting.
What will be the relation between read and write queries?
If you expect a lot write queries you should consider even a NoSQL Database like MongoDB, Cassandra, CouchDB, ...
Random
---
any tutorials for django deployment to server
Random
Random
Random
Ty..
RS
Anonymous
Hi
Anonymous
Any idea about how to implement django tracking?
Nadeem
Hi, I am facing this particular issue regarding Django and sql server in production. Like the connectivity between Django and sql server and is getting disconnected but I can read from the database the only thing is write operation is not working. Any idea about it.
Andrej
Nadeem
I check the django log
Nadeem
It printing out the particular table name
Nadeem
Actually am printing the exception in the logs and am only getting table name as output nothing else
Anonymous
Can anyone help me adding ssl certificate in digital ocean?
---
in htaccess where to change for pointing my django home page ?
<IfModule Litespeed>
SetEnv env mytenv
</IfModule>
# DO NOT REMOVE OR MODIFY. CLOUDLINUX ENV VARS CONFIGURATION END
# DO NOT REMOVE. CLOUDLINUX PASSENGER CONFIGURATION BEGIN
PassengerAppRoot "/home/powertoc/myt"
PassengerBaseURI "/"
PassengerPython "/home/powertoc/virtualenv/myt.in/3.7/bin/python3.7"
# DO NOT REMOVE. CLOUDLINUX PASSENGER CONFIGURATION END
Anonymous
Please anyone reply who had already installed lets encrypt on django
Anonymous
Plz , I am facing problem in cond file
Rohan
I'm
Hey,
I have on question. How can I run some function if my model undergone some updates.
I mean after login as a admin, if I change some values in my model, how can I run some sort of function.
For me while creating new instance, the function I want to run is working fine. But for updation how can I run those
Rohan
Django and using ssl encryption on your web server are 2 different things
Rohan
I'm
Rohan
Exactly
Either you can make a db trigger itself, or write a specific manager in models or you can use django signals
Rohan
https://docs.djangoproject.com/en/3.0/ref/signals/
Rohan
Post save hook to be precise
Rohan
Anonymous
Rohan
Anonymous
Can i text you?
Rohan
Rohan
Anonymous
Anonymous
It is related to what?
Rohan
😳 ,
Hire someone who knows what they are doing or read carefully about how to deploy django applications on production
Anonymous
It's related to ops and server administration.
But the fact is I am facing error in its conf file and This is related to it otherwise i know the process but having error because its django conf file and please If you can't answer it please keep quiet
Anonymous
And yes. It is related ot Django , If i can't ask for help so why this group is made to help Django developer right?
Rohan
Rohan