Muflone
So a not so big change in 3.0.
It only replaces the choices tuple used in 2.x
Jose Luis
someone know some tutorial or module for django that help me to create the skeleton to build a new app to later share with other ppl?
mainly i want something that let me organize the files to later share in github just the app and not all the project.
Jose Luis
i need just the setup.py, the readme, manifest, .gitignore and the folder of the app.
Jose Luis
understand my question?
Muflone
just to use django-admin startproject
Jose Luis
But I see that modules in GitHub just have the app folder
Jose Luis
Not the whole project
cj
Jose Luis
Yes, just not easy to use version control.
Jose Luis
But ok
Siva
Hi can anyone help me with one program django rest framework
inchidi
Doragonsureiyā
Hi can anyone help me with one program django rest framework
Please don't ask meta questions like:
"Any user of $x here?"
"Anyone used technology $y?"
"Hello I need help on $z"
Just ask about your problem directly! With 48k+ people the probability that someone will help is pretty high.
Also please read: http://catb.org/~esr/faqs/smart-questions.html
Raj
Want durgasoft Django tutorial
I am ready to pay for that
inchidi
inchidi
inchidi
John
is it possible to directly download the file from web to machine(download folder/directory)?. . Thanks!
krishna
Can any suggest django panda tutorial
Anonymous
Is it possible to write an entire fully functional website in python
Nazar
Fully functional back-end
Jimmies San
Jimmies San
maybe more
Juhi
please provide complete Django course
Anonymous
i new to django and i want to create HRMS need help
inchidi
what package/tools you guys use to generate thumbnail of files (doc, xls, pdf, etc)?
ㅤㅤㅤ
Hi. I am going to ask, how to do in order to upload multiple files ?
Somesh
Can i get any reference link for "dynamically add and remove input field form?
Mirco
Check the model formsets
Mirco
https://docs.djangoproject.com/en/3.0/topics/forms/formsets/
Mirco
💪🏻
Mirco
https://simpleisbetterthancomplex.com/tutorial/2018/01/29/how-to-implement-dependent-or-chained-dropdown-list-with-django.html
Could help u in a smarter way
Martín
I made this post in stackoverflow about this problem with resolve():
https://stackoverflow.com/questions/59349509/django-resolve-doesnt-resolve-with-i18n-urls
Martín
if anyone could help me understand why this happens... 🥺
Anonymous
Marvelous
Anonymous
any onw know how to acess tamplate in all app
Anonymous
Muflone
a response is not guaranteed
Anonymous
Anonymous
I have 2 urls
path('account/<int:userId>/<int: ProductId>, views.accounts,name='account'),
path('login/<int:userId>", views.login,name='login')
I click a button then in search box
127.0.0.1:8000/appname/account/3/24
And render a new page containing another button
After click on this button
I want to use url
127.0.0.1:8000/appname/23/login/3
Why its happening.... Plz tell me
But it gives me
127.0.0.1:8000/appname/4/
Anonymous
Django admin is sooo hard to customize :/
Oui
Guys, 'price': 12 will be valid on price = forms.DecimalField(
label='Price', max_value=10000, decimal_places=2, required=False
) ?
Arturo
yup
Marvelous
Fuad
Bozwkd
Hi, im new to Django and i want to make a remote live stream with my phone and Django, how can i build it?
cj
TIL: edX is built using Django... I thought it was Python with some other magical stones, but it's Django ❤️
Jigani
Anonymous
Hi everyone. I am using django, nginx with gunicorn .Basically following this :https://tutos.readthedocs.io/en/latest/source/ndg.html .
Everything seems to be working correctly however whenever I go to the site ,it redirects to example.com ,and a very basic page . I don't know what to do as nothing seems to be wrong with nginx.service and the gunicorn.service .
Any help will be appreciated
Anonymous
I did replace example.com with my public id in settings.py and nginx.conf
Anonymous
Can anyone atleast direct me to what might be wrong ,or where it might be .
Gaurav
How to make Django default form more stylish??
Gaurav
I don't wanna use any 3rd party library lik cripyform
cj
Raven
Yep style it with CSS
Anonymous
Hi friend s if any one have django tutorial PDF document send me
nigga
Good morning Vietnam :))
nigga
Yess... i love this movie
nigga
So django brings a complete enviorment
nigga
Poah i must be crazzy after having learned php, and having no problems at all, to swith to django :))) i must be nuts
Ahmad
I need help about implementing paystack payment getway. I'm trying to accecc a transaction status from my view but I don't know how to do that. I tried installing the paystack Python library but it is not helpful. So pls I need your help!
godmode
Hi guys! I'm still learning the MVC arquitecture in the college... Lately i was learning UML and the design , here in my country people mix and n-layer arch with MVC... I've already know more or less how to make some apps with Django... And i know Django is a MTV arch but i can't really understand where is the controler part, i think is already Code in the API and se use it... But idk
Maz
godmode
godmode
What tools would you use un Java JEE to integrate a similar arch to Django...
godmode
Simple Admistration APP, small, just 50 clients bases in MVC arch... Not a massive and a services app
godmode
I think -maybe Spring, JPA(persistence)
Anonymous
😊
godmode
Yeah, but i'm just trying to understand and making a comparison to see how powerfull is Django
godmode
Did you realise about that?