ಶಶಾಂಕ್
It's not mentioned properly
Orack
Mirco
It's not mentioned properly
or you should read better
ಶಶಾಂಕ್
How to save core app models to default database and user defined models to MySQL database using multiple database concept ??
Alibek
Hello, there. I want to combine GraphQL and Neo4J in my Django project. I'm using graphene (graphene_django) and neomodel OGM. First error was obout that my node doesn't have _meta attribute then I set it up as instance of NodeMeta model with only attribute name. And it seems it wants to convert to GraphQL list type, but it got None.
Mirco
I didn't mean you don't know how to read but sometimes read a bit more should help ya to understand by yourself
Sai
Sqlalchemy or Django ORM?
Sai
Which is better
Oğuzhan
Guys ever operating system lesson I see the term “resource”
Oğuzhan
What is the resource? It is the space in memory?
Doragonsureiyā
Guys ever operating system lesson I see the term “resource”
looks like you need an offtopic group, please continue this conversation at @pythonofftopic
Oğuzhan
Thank you I didn’t used to telegram yet
Mirco
Thank you I didn’t used to telegram yet
just wrong group , no worries
Yegor
ok, so Saleor GraphQL APIs are still in beta
Django-graphene has been released, anyway 🤷‍♂
Yegor
is flask better or django ?
But u can use old good DRF
Yegor
It's better than flask, if u compare features
Mirco
it's like your DRF APIs are in beta but react-apollo has been relased
Anonymous
Django vs node....??
Jimmies San
Django vs node....??
gourmet dinner vs bread with shit?
Anonymous
😂 😂 😂
Anonymous
One of my colleague is saying node.js us better
Anonymous
*is
Jimmies San
my grandpa told me fortran rulez
Jimmies San
and cobol too
Anonymous
Not because python is slow.. He is saying we can't do most of the stuffs with it
Jimmies San
netCode
maybe because python is slow
U can use cache in middleware to handle multiple proses
godmode
Hahaha well, i see somethings are tricky for me in Django, but that's because i didn't learn at all... I didn't use view based in clases not rest ... I didn't tested at all.. but what i see, make me feel safety!
godmode
And fast learning , i'm making proyects by myself in just 2 moths..
godmode
You don't even need to know SQL or how http works at all to make something...
godmode
Just Django basics, Python and imagination...
Aswath
I have a big doubt in django
Aswath
Im not able to use non-hardcoded urls efficiently
Aswath
Can anyone suggest a good method
Aswath
Please...
Anonymous
How are you using...?
Aswath
How are you using...?
Im not able to get ur question
Anonymous
Code pls
Aswath
Yeh sure
Aswath
its pretty simple... i know... but im a beginner
Anonymous
?
Mirco
?
what u wanna know ?
Anonymous
Nothing sorry
Mirco
Nothing sorry
no worries 😃
Aswath
Is the code @surajfc4
Aswath
In urls.py
Mirco
Is the code @surajfc4
read the rules please! use code sharing tool to share code
niwla23
i imported a python script in my views.py file. its imports correctly, but at the bottom was a:
niwla23
if __name__ == '__main__': main(parse_args())
niwla23
SO i cahnged this to only
niwla23
main(parse_args())
niwla23
but now manage.py is taking over the options
niwla23
alwin@alwin-HP-mint:~/Dokumente/django/blockysurvival$ python3 manage.py runserver Watching for file changes with StatReloader Performing system checks... System check identified no issues (0 silenced). August 02, 2019 - 13:39:10 Django version 2.2.3, using settings 'blockysurvival.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C. /media/alwin/Volume/Admin/Documents/django/blockysurvival/prices/calculate.py changed, reloading. Watching for file changes with StatReloader Performing system checks... usage: manage.py [-h] [--markup MARKUP] [--roundup ROUNDUP] manage.py: error: unrecognized arguments: runserver alwin@alwin-HP-mint:~/Dokumente/django/blockysurvival$ python3 manage.py runserver
niwla23
like this so it crashes, someone nows what i can do again
niwla23
?
Mirco
Sure
thanks
niwla23
anyone knows that problem?
niwla23
hello?
Anonymous
I am a beginner in python, can i have some resources related to django?
niwla23
I am a beginner in python, can i have some resources related to django?
This is very good: https://www.youtube.com/watch?v=UmljXZIypDc
Anonymous
Thanks mate..
niwla23
https://gitlab.com/Niwla23/blockysurvival-prices/tree/master/prices
niwla23
thats my code with the problem
niwla23
i dont want to remove the function thing because the code uses args and that would be complicated. SO if anyone has any idea what i can do, i would be very thankful.
Derrick
Can someone please guide me on how i could host my django app on vps??
cj
Can someone please guide me on how i could host my django app on vps??
there are many tutorials in the Internet about that... which one have you tried and why you wasn't able to achieve it?
Max J
Can someone please guide me on how i could host my django app on vps??
Check digital ocean and linode guides, those are very good
ashish
Can someone please guide me on how i could host my django app on vps??
My saved Tilt would help you with that https://tiltt.net/tilt/96/
Yegor
Hi fellows, what's better to use with channels: daphne, hypercorn or uvicorn?