Backpack Update – Aggiornamento per Backpack
Since few hours Backpack has been updated and it is avaiable the new API that correct various problematic that plagued it. The Python client that I have wrote will be updated too and published soon. The new features will be: – multi list management; – all objects of the pages can now be ordered; – [...]
Backpack Client for Python
A Backpack client API for Python will be released soon. Ready features: – API interface and object interface; – creation and updating of Backpack objects with a single save method; – objects avaiables: pages, notes, items, tags but also lists! – page linking; – page sending via email; – support for SSL (not tested). Next [...]
Create an image model for your photos in Django with multiple categories
I write this post because Django documentation is not exhaustive for the ImageField. Create an application in your project with: $ python manager.py startapp photos You can use what application name you like. Then create the directory “photos” in your media directory. Enter in the application directory and edit the models.py file: from django.db import [...]