Vishal
Hi Django Community! I am Vishal Das! I am looking forward to contribute to Django in GSoC, is this the right place to talk about this? I am new to IRC so I am finding it a bit tough to get along there! so dropped by here!
Anonymous
How to use with multiple selection listview and add a custom action
cj
How to use with multiple selection listview and add a custom action
Anouar. Here you have a useful link: https://duckduckgo.com/?q=How+to+use+with+multiple+selection+listview+and+add+a+custom+action
Vishal
So this group is managed by users and not by officials of django?
cj
if you need official channels, use Django's mailing list 😉
cj
here we discuss about Django in a "friendly" way
Vishal
Cool cool! Nice to be here😊
Namitha
I am making a task manager in django.I have this doubt of how to group users in django so that they can form a team and share the tasks? Is there a built in method or shud I create another model called teams in django?
Namitha
that last option. 👍
Creating model ryt?
Namitha
Thankyou.
cj
yes
Um
hey guys
Um
need some help here, . so i made a food delivery website now i want to send the order via an email to the resturant . how can i do that?
Um
m stuck
Um
!!?
Um
i can't send the order to the email
cj
show the traceback
Um
😂 bro .. its a mess
cj
🤷🏻‍♂️ then fix it
Um
idk how it is even working😂
cj
oh... so did you copy/paste it from somewhere else? 🤔
Um
nope . not at all . its all honest work
.
Stackoverflow programming?
Um
only the css part is copy/paste
Um
if i could only send pics of the code . maybe then you could help me
Um
n btw how the heck can you copy the different apps...
Um
its is the same thing i want .. when i write the code in textfield then it gets to you guys ... i wanna use the same link
Um
i think get-post maybe?
Um
clearly m not good at django . i made different apps for every different webpage(view) i needed😂
Anders (izzno / gooood) 🇳🇴
Do you guys include makemigrations in your docker setup or do you do it manually ?
Um
i use makemigrations
Um
although all the models look pretty much crap
cj
Do you guys include makemigrations in your docker setup or do you do it manually ?
kill me if you want, but I include migrations/00X.py files in the vcs
cj
so when deploying only migrate is run
cj
also, when there's a merge request, the developer should upload just one migration file per application
cj
if another MR (with migrations) is waiting, developer should rebase and generate a new migration file
cj
although all the models look pretty much crap
you definitelly have to read things and fix your stuff
.
Even if you using docker
cj
ik😆
please start doing that now 🙂 don't lose more time
Um
. m in the 2nd semister of cse m making my seniors project .who is in 6 semister
cj
can you please use complete/right english words too? thank you 🙂
Um
ok
Um
can you please use complete/right english words too? thank you 🙂
now please help me ... how can i get the data from the html textfield and send it to the desired email
Um
is it necessery to include everyapp in settings.py in installed apps?
cj
is it necessery to include everyapp in settings.py in installed apps?
yes, that's why it's called INSTALLED_APPS 🤷🏻‍♂️
cj
unless you're writing a module you're not gonna use as a django app
Um
yeah i know that . but isn't that dinamic . like once i do the migration it does all the other itself . or do i have to manually include them?
cj
wait, what?
Um
sorry . 😂 it was the last question
Um
wait, what?
nothing bro . thanks for helping me
Anders (izzno / gooood) 🇳🇴
.
VCS ?
Version control system
Anders (izzno / gooood) 🇳🇴
I am developing in sqllite and running postgres in production
.
And using docker?
Anders (izzno / gooood) 🇳🇴
so i wassnt planning on including migrations
Anders (izzno / gooood) 🇳🇴
I'm not developing "in" docker
Anders (izzno / gooood) 🇳🇴
I am releasing it as open source as soon as I have it ready.
.
I prefer to use same database system both on dev and prod
Anders (izzno / gooood) 🇳🇴
I think its easier for people to contribute if they can just "run" it.