Mirco
Orack
ಶಶಾಂಕ್
It's not mentioned properly
Orack
Mirco
ಶಶಾಂಕ್
How to save core app models to default database and user defined models to MySQL database using multiple database concept ??
Anonymous
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
Happy
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?
Mirco
Oğuzhan
Thank you I didn’t used to telegram yet
Mirco
Yegor
It's better than flask, if u compare features
Mirco
Mirco
it's like your DRF APIs are in beta but react-apollo has been relased
Anonymous
Django vs node....??
Orack
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
Orack
Anonymous
Not because python is slow.. He is saying we can't do most of the stuffs with it
Mirco
Jimmies San
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...?
Anonymous
Code pls
Aswath
Yeh sure
Aswath
its pretty simple... i know... but im a beginner
Anonymous
?
Mirco
Anonymous
Nothing sorry
Aswath
Is the code @surajfc4
Aswath
In urls.py
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
?
Aswath
Mirco
niwla23
anyone knows that problem?
niwla23
hello?
Anonymous
I am a beginner in python, can i have some resources related to django?
niwla23
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??
Max J
ashish
Yegor
Hi fellows, what's better to use with channels: daphne, hypercorn or uvicorn?
Yegor