Aemie
random_neighbour
Anonymous
Python Django Developer in JAIPUR ?
Anonymous
Python Django Developer in JAIPUR ?
Project on Python Django anyone interested ?
Please DM
Will Pay you very Good Amount..
Project related to Courier Management System
cj
Aza
Anonymous
Ani
How to make api using django channels?
Ani
Ghorz
With open('json').... as f:
data = json.load(f)
The problem is you can access is like a queryset in template, resource online points to converting query set to json, I need json to query.
So I can access each keys in my template loop
Ghorz
Yash
Hi please help me with an issue in my Django project. Link is https://stackoverflow.com/q/58786276/10390678
Anonymous
Anonymous
Vachagan Muradyan
Hi, who can help me, I want to create a send mail
Vachagan Muradyan
There will be in site textarea for text and button send, and I want to send on one gmail
Vachagan Muradyan
All messages
Vachagan Muradyan
Who can help me
Vachagan Muradyan
?
Vachagan Muradyan
There are many useless things I want short and working
Vachagan Muradyan
But is this free?
Anonymous
Yes
Vachagan Muradyan
cj
Anonymous
No such☺
There you will get clear way to send_mail
Vachagan Muradyan
I tried, but these are not working
Vachagan Muradyan
In middle of way always there is errors
Vachagan Muradyan
Problems with system
professor
is there something like session php based in django?
cj
professor
are they act the same ? for example phpsessions by default in < php5 are vulnerable to LFI . do you know something?
cj
professor
Anjani
Please suggest me best book for beginners into Django
Anjani
I already learnt basics of python
Cesar
Cesar
https://t.me/pythonres/32
Anjani
Okay
Anonymous
Can someone help me in uploading images through Django portal?
Anonymous
Please pm
Manavver
Hi ! Everyone , please suggest which tutorial is best for Django Rest framework with react as a front end
Shubham
Shubham
On going series
Ghorz
Just wish I can bind scrapy response to django request.
Tired or using python subprocess, messing with json and rendering as context data.
Any experience?
Manavver
Raph
I'm struggling with something here.. For some reason my pages aren't loading, just the index is loading and I'm getting no error
Raph
Even the admin page when I try to access it just refreshes the home..
Raph
Does anyone know why? 😭
Alex
Raph
Eu não sei o porq mas desde o começo, tanto na url.py do app e do projeto, qnd tenho importar a view... O nome do app e a palavra view fica sublinhado vermelho.. N sei se isso afeta em algo, até agr não estava afetando pelo menos.. Mas N deve estar certo
Raph
God idk why I sent in Portuguese up there, sorry..
Raph
I get no error
Raph
The server runs, and I can try any page it just refreshes the homepage
Alex
Raph
Yes
Alex
Ok ok
Alex
I mean im shooting at the blue here but you tried stopping the server, makemigrations and restarting? And clean all browser cache, firefox backstabbed lately, in my case
Raph
So far theres no database in the coding
Raph
I just started this one
Raph
Is there a reason for having both "name app" and "views" in red when importing them in urls?
cj
Raph
cj
@c0x6A 😉
you can edit your message and change it to English 🙂
professor
is good practice to isolate django project in app containers? payments , login_other_stuff, etc ?
None
Luis
And please, rewrite your message to English
Anonymous
After creating a multi-stage form....
How do I restrict the access to the particular part of the form to a particular user.
Suppose I have 3part of the form... User1 can access part1 of the form after that user2 can access the part2 of the form and so on...
.
.
.
Admin cna View and access all part of the multi stage form
Luis
Anonymous
I need a suggestion.
I am making an e-commerce website where, there are following categories-
1. Men
2. Women
3. Boys
4. Girls
5. Kids
Except data, everything is same. Should i make a common page for them or is it good to separate them in different apps?
Later, Im gonna connect them using database and at that time, i can use different folders in images directory to reflect different category.
John
when I'am using a reverse_lazy function. . the url name i'am calling should be in the same app? Or I can call the url name in the different app?. . Thanks!. .