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
But I see that modules in GitHub just have the app folder
then just share the app folder 🤷🏻‍♂️
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
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
John
is it possible to directly download the file from web to machine(download folder/directory)?. . Thanks!
cj
Want durgasoft Django tutorial I am ready to pay for that
then go and pay for that on its official website (if there's any)
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
maybe more
Juhi
please provide complete Django course
Anonymous
i new to django and i want to create HRMS need help
Anonymous
yes. by 20 years
What do you mean. Do you need other things
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
any onw know how to acess tamplate in all app
cj
plz help asap
take a number, take sit, and wait
Muflone
a response is not guaranteed
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
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 ❤️
cj
No offense...where did you get your info from?
from their official webpage + their official github repo
Jigani
from their official webpage + their official github repo
Thanks....I don't always see it indexed on sites made with Django on Google.... great to finally know that
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
How to make Django default form more stylish??
use some CSS framework 🤷🏻‍♂️
Raven
Yep style it with CSS
Anonymous
Hi friend s if any one have django tutorial PDF document send me
Doragonsureiyā
Hi friend s if any one have django tutorial PDF document send me
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
nigga
Good morning Vietnam :))
Dave
Good morning Vietnam :))
air america reference ?
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
godmode
What tools would you use un Java JEE to integrate a similar arch to Django...
Maz
What tools would you use un Java JEE to integrate a similar arch to Django...
That depends on what you want to build. The stack changes based on requirements.
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
😊
Maz
I think -maybe Spring, JPA(persistence)
You realise this is a Django group, right?
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?