Anonymous
Anonymous
Anonymous
Anonymous
Anonymous
Anonymous
And if there is only one page in about , contact us.. then for them, no need of apps . Right?
Anonymous
Aemie
Aemie
Anonymous
Anonymous
Is it ok to include them in my main app?
Anonymous
Actually, i worked on flask earlier. But now shifting from flask to Django, new concepts of apps confuses me a little bit.
Anonymous
Anonymous
professor
how can we acces to username , password objs? user['username']
user = authenticate(
request,
username=form.cleaned_data.get('username'),
password=form.cleaned_data.get('password')
)
inchidi
inchidi
when you use ViewSet and you want to create nested url for 2 viewset like this:
// projectname/url.py
...
path(admin/', include(admin.urls')),
path(blog/', include('blog.urls'))
...
// blog/urls.py
router = routers.DefaultRouter()
router.register('', BlogViewSet)
router.register(article', ArticleViewSet) # <<< wont work
urlpatterns = router.urls
the /blog/article/ wont point to Article list and will point to Blog detail instead. how you solve this kind of problem?
Anonymous
Anonymous
John
Anonymous
Do u registered ur app in setting?
John
yep. i did. .
Anonymous
I am sorry I don't see any errors here may be stop the server and restart again if it can't fix am sorry I don't know
Anonymous
How to upload image to media folder by using template like <input type='file'> ?
Anonymous
Anonymous
Jason
Thanx bro but i have resolved all the issue. Right now everything working great😇
Dhanasekaran
Hey guys anyone share django rest API tutorials here
Dhanasekaran
Need to learn django can u help me
Anonymous
https://dpaste.de/H3Bt
Skywalker
Hello
Skywalker
As a first web framework
do you recommend django or flask?
Anonymous
Hello
Anonymous
I think django
Anonymous
He's most popular
Anonymous
Короче
Anonymous
Он популярнее
Sultonbek Ikromov
Sultonbek Ikromov
Skywalker
I see
Skywalker
Thanks for the advice
Aemie
Anonymous
Where can i host my Testing Django App, at least 6 websites
Anonymous
Exclude, Heruku.com and Pythonanywhere.com
Anonymous
🙏
Aemie
Netlify, linode(Linux server)
Anonymous
Sultonbek Ikromov
Guys I need your help. I am creating student information form. And I don’t know how to save it into database
Sultonbek Ikromov
can someone help me
Sultonbek Ikromov
Should I import my form into models.py?
Anonymous
Anonymous
And call ModalForm
Anonymous
You use form.save() if there is request
Anonymous
According to name of variable holding ModalForm
John
Ansab
Ssl certificate error.... When Iam using python requests from one host to another host..... (https requestl
Ansab
Help me please
Adarsh
can someone someone provide some project that uses django and mysql
Manavver
https://youtu.be/Kf9KB_TZY5U
Manavver
Django CRUD Application - javatpoint
https://www.javatpoint.com/django-crud-application
Anonymous
Hi guys, i've one problem in django model when adding one record in every runtime, do you know this trouble?
Anonymous
my django version : 2.1.2
Anonymous
database : sqlite
Jayashankar
Guys, anyone using all-auth with custom user model and templates ? I'm trying to extend all-auth forms and implement signup and login on the same page. Pls PM me if you have any suggestions.
Ram mohan
I am an Android Developer I want to start earning django
Ram mohan
can any one suggest me
Ram mohan
I have installed django and python