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 😃
Anonymous
Hi
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
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.
If you're making the API, what the other developer can do is just a front-end client, using vuejs or something like that
Anders (izzno / gooood) 🇳🇴
If you're making the API, what the other developer can do is just a front-end client, using vuejs or something like that
It was a crazy mix, he asked me if i could do some db work and gather some information, which is very easy in Django, then I got in to the rest-framework which is very good...
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
Anonymous
I don’t think this group will help you with ur english study 📖
If you do not have something good to say, keep quite
Anonymous
Please bro 🌹
Anonymous
Please bro 🌹
I don't understand
Anders (izzno / gooood) 🇳🇴
Actually, I warned you that php was also backend and it didnt had much sense mixing django and php :)
Yes you did, unfortunately the demo is to close to change that (and was at the time). I convinced him to switch after the demo. (I would not have time to do it in time anyway). And he's also a Bootstrap wiz, so both can benefit from this i hope ;)
Rajjix
Anonymous
I don't understand
I want tips on language English study
Anders (izzno / gooood) 🇳🇴
I want tips on language English study
But this is a development group ?
Anders (izzno / gooood) 🇳🇴
Do you mean in general, how to learn english ?
Rajjix
You tried, your my hero 🤓😜
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...
https://stackoverflow.com/questions/32682293/django-migrations-workflow-with-multiple-dev-branches
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
Anonymous
Anders (izzno / gooood) 🇳🇴
R
Or he can read python/django docs and learn two languages at time
Anders (izzno / gooood) 🇳🇴
And whats up with all the poeple using "bro" sudenly.. Its like a 24/7 frat party movie...
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
Anonymous
How to get non repeating fields in database?
Mirco
How to get non repeating fields in database?
Explain better pls Do you mean when making query ?
Anonymous
Yes
Mirco
U can use distinct
Anonymous
Any link?
inchidi
Any link?
django distinct
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
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
dhelbegor
Thank you @iFlare3G, I found the solution in the link that you foward me
George
Thank you @iFlare3G, I found the solution in the link that you foward me
Also mind foreign keys by default are in forms as selectors with a dropdown because its the purpose
AssyrianPride
Hey
AssyrianPride
can someone help em
AssyrianPride
me*
Rajjix
call 911
AssyrianPride
🤔
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
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