Mirco
R
Mirco
Rajjix
Anders (izzno / gooood) 🇳🇴
Anders (izzno / gooood) 🇳🇴
He asked me for an api, which I made, then he showed me the site, and Django could do the same with ease... Especially when I already have the models and the data.
Rainieri
Idea: to write a python to html/css/js interpreter 😃
George
Anonymous
Hi
Anders (izzno / gooood) 🇳🇴
Anders (izzno / gooood) 🇳🇴
Does anyone have experience with branching a django app with a sqlite DB? Im wondering if its possible to work on two branches witht he same DB...
cj
Anders (izzno / gooood) 🇳🇴
We have a 3rd party economics system which well get the information from eventually, and you dont make the backend server communications in php (at least that i know of). So to avoid him making the same as I would have to do later we agreed I would just offer him an API, but had no idea php where so simuler.
Anonymous
Hello
My nems Mohammed iam from Iraq 🇮🇶
I’m student ,
I study English language
Ammm
I want tips on language study please
Rajjix
R
Anonymous
Anonymous
Please bro 🌹
Rajjix
Anders (izzno / gooood) 🇳🇴
Anders (izzno / gooood) 🇳🇴
Do you mean in general, how to learn english ?
Rajjix
You tried, your my hero 🤓😜
Anders (izzno / gooood) 🇳🇴
Anonymous
But this is a development group ?
I know that this group is developing but I entered here and suddenly I asked for advice so that I could learn English well
cj
Anonymous
Anders (izzno / gooood) 🇳🇴
R
Or he can read python/django docs and learn two languages at time
Anonymous
Anders (izzno / gooood) 🇳🇴
And whats up with all the poeple using "bro" sudenly.. Its like a 24/7 frat party movie...
Anonymous
Mirco
English pls
Isaías
advanced django course.
Isaías
?
Mirco
Look for it on Udemy , there's one made by Coding for entrepreneurs that is very good
Or read and study official docs
Isaías
It's ok. thank you @iFlare3G
Mirco
Anonymous
How to get non repeating fields in database?
Anonymous
Yes
Mirco
U can use distinct
Anonymous
Any link?
Mirco
Yep that one 😂
Anonymous
Ok
Anonymous
Im working on reviews in a project
Anonymous
Django has a module for rating?
Anonymous
Star ratings ?
Mirco
If I don't go wrong, django-vote
Anonymous
I saw a module named django-star-ratings
Anonymous
In pypi but im unable to execute setup.py file
Anonymous
Their is no file named manage.py
Mirco
Have a look at this one
Anonymous
Ok
Isaías
Gabriel
Guys
dhelbegor
hi guys, can someone help me with one doubt please?
I have two models, one named samples, and another named bucket, the samples have a foreignkey of the bucket, so far so good.
when i try to render this guys from the samples, one comes like input, and the run comes like select.
my doubt is, how can i turn the run into a input field too?
dhelbegor
https://pastebin.com/4f7ddtbw
Mirco
dhelbegor
Thank you @iFlare3G, I found the solution in the link that you foward me
AssyrianPride
Hey
AssyrianPride
can someone help em
AssyrianPride
me*
Rajjix
call 911
AssyrianPride
🤔
Ronald
Ronald
on the group 🙂
Vishnu Prasad
Hi everyone
I am new to Python web design. I want your help regarding, where to start with.. any useful attachments are welcomed
Ronald
Ronald
python3.7 -m venv venv
Vishnu Prasad
Yes
Ronald
source venv/bin/activate
Ronald
pip install django
Vishnu Prasad
I am using it and using automation already using python+ tkinter
Vishnu Prasad
I am going through official documents from main site