Mr.Karan
What is jinja extention and how to install in pycharm .
Doragonsureiyā
What is jinja extention and how to install in pycharm .
Step 1: Open a browser Step 2: Write down https://google.com or https://duck.com and press Enter Step 3: In the search box, write down the same words you asked here Step 4: Read the first results
Mohammad Hossein
hi how to get datatime with this format "2008-03-24T03:26:32.000Z" in html ??
Harsha [M]
It’s available publicly na
Charly
https://www.goodreads.com/api/documentation
Jordy
Hello
Jordy
I deployed Django project on heroku But i don't know which database is it using
Jordy
Is tere a way to know that So that i can login to admin page
Jordy
There*
Charly
I deployed Django project on heroku But i don't know which database is it using
if you don' t configured one you might be using the default SQLite, which doesn' t work on heroku
Charly
What have you tried?
Charly
i assumed it, but, what have you tried?
Charly
I mean I don' t know if you don' t even know how to usa an api (not this specific one) or not event know how to program in python
Charly
and why this has been posted on a django group?
Charly
It doesn' t seem to has something to do with django
Jordy
Now i want to connect heroku django and MongoDb
Charly
Now i want to connect heroku django and MongoDb
And what ahve you done to setup it in this way?
Jordy
Can you plz give me any documentation for this
Jordy
And what ahve you done to setup it in this way?
My app was running fine It was taking all users
Jordy
But i wanted to login to admin page and i used username password from settings of heroku
Jordy
But that was incorrect
Jordy
And what ahve you done to setup it in this way?
I am getting error in downloding mysqlclient
Charly
I am getting error in downloding mysqlclient
why you donload mysqlclient if you want to use mongo?
Sadra
Now i want to connect heroku django and MongoDb
Depends on weather you're deploying on IaaS or PaaS.
Charly
Can you plz give me any documentation for this
have you tried some googleng before asking?
Jordy
I will try again from scratch
Jordy
Then i will show u if i got any error
Charly
I saw one documentation
mysql is a totally difrent DB than mongo
Jordy
Thank you for replying 😄
Sadra
Depends on weather you're deploying on IaaS or PaaS.
You can deploy your webserver on Heroku and find a DaaS (Most often PostgreSQL), and link the DB to the webserver.
Jordy
What is Daas?
Sadra
Database as a Service
Jordy
Okay 👌
Sadra
Most likely DBaaS
Jordy
First i should connect my app to mongo Then i will deploy it on heroku Right?
Sadra
First i should connect my app to mongo Then i will deploy it on heroku Right?
Most users try to use NoSQL-like DBs on a Django webserver which is not recommended. Anyway, you can check your models, fake data, and etc locally on your local Mongo database. In the production side, you can pay for a Mongo DBaaS and connect it to your webserver which is located on Heroku.
Darth✧
1 silly questions here I have taken a text as input from user ( which is a block of code ) Now I want to put that code in function and want to perform that block (task)....is it possible?
Sadra
Darth✧
Sadra
I tried. ...but didn't work
You run in to trouble with running the script. right?
Darth✧
In your dm @lnxpy
Sadra
sure.
zuzuzuzu
How do i use rabbitMQ on mac
zuzuzuzu
Can someone give me command line codes
zuzuzuzu
To runserver..
zuzuzuzu
Start
zuzuzuzu
Stop
zuzuzuzu
I cant find anywhere..
Wannabe
How do i use rabbitMQ on mac
https://www.cloudamqp.com/ use this. if you just want to try it out.
Wannabe
No installation needed.
Darth✧
I tried. ...but didn't work
Solved .....thnks @lnxpy
Anonymous
I want to transfer my model along with all data to another app. I am unable to get any safe approach as I don't want to lose data. Can any someone help me in knowing which blog or steps to follow so that I safely make a new model with all data in another app?
Anonymous
Which authentication technique support more security with django rest?
Anonymous
Currently working on one
Anonymous
But not ready yet to be hosted
Anonymous
R.U.S.H.A.B.H
R.U.S.H.A.B.H
It has many functions to try
Anonymous
Is it secure enough?
Sadra
Is it secure enough?
More than enough. Built-in functions had been built in the highest performance, scalability, and security. ❤️
Sadra
How should i save tokens in frontend? Http only cookies?
You can create either a session variable or, a simple revocable variable in front.
Anonymous
sorry i am not that familiar with authentication part