All Questions
316
questions
0
votes
1
answer
36
views
Django Code Repetition due to Multiple objects in JSON
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 ...
1
vote
2
answers
49
views
Filter based on different criteria until a match is found
We get the most relevant feedback about a doctor depending on the speciality, intervention_type and ...
2
votes
2
answers
1k
views
Django, filtering on reverse foreign key
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, ...
1
vote
0
answers
37
views
Two steps changing email system Django + Redis
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 ...
0
votes
0
answers
29
views
Is this the right way to write 'add contact' view
I'm using DRF. I have a User model and contacts field in it and contacts are also User instances.
...
0
votes
3
answers
102
views
Reset user's password fine
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 ...
0
votes
1
answer
62
views
Get Gzip file from endpoint, extract data and add to database
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 ...
3
votes
0
answers
157
views
Django form for product stock, where products from the same batch must be merged
Here is the context first. I have a 'Stock' table, in which I record all the stocks with as information: the product, the ...
3
votes
1
answer
172
views
Summing categories of financial records per month in a query
My program is working properly but I'm unconfortable with code repetition.
...
1
vote
0
answers
28
views
Django data migration - worked, but far from performant
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 ...
1
vote
1
answer
91
views
Python module to generate context for Django template using data requested from API
As part of a university assignment, I have been tasked with populating and rendering a provided Django template with COVID-19-related quarantine data retrieved from a government API. To challenge ...
2
votes
1
answer
95
views
Django User Model to authenticate using email address and password
This is my second Django project for an actual client and I want some review on one of my important models.
This model will be responsible for authenticating users using their E-Mail Addresses and ...
2
votes
0
answers
39
views
Create a more efficient and performant csv import function with Python Django
I am creating a website for users to track their Magic the Gathering inventory. I have created some functionality to import a csv to easily add cards to their inventory. The functionality works as ...
1
vote
0
answers
47
views
Reduce db queries
my models
...
1
vote
0
answers
74
views
Execute a third party API call for every object in my queryset in a Django ListView
I have a ListView that displays every customer (class Cliente in my code) of a company.
Every ...
6
votes
1
answer
205
views
Get list of claims based on priorities
I have written the following function which works as expected but I still see there is some room for improving its readability
...
2
votes
0
answers
83
views
Generate breadcrumbs from URL in Django
For Django sites with URLs structured in a hierarchical way I found it helpful to have an app to quickly transform an URL like ...
1
vote
1
answer
62
views
Wanted to eliminate the repetition in the classes created to reduce duplication
Can some one help me on how to eliminate repetition to reduce duplication score on the below classes created in the code
...
1
vote
0
answers
21
views
processing webhook request coming from a 3rd party application
I need some help to evaluate whether I am doing it right. The scenario is, a 3rd party application is sending a webhook request after a successful payment but the problem is that sometimes this ...
3
votes
0
answers
38
views
Logical next step in Django newsfeed web app
I'm hoping to get feedback on my current code from someone more experienced in Django, and in the concepts I'm trying to implement. Let me preface by saying that I am a novice to Django. This is my ...
1
vote
0
answers
27
views
Django Models for an ESL school
I am working on building a management interface for an ESL (English as a Second Language) institute, basically it is a language school where people learn English.
I have prepared my models for each ...
0
votes
0
answers
116
views
Managing friend requests on a social media website in Django
So i created a social media website in django and here is how i managed accepting friend requests and showing friends posts in home page.
Would it be better to do this operation in models.py file, ...
3
votes
1
answer
472
views
Email verification resend implementation Django
I'm trying to build an email verification for user signup using CreateView. This view check whether the user is a new or already existing inactive user? and resend ...
3
votes
1
answer
53
views
Find best candidates in efficient way, Django
I'm beginner in django and python. I have models :
...
2
votes
0
answers
50
views
Global Dictionary Class
For a Django-Server I use several custom Error-Codes, error-titles and descriptions, possibly other fields might follow.
I'm using right now a basic global dictionary.
...
3
votes
1
answer
332
views
eLearning webapp made with Django
I've been working on probably my biggest project yet, and I'd like you guys to give me some feedback on the code I wrote so far.
It's an eLearning app which offers users a host of functionalities to ...
2
votes
0
answers
37
views
Set logged-in USER in a Form requiring Current User Credentials
Currently, I can set the the current_user in the views.py for a form, which requires the user...
3
votes
1
answer
225
views
How can I refactor the validation code to minimize it?
I am using Django Rest Framework and below is the code of one of the API Endpoints. The code creates generates the PUBLIC and SECRET Values based on Stellar SDK.
...
-1
votes
1
answer
155
views
django multiple if else refactor
I have a function with multiple if else statements that I'm trying to simplify in Django
Is there a pattern or maybe a better modeling approach that I could use here?
The idea behind is to have a ...
3
votes
0
answers
46
views
Handling System Check message identifiers with Django
Django implements a System Check framework that enables apps to perform checks on settings, runtime, etc. When creating an app, one can plug checks with the framework by following some requirements, ...
5
votes
2
answers
539
views
Mapping column names and values of a csv using another csv
I have two csv files, pricat.csv which contains objects I need to populate my DB with, and mapping.csv which specifies how the ...
2
votes
0
answers
29
views
Google Mailer app inside Django using OAuth 2.0
I have built this Django Package which is an alternative for sending mail to users using Gmail API. Everything is working fine. But the verify(self, request) method inside ...
3
votes
1
answer
587
views
Django Calendar Model
I am building a doctor appointment app with Django and Django Rest Framework. The app will have the functionality for secretaries to add appointments to a Doctor's calendar, and each Doctor may have ...
5
votes
1
answer
93
views
Twitter contact scraper with Tweepy & Django
I created a project for academic purposes that works on Twitter data. It should:
Get all friends and follows of the user
Store them in MongoDB
Display them in a table
I'm using django + plain HTML, ...
1
vote
0
answers
50
views
List some things that to make it less verbose and more robust
I am quite new in django forms. I am woking on problem where in function name generate_outage_form passed two parameters name settings and segment Now I have to make function less verbose and more ...
1
vote
1
answer
2k
views
Test django URLs
I started learning Django and now I want to write some tests for my application. After reading some blog posts and watching youtube tutorials I wrote tests for URLs. Look at below.
urls.py
...
6
votes
0
answers
343
views
Xero API Client in Django
I'm not actually that new to writing Python. But I've no formal training and have only learnt to build applications to solve problems for my job out of necessity. Starting to bring my existing skills ...
2
votes
0
answers
178
views
Model and form validation in class based view
In an app which it is possible to transfer money between accounts I have the following logic:
View:
...
3
votes
0
answers
36
views
Command Line Utility for Starting Django Projects and Apps with Custom Files
What I'm Doing
I'm writing a command line utility for starting Django projects and apps with custom files.
The custom files build upon what Django offers, to make sure things like a custom auth user ...
2
votes
1
answer
354
views
Keeping history of Django model (by using memoization?)
I'm working on a Django project for which I'll need to store the historic information of many models.
So far, I'm using the following strategy:
Memoize the relevant values in ...
1
vote
0
answers
29
views
How to eliminate repetitive serializers and API Viewsets in Django Rest Framework
I built an backend using Django and the django-rest-framework and realized that a lot of the code snippets (mainly classes) are similar. Is there any better way? I tried to wrap them into a very ...
3
votes
1
answer
55
views
Scraping weather conditions for mountain peeks
I have built a website in Django in which I tried for the first time to create a complex app. It's an app that scrapes weather conditions on a peak in mountains, which are 17. I wanted to show a ...
3
votes
1
answer
155
views
Python REST API and Mongo - Aggregation Pipeline/Stage classes
This has been my approach for "simplifying" MongoDB aggregation queries in a pythonic syntax - was my intent, at the very least:
...
1
vote
1
answer
1k
views
Best practice for URL's architectural Design in Django [closed]
I have been designing websites with Django for a while and I have also designed various sites. But here is a question that comes to mind at the beginning of any new project:
What is the best URLs ...
3
votes
2
answers
196
views
Make django, weasyprint code object oriented
Please ignore the comments in the code for the purpose of reviewing. I just require tips on using SOLID principles and how classes can be used in this code.Comments in the code are for mapping the ...
3
votes
0
answers
1k
views
Product inventory database with attributes and variants
I have design a model for product apps. This is the first time I am trying to create a product's database schema and then model it in Django. My code handles the following:
A product type can have ...
4
votes
1
answer
544
views
Use django engine to fill in a .html file on storage (no template) and use weasyPrint to convert it to PDF
I 'm new here. I wrote the following django code. I 'm opening, closing files here and saving them temporarily and deleting them. I tried to use Python's tempfile and was getting Permission Error and ...
1
vote
1
answer
41
views
Statistics function
I have created a database using Django. I have a small statistics page as shown below. Can I improve this code?
View file
...
1
vote
0
answers
3k
views
One form for multiple models in Django
I must allow user to add city, state and country if it is not already present in the drop-down. Then I must create the respective model instances and then update the city in the userprofile. The below ...
1
vote
1
answer
907
views
Am I dynamic filtering correctly in Django?
I needed a way to get URL parameters and put them and their values into a query set's .filter() if they exist. After a day of piecing together information from the ...