Estou trabalhando em um projeto em que necessito de recursos de uma máquina virtual. Essa máquina virtual se encontra em um host “emprestado” de amigo de trabalho porque o recurso estava parado, o grande problema é que nessa época de chuvas aqui em minha cidade (Petrópolis/RJ) falta luz com certa frequência então a máquina Host( […]
janeiro 2021 S T Q Q S S D 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Tags
adsense aptitude atualizaçao backup bash blog browser codecs diversão firefox flash flashplayer fortune games gvim hello world instalação linux macetes ntpdate online open source opera postgresql programação python rede rm rsync scp shell shellscript sistema operacional tabs tar theme ubuntu unix update video vim wifi windows wireless zen- [Django]Composite Primary Key 19 janeiro 20210.Do Django models support composite primary key? https://docs.djangoproject.com/en/3.1/faq/models/#do-django-models-support-multiple-column-primary-keys https://code.djangoproject.com/wiki/MultipleColumnPrimaryKeys Django doesn’t officially support composite primary key. If there is no field for which “primary_key = True” is specified, “id” will be automatically added as the primary key. So if you are using the DB of the conventional system, “update” and “delete” method do not work. […]SeachView class
- Adding Social Authentication to Django 19 janeiro 2021This tutorial details how to set up social auth with Django and Django Allauth.TestDriven.io Blog
- Introducing JustDjango Salaries 💰 18 janeiro 2021I'm excited to announce the launch of a new project: JustDjango Salaries - salary data for Django developers.JustDjango
- How to gather consensus before a big decision 18 janeiro 2021The next time you have an important proposal to make, don’t wait until the big meeting to ask for support. Here’s how to gather feedback and build consensus beforehand, so you can make that big meeting into a non-event.Jacob Kaplan-Moss
- How to implement Auto Expiring Token in Django Rest Framework 17 janeiro 2021Describes how to implement custom token model and authentication backend in Django Rest FrameworkIdiomatic Programmers
- [Django]Composite Primary Key 19 janeiro 2021