All Questions
Tagged with postgresql django
6 questions
3
votes
1
answer
177
views
Serialized document inventory management splicing/slicing function
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 ...
1
vote
1
answer
195
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 ...
4
votes
1
answer
140
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 ...
3
votes
0
answers
58
views
Django migration script to add metadata
I made a simple django migration that adds two field to our Invoices model : first_payment and first_paying_month.
...
2
votes
1
answer
79
views
My Django custom user model
I followed a video on YouTube to create a custom user model, this is my attempt:
...
6
votes
2
answers
243
views
What are the latest Odds?
The main problem the following query is solving, is the following:
Each Offer has multiple Odds (...