Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Belmin Fernandez
Belmin Fernandez has asked
35
questions and find answers to
11
problems.
Stats
569
EtPoint
157
Vote count
35
questions
11
answers
About
Learning and helping.
Belmin Fernandez questions
In Django, when should I use doctests instead of unit testing?
Retrieving the US Postal Zip code for a street address using Python
Designing a Django voting system without using accounts
Django: Detecting changes of a set of fields when a model is saved
Python: Converting ('Monday', 'Tuesday', 'Wednesday') to 'Monday to Wednesday'
Normalizing street addresses in Django/Python
Representing a multi-select field for weekdays in a Django model
Django - Rebuild a query string without one of the variables
Sorting a Django QuerySet by a property (not a field) of the Model
Pythonic way to check if: all elements evaluate to False -OR- all elements evaluate to True
Belmin Fernandez answers
How to use mock in django?
Django: Detecting changes of a set of fields when a model is saved
Normalizing street addresses in Django/Python
How can I kill all my EC2 instances from the command line?
Django testing: Test the initial value of a form field
Django: How to check if the user left all fields blank (or to initial values)?
Django Admin: Using a custom widget for only one model field