Skip to main content

Questions tagged [django]

Django is a Python-based framework for creating web applications.

4 votes
4 answers
167 views

This code checks the Israeli Home Front Command API, and when there is a new alert for specific areas it sends a request to a Django app which I am hosting in the cloud. The Django app then sends a ...
Kovy Jacob's user avatar
3 votes
1 answer
196 views

Unlike other inventory management systems that their items are fungible, in this system they are not supposed to. Each item is serialized and tracked since the printing press. We are trying to move ...
Braiam's user avatar
  • 261
3 votes
2 answers
120 views

Objective: Develop an SEO analysis tool, for a website built in Django, that allows users to input a URL and receive an SEO report containing information about the page's optimization strengths and ...
user3605767's user avatar
3 votes
1 answer
127 views

Context I've been working on a Django-based Google Authentication application, designed to manage OAuth authentication without relying on libraries such as ...
Grajdeanu Alex's user avatar
2 votes
3 answers
227 views

I'm trying to learn Django by building an inventory management system, here's my final models.py. I'm looking for feedback! ...
saad.sawash's user avatar
1 vote
1 answer
132 views

I built an image upload API with Python Django. There are a fixed number of 6 slots, which can either be null or filled with something. There are two entities, Profile, which contains the six photos, ...
code writer 3000's user avatar
1 vote
1 answer
89 views

I have the following code which works as expected i.e saves data to the db as I would like it to, however, there is a lot of code repetition and I am unable to find a way to shorten the code I have ...
Maddy's user avatar
  • 123
2 votes
2 answers
87 views

We get the most relevant feedback about a doctor depending on the speciality, intervention_type and ...
M3RS's user avatar
  • 413
3 votes
2 answers
6k views

We have Projects, which can each have many Entries. We want a report where we see the completion_date of the newest Entry associated with a given Project. However, ...
M3RS's user avatar
  • 413
1 vote
0 answers
91 views

I created a two steps changing email system. Firstly I show you the concept how it should work and then the code. I am using Django and React. Main question: is it a good way to do it? Is it fine to ...
some nooby questions's user avatar
1 vote
3 answers
217 views

I wrote a code to reset user password. I just want to ask if it is a good and secure way to do this? Can I make any improvements here? I use ...
some nooby questions's user avatar
1 vote
1 answer
218 views

I currently have a script that fires a request to an API endpoint which returns a csv.gzip file - which roughly contains 75,000 rows and 15 columns. I download this ...
Ross's user avatar
  • 337
3 votes
0 answers
325 views

Here is the context first. I have a 'Stock' table, in which I record all the stocks with as information: the product, the ...
Tobin's user avatar
  • 131
3 votes
1 answer
240 views

My program is working properly but I'm unconfortable with code repetition. ...
Felipe Dourado's user avatar
1 vote
0 answers
42 views

Background: I am learning web dev and decided on the Django framework as an excuse to learn Python at the same time. (Background is stats with lots of R and ...
Mr Meeseeks's user avatar

15 30 50 per page
1
2 3 4 5
21