Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
Braiam's user avatar
  • 261
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 ...
Ross's user avatar
  • 337
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 ...
saadsawash's user avatar
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. ...
Taek's user avatar
  • 131
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: ...
saad.sawash's user avatar