




Some screenshots from a backoffice using CRUDLFA+
https://github.com/indietyp/django-automated-logging
Pretty cool alternative to django.contrib.admin.LogEntry
Still finishing CRUDLFA+ framework for Django 2.0, see example esponsive detail page for BetaGouv with MaterializeCSS.
https://media.ccc.de/v/33c3-8044-what_could_possibly_go_wrong_with_insert_x86_instruction_here
Long live Chaos Communication Congress
Apparently, browser testing stack for CRUDLFA+ based on CircleCI, SauceLabs, NightWatchJS, TypeScript, is getting operational. All configurations are Open Source. Have a beautiful day
Any kind of dev workflow that’s not as efficient as this one is considered deprecated / obsolete by YourLabs. Have a beautiful day
Keith Braithwaite
Collected by highly respected hacker Uriel (RIP) on harmful.cat-v.org
It’s a curious thing about our industry: not only do we not learn from our mistakes, we also don’t learn from our successes.
CRUDLFA+ is an expirement (read: pre-alpha state) of what Django could be if:
Let’s compare it side by side. Consider this simple model:
class Email(models.Model):
email = models.EmailField()
caisse = models.ForeignKey('Caisse', on_delete=models.CASCADE)
def __str__(self):
return self.email
This admin.py:
class EmailAdmin(admin.ModelAdmin):
list_display = ('email', 'caisse')
admin.site.register(Email, EmailAdmin)
Ported to CRUDLFA+, in the case where we only want a list view, becomes (crudlfap.py):
Read MoreChina Labor Watch is an NGO defending workers right in China. Their infiltration within factories which manufacter parts typically for high tech products such as smartphones is necessary for journalists and public opinion to pressure brands such as Lenovo, Samsung or Apple to do something about it, ie. against children building smartphone screens. At YourLabs, we believe that tomorrow’s economy will strive to compose around both for profit and non profit work, this is why we done to China Labor Watch. Please, also consider donate to China Labor Watch. Even if you don’t, please contribute to public pressure on brands to enforce ethical practice on their providers. Best, ∞
Read More