Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
orokusaki
orokusaki has asked
153
questions and find answers to
57
problems.
Stats
2.4k
EtPoint
586
Vote count
153
questions
57
answers
About
I'm Michael Angeletti.
I am a Python / Django developer, specializing in SaaS applications.
orokusaki questions
Does ALTER COLUMN TYPE varchar(N) rewrite the table in Postgres 9.6?
Thread Safe web apps - why does it matter?
Python: Very confused about decorators
Mercurial - How do you export your repo's source to a production site?
What's the difference between quantize() and str.format()?
Python: Why does this doc test fail?
Can I get a Decimal back from Avg on a DecimalField in Django?
How can I get unicode characters from a URL parameter?
In Python, is this a good practice?
Can I avoid locking rows for unnecessary amounts of time [in Django]?
orokusaki answers
Serializing Model in Python/Django Template
Average over a relationship in django
manage.py runserver - ImportError: No module named MYSITE
Django multiple select form - TypeError: int() argument must be a string or a number, not 'list'
trailing slash "/" not added to root url
Django UpdateView without pk in the url
is it bad to use many div's in a single page?
Django Error The `fields` option must be a list or tuple or "__all__"
In SAAS architecture, how do I handle db schema and MVC user logins for multi-tenants
How to pass a url as a url parameter when there is a question mark in it?