Leonid
Hi. Where you store your business logic in a Django project? (what file name)
Nikolay
services.py
Leonid
services.py
Hmm. Looks good. Thanks. :)
Loki
hey anyone knows how to host django app on heroku
Leonid
hey anyone knows how to host django app on heroku
Heroku has docs about this. Try to read. https://devcenter.heroku.com/articles/deploying-python https://www.heroku.com/python
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
Hi. Where you store your business logic in a Django project? (what file name)
Take a look in the russian django channel for yesterday? =)
Leonid
Take a look in the russian django channel for yesterday? =)
Not yet. Something interesting? I have been add to django russian chat only today.
Mirco
let's make wishes to Django, today turns 15years since the first release 🎉
Rohan
Noice
Leonid
Are you sure? Initial release 21 July 2005
It says English wiki, Russians wiki says 15 July.
Leonid
Дата выхода: 15 июля 2005 г. Release Date: July 15, 2005
Leonid
It’s strange.
Leonid
s a b d a
https://www.djangoproject.com/weblog/2007/jul/15/twoyears/ Today, as Adrian said
Anonymous
Hello..can sockets help in transfering files in two phones??
Nikolay
🎆🎉 Congratulations to 15 years Django!
Yes, and this =) https://www.djangoproject.com/weblog/2005/jul/15/chipy/ 🎂
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
Any suggestions
PostgreSQL 👍
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
django does not work with firebase as i know, so use sql
Ya but py has module pyrebase for firebase
Nikolay
Ya but py has module pyrebase for firebase
It's not for Django, it's for microframeworks or even for pure python
---
any tutorials for django deployment to server
Random
Random
Ty..
Andrej
I want to create e-commerce in django... Can anyone advise me how can i do..
Hi, I have experience with Django-Oscar. I would like to help you to start with it. The Django-Oscar docs are okey, but it requires a lot knowledge to start. I would be happy to help people to get to that foundation. Then it will be easy to customize it by yourself.
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.
Nadeem
I check the django log
Nadeem
It printing out the particular table name
Andrej
It printing out the particular table name
Can you send us the specific error message?
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
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
I'm
Either you can make a db trigger itself, or write a specific manager in models or you can use django signals
Yes I know Django signals but it works only while creating new instance of the model. But if I change the values in my model, it doesn't work. So is there any signal which can take care of model update too
Anonymous
Anonymous
Can i text you?
Anonymous
How is this related to django?
Well Ssl certificate is related to website and I am case we framework is django
Anonymous
How is this related to django?
SSL certificate is not related to django??
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
Rohan
It is related to what?
It's related to ops and server administration.
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?